[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. 2998 1726886841.93624: 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-X0Y 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 2998 1726886841.94106: Added group all to inventory 2998 1726886841.94110: Added group ungrouped to inventory 2998 1726886841.94115: Group all now contains ungrouped 2998 1726886841.94118: Examining possible inventory source: /tmp/systemd-C1w/inventory.yml 2998 1726886842.14997: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 2998 1726886842.15069: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 2998 1726886842.15090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 2998 1726886842.15165: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 2998 1726886842.15230: Loaded config def from plugin (inventory/script) 2998 1726886842.15231: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 2998 1726886842.15274: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 2998 1726886842.15367: Loaded config def from plugin (inventory/yaml) 2998 1726886842.15371: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 2998 1726886842.15462: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 2998 1726886842.15820: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 2998 1726886842.15823: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 2998 1726886842.15825: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 2998 1726886842.15829: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 2998 1726886842.15833: Loading data from /tmp/systemd-C1w/inventory.yml 2998 1726886842.15905: /tmp/systemd-C1w/inventory.yml was not parsable by auto 2998 1726886842.15989: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 2998 1726886842.16045: Loading data from /tmp/systemd-C1w/inventory.yml 2998 1726886842.16128: group all already in inventory 2998 1726886842.16138: set inventory_file for managed_node1 2998 1726886842.16143: set inventory_dir for managed_node1 2998 1726886842.16144: Added host managed_node1 to inventory 2998 1726886842.16147: Added host managed_node1 to group all 2998 1726886842.16148: set ansible_host for managed_node1 2998 1726886842.16149: set ansible_ssh_extra_args for managed_node1 2998 1726886842.16153: set inventory_file for managed_node2 2998 1726886842.16156: set inventory_dir for managed_node2 2998 1726886842.16157: Added host managed_node2 to inventory 2998 1726886842.16159: Added host managed_node2 to group all 2998 1726886842.16160: set ansible_host for managed_node2 2998 1726886842.16161: set ansible_ssh_extra_args for managed_node2 2998 1726886842.16163: set inventory_file for managed_node3 2998 1726886842.16167: set inventory_dir for managed_node3 2998 1726886842.16168: Added host managed_node3 to inventory 2998 1726886842.16169: Added host managed_node3 to group all 2998 1726886842.16170: set ansible_host for managed_node3 2998 1726886842.16171: set ansible_ssh_extra_args for managed_node3 2998 1726886842.16174: Reconcile groups and hosts in inventory. 2998 1726886842.16178: Group ungrouped now contains managed_node1 2998 1726886842.16180: Group ungrouped now contains managed_node2 2998 1726886842.16182: Group ungrouped now contains managed_node3 2998 1726886842.16263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 2998 1726886842.16460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 2998 1726886842.16529: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 2998 1726886842.16561: Loaded config def from plugin (vars/host_group_vars) 2998 1726886842.16563: 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) 2998 1726886842.16571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 2998 1726886842.16580: 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) 2998 1726886842.16627: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 2998 1726886842.17135: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886842.17275: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 2998 1726886842.17323: Loaded config def from plugin (connection/local) 2998 1726886842.17327: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 2998 1726886842.18212: Loaded config def from plugin (connection/paramiko_ssh) 2998 1726886842.18217: 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) 2998 1726886842.19674: 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) 2998 1726886842.19722: Loaded config def from plugin (connection/psrp) 2998 1726886842.19726: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 2998 1726886842.20845: 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) 2998 1726886842.20877: Loaded config def from plugin (connection/ssh) 2998 1726886842.20880: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 2998 1726886842.22488: 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) 2998 1726886842.22538: Loaded config def from plugin (connection/winrm) 2998 1726886842.22541: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 2998 1726886842.22578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 2998 1726886842.22652: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 2998 1726886842.22730: Loaded config def from plugin (shell/cmd) 2998 1726886842.22733: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 2998 1726886842.22765: 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) 2998 1726886842.22831: Loaded config def from plugin (shell/powershell) 2998 1726886842.22833: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 2998 1726886842.22897: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 2998 1726886842.23098: Loaded config def from plugin (shell/sh) 2998 1726886842.23100: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 2998 1726886842.23141: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 2998 1726886842.23484: Loaded config def from plugin (become/runas) 2998 1726886842.23486: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 2998 1726886842.24110: Loaded config def from plugin (become/su) 2998 1726886842.24113: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 2998 1726886842.24386: Loaded config def from plugin (become/sudo) 2998 1726886842.24389: 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 2998 1726886842.24432: Loading data from /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml 2998 1726886842.24676: in VariableManager get_vars() 2998 1726886842.24701: done with get_vars() 2998 1726886842.24793: Loading data from /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/vars/main.yml 2998 1726886842.24844: Loading data from /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/defaults/main.yml 2998 1726886842.24930: Loading data from /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/meta/main.yml 2998 1726886842.25089: Loading data from /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml 2998 1726886842.26164: trying /usr/local/lib/python3.12/site-packages/ansible/modules 2998 1726886842.30826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 2998 1726886842.30923: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 2998 1726886842.33435: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 2998 1726886842.33454: 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 2998 1726886842.33707: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 2998 1726886842.33913: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 2998 1726886842.33916: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-X0Y/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) 2998 1726886842.33953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 2998 1726886842.33983: 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) 2998 1726886842.34174: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 2998 1726886842.34242: Loaded config def from plugin (callback/default) 2998 1726886842.34245: 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) 2998 1726886842.36049: Loaded config def from plugin (callback/junit) 2998 1726886842.36052: 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) 2998 1726886842.36207: 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) 2998 1726886842.36330: Loaded config def from plugin (callback/minimal) 2998 1726886842.36333: 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) 2998 1726886842.36446: 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) 2998 1726886842.36528: Loaded config def from plugin (callback/tree) 2998 1726886842.36531: 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 2998 1726886842.38257: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 2998 1726886842.38260: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-X0Y/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_facts.yml ****************************************************** 1 plays in /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml 2998 1726886842.38283: in VariableManager get_vars() 2998 1726886842.38306: done with get_vars() 2998 1726886842.38313: in VariableManager get_vars() 2998 1726886842.38324: done with get_vars() 2998 1726886842.38327: variable 'omit' from source: magic vars 2998 1726886842.38354: in VariableManager get_vars() 2998 1726886842.38367: done with get_vars() 2998 1726886842.38394: variable 'omit' from source: magic vars PLAY [Ensure that basic features of role work correctly] *********************** 2998 1726886842.39601: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 2998 1726886842.39702: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 2998 1726886842.39740: getting the remaining hosts for this loop 2998 1726886842.39742: done getting the remaining hosts for this loop 2998 1726886842.39744: getting the next task for host managed_node3 2998 1726886842.39748: done getting next task for host managed_node3 2998 1726886842.39750: ^ task is: TASK: Gathering Facts 2998 1726886842.39752: ^ 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 2998 1726886842.39754: getting variables 2998 1726886842.39755: in VariableManager get_vars() 2998 1726886842.39771: Calling all_inventory to load vars for managed_node3 2998 1726886842.39774: Calling groups_inventory to load vars for managed_node3 2998 1726886842.39777: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886842.39789: Calling all_plugins_play to load vars for managed_node3 2998 1726886842.39803: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886842.39808: Calling groups_plugins_play to load vars for managed_node3 2998 1726886842.39857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886842.39914: done with get_vars() 2998 1726886842.39919: done getting variables 2998 1726886842.39972: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:3 Friday 20 September 2024 22:47:22 -0400 (0:00:00.033) 0:00:00.033 ****** 2998 1726886842.39989: entering _queue_task() for managed_node3/gather_facts 2998 1726886842.39990: Creating lock for gather_facts 2998 1726886842.40257: worker is 1 (out of 1 available) 2998 1726886842.40270: exiting _queue_task() for managed_node3/gather_facts 2998 1726886842.40284: done queuing things up, now waiting for results queue to drain 2998 1726886842.40286: waiting for pending results... 2998 1726886842.40428: running TaskExecutor() for managed_node3/TASK: Gathering Facts 2998 1726886842.40480: in run() - task 02812325-fa75-a4b8-3ecb-00000000002a 2998 1726886842.40493: variable 'ansible_search_path' from source: unknown 2998 1726886842.40526: calling self._execute() 2998 1726886842.40594: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886842.40599: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886842.40607: variable 'omit' from source: magic vars 2998 1726886842.40722: variable 'omit' from source: magic vars 2998 1726886842.40747: variable 'omit' from source: magic vars 2998 1726886842.40777: variable 'omit' from source: magic vars 2998 1726886842.40811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886842.40841: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886842.40858: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886842.40876: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886842.40885: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886842.40907: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886842.40910: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886842.40913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886842.40993: Set connection var ansible_pipelining to False 2998 1726886842.40999: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886842.41006: Set connection var ansible_connection to ssh 2998 1726886842.41012: Set connection var ansible_timeout to 10 2998 1726886842.41014: Set connection var ansible_shell_type to sh 2998 1726886842.41021: Set connection var ansible_shell_executable to /bin/sh 2998 1726886842.41038: variable 'ansible_shell_executable' from source: unknown 2998 1726886842.41041: variable 'ansible_connection' from source: unknown 2998 1726886842.41044: variable 'ansible_module_compression' from source: unknown 2998 1726886842.41046: variable 'ansible_shell_type' from source: unknown 2998 1726886842.41048: variable 'ansible_shell_executable' from source: unknown 2998 1726886842.41051: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886842.41070: variable 'ansible_pipelining' from source: unknown 2998 1726886842.41073: variable 'ansible_timeout' from source: unknown 2998 1726886842.41075: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886842.41257: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 2998 1726886842.41260: variable 'omit' from source: magic vars 2998 1726886842.41263: starting attempt loop 2998 1726886842.41319: running the handler 2998 1726886842.41324: variable 'ansible_facts' from source: unknown 2998 1726886842.41327: _low_level_execute_command(): starting 2998 1726886842.41329: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 2998 1726886842.42056: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886842.42087: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886842.42104: stderr chunk (state=3): >>>debug1: Control socket "/root/.ansible/cp/777f784215" does not exist <<< 2998 1726886842.42115: stderr chunk (state=3): >>>debug1: Connecting to 10.31.45.179 [10.31.45.179] port 22. <<< 2998 1726886842.42129: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886842.42242: stderr chunk (state=3): >>>debug1: fd 3 clearing O_NONBLOCK <<< 2998 1726886842.42312: stderr chunk (state=3): >>>debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.6 <<< 2998 1726886842.44343: stderr chunk (state=3): >>>debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 <<< 2998 1726886842.44457: stderr chunk (state=3): >>>debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.45.179:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent <<< 2998 1726886842.44752: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr <<< 2998 1726886842.44762: stderr chunk (state=3): >>>debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 <<< 2998 1726886842.44910: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_KEX_ECDH_REPLY <<< 2998 1726886842.45584: stderr chunk (state=3): >>>debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:nytsemuWDfOFAo+bMCjTu1AjIEey1VLc5BojL0KbMGM debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.45.179' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys <<< 2998 1726886842.46506: stderr chunk (state=3): >>>debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 <<< 2998 1726886842.46522: stderr chunk (state=3): >>>debug2: ssh_set_newkeys: mode 1 <<< 2998 1726886842.46539: stderr chunk (state=3): >>>debug1: rekey out after 4294967296 blocks <<< 2998 1726886842.46572: stderr chunk (state=3): >>>debug1: SSH2_MSG_NEWKEYS sent <<< 2998 1726886842.46625: stderr chunk (state=3): >>>debug1: Sending SSH2_MSG_EXT_INFO <<< 2998 1726886842.46641: stderr chunk (state=3): >>>debug1: expecting SSH2_MSG_NEWKEYS <<< 2998 1726886842.46679: stderr chunk (state=3): >>>debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: SSH2_MSG_EXT_INFO received <<< 2998 1726886842.46697: stderr chunk (state=3): >>>debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> <<< 2998 1726886842.50738: stderr chunk (state=3): >>>debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received <<< 2998 1726886842.50977: stderr chunk (state=3): >>>debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic <<< 2998 1726886842.51212: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) <<< 2998 1726886842.51340: stderr chunk (state=3): >>>debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug1: Will attempt key: /root/.ssh/id_dsa debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa <<< 2998 1726886842.52673: stderr chunk (state=3): >>>debug2: we sent a publickey packet, wait for reply <<< 2998 1726886842.53552: stderr chunk (state=3): >>>debug1: Enabling compression at level 6. Authenticated to 10.31.45.179 ([10.31.45.179]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/777f784215] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 3025 debug2: fd 4 setting O_NONBLOCK <<< 2998 1726886842.53627: stderr chunk (state=3): >>>debug1: forking to background <<< 2998 1726886842.53666: stderr chunk (state=3): >>>debug1: Entering interactive session. <<< 2998 1726886842.53682: stderr chunk (state=3): >>>debug1: pledge: id <<< 2998 1726886842.53709: stderr chunk (state=3): >>>debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 <<< 2998 1726886842.53723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886842.53749: stderr chunk (state=3): >>>debug2: mux_master_process_alive_check: channel 1: alive check <<< 2998 1726886842.53806: stderr chunk (state=3): >>>debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open <<< 2998 1726886842.55257: stderr chunk (state=3): >>>debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding <<< 2998 1726886842.59330: stderr chunk (state=3): >>>debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886842.59479: stderr chunk (state=3): >>>debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 <<< 2998 1726886842.60992: stdout chunk (state=3): >>>/root <<< 2998 1726886842.61422: stderr chunk (state=3): >>>debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 <<< 2998 1726886842.61431: stdout chunk (state=3): >>><<< 2998 1726886843.61632: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug1: Control socket "/root/.ansible/cp/777f784215" does not exist debug1: Connecting to 10.31.45.179 [10.31.45.179] port 22. debug2: fd 3 setting O_NONBLOCK debug1: fd 3 clearing O_NONBLOCK debug1: Connection established. debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_rsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa type -1 debug1: identity file /root/.ssh/id_ecdsa-cert type -1 debug1: identity file /root/.ssh/id_ecdsa_sk type -1 debug1: identity file /root/.ssh/id_ecdsa_sk-cert type -1 debug1: identity file /root/.ssh/id_ed25519 type -1 debug1: identity file /root/.ssh/id_ed25519-cert type -1 debug1: identity file /root/.ssh/id_ed25519_sk type -1 debug1: identity file /root/.ssh/id_ed25519_sk-cert type -1 debug1: identity file /root/.ssh/id_xmss type -1 debug1: identity file /root/.ssh/id_xmss-cert type -1 debug1: identity file /root/.ssh/id_dsa type -1 debug1: identity file /root/.ssh/id_dsa-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_9.6 debug1: Remote protocol version 2.0, remote software version OpenSSH_9.6 debug1: compat_banner: match: OpenSSH_9.6 pat OpenSSH* compat 0x04000000 debug2: fd 3 setting O_NONBLOCK debug1: Authenticating to 10.31.45.179:22 as 'root' debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug2: local client KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,rsa-sha2-512,rsa-sha2-256 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: zlib@openssh.com,zlib,none debug2: compression stoc: zlib@openssh.com,zlib,none debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug2: peer server KEXINIT proposal debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-s,kex-strict-s-v00@openssh.com debug2: host key algorithms: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519 debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 debug2: compression ctos: none,zlib@openssh.com debug2: compression stoc: none,zlib@openssh.com debug2: languages ctos: debug2: languages stoc: debug2: first_kex_follows 0 debug2: reserved 0 debug1: kex: algorithm: curve25519-sha256 debug1: kex: host key algorithm: ssh-ed25519 debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: zlib@openssh.com debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: kex: curve25519-sha256 need=32 dh_need=32 debug1: expecting SSH2_MSG_KEX_ECDH_REPLY debug1: SSH2_MSG_KEX_ECDH_REPLY received debug1: Server host key: ssh-ed25519 SHA256:nytsemuWDfOFAo+bMCjTu1AjIEey1VLc5BojL0KbMGM debug1: load_hostkeys: fopen /root/.ssh/known_hosts2: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory Warning: Permanently added '10.31.45.179' (ED25519) to the list of known hosts. debug1: check_host_key: hostkey not known or explicitly trusted: disabling UpdateHostkeys debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 debug2: ssh_set_newkeys: mode 1 debug1: rekey out after 4294967296 blocks debug1: SSH2_MSG_NEWKEYS sent debug1: Sending SSH2_MSG_EXT_INFO debug1: expecting SSH2_MSG_NEWKEYS debug1: ssh_packet_read_poll2: resetting read seqnr 3 debug1: SSH2_MSG_NEWKEYS received debug2: ssh_set_newkeys: mode 0 debug1: rekey in after 4294967296 blocks debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: kex_ext_info_check_ver: publickey-hostbound@openssh.com=<0> debug1: kex_ext_info_check_ver: ping@openssh.com=<0> debug2: service_accept: ssh-userauth debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: SSH2_MSG_EXT_INFO received debug1: kex_ext_info_client_parse: server-sig-algs= debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password debug1: Next authentication method: gssapi-with-mic debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug1: No credentials were supplied, or the credentials were unavailable or inaccessible No Kerberos credentials available (default cache: KCM:) debug2: we did not send a packet, disable method debug1: Next authentication method: publickey debug1: Will attempt key: /root/.ssh/id_rsa debug1: Will attempt key: /root/.ssh/id_ecdsa debug1: Will attempt key: /root/.ssh/id_ecdsa_sk debug1: Will attempt key: /root/.ssh/id_ed25519 debug1: Will attempt key: /root/.ssh/id_ed25519_sk debug1: Will attempt key: /root/.ssh/id_xmss debug1: Will attempt key: /root/.ssh/id_dsa debug2: pubkey_prepare: done debug1: Trying private key: /root/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Enabling compression at level 6. Authenticated to 10.31.45.179 ([10.31.45.179]:22) using "publickey". debug1: pkcs11_del_provider: called, provider_id = (null) debug1: setting up multiplex master socket debug2: fd 4 setting O_NONBLOCK debug1: channel 0: new mux listener [/root/.ansible/cp/777f784215] (inactive timeout: 0) debug2: fd 3 setting TCP_NODELAY debug1: control_persist_detach: backgrounding master process debug2: control_persist_detach: background process is 3025 debug2: fd 4 setting O_NONBLOCK debug1: forking to background debug1: Entering interactive session. debug1: pledge: id debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug1: multiplexing control connection debug2: fd 5 setting O_NONBLOCK debug1: channel 1: new mux-control [mux-control] (inactive timeout: 0) debug2: set_control_persist_exit_time: cancel scheduled exit debug2: mux_master_process_hello: channel 1 client version 4 debug2: mux_client_hello_exchange: master version 4 debug2: mux_master_process_alive_check: channel 1: alive check debug2: mux_master_process_new_session: channel 1: request tty 0, X 0, agent 0, subsys 0, term "", cmd "/bin/sh -c 'echo ~ && sleep 0'", env 0 debug2: fd 7 setting O_NONBLOCK debug2: fd 8 setting O_NONBLOCK debug1: channel 2: new session [client-session] (inactive timeout: 0) debug2: mux_master_process_new_session: channel_new: 2 linked to control channel 1 debug2: channel 2: send open debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0 debug1: Remote: /root/.ssh/authorized_keys:1: key options: agent-forwarding port-forwarding pty user-rc x11-forwarding debug2: channel_input_open_confirmation: channel 2: callback start debug2: client_session2_setup: id 2 debug1: Sending command: /bin/sh -c 'echo ~ && sleep 0' debug2: channel 2: request exec confirm 1 debug2: channel_input_open_confirmation: channel 2: callback done debug2: channel 2: open confirm rwindow 0 rmax 32768 debug1: mux_client_request_session: master session id: 2 debug2: channel 2: rcvd adjust 2097152 debug2: channel_input_status_confirm: type 99 id 2 debug2: exec request accepted on channel 2 debug2: channel 2: rcvd eof debug2: channel 2: output open -> drain debug2: channel 2: obuf empty debug2: chan_shutdown_write: channel 2: (i0 o1 sock -1 wfd 7 efd 8 [write]) debug2: channel 2: output drain -> closed debug1: client_input_channel_req: channel 2 rtype exit-status reply 0 debug1: client_input_channel_req: channel 2 rtype eow@openssh.com reply 0 debug2: channel 2: rcvd eow debug2: chan_shutdown_read: channel 2: (i0 o3 sock -1 wfd 6 efd 8 [write]) debug2: channel 2: input open -> closed debug2: channel 2: rcvd close debug2: channel 2: send close debug2: channel 2: is dead debug2: channel 2: gc: notify user debug2: channel 1: rcvd close debug2: channel 1: output open -> drain debug2: chan_shutdown_read: channel 1: (i0 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: input open -> closed debug2: channel 2: gc: user detached debug2: channel 2: is dead debug2: channel 2: garbage collecting debug1: channel 2: free: client-session, nchannels 3 debug2: channel 1: obuf empty debug2: chan_shutdown_write: channel 1: (i3 o1 sock 5 wfd 5 efd -1 [closed]) debug2: channel 1: output drain -> closed debug2: channel 1: is dead (local) debug2: channel 1: gc: notify user debug2: channel 1: gc: user detached debug2: channel 1: is dead (local) debug2: channel 1: garbage collecting debug1: channel 1: free: mux-control, nchannels 2 debug2: set_control_persist_exit_time: schedule exit in 60 seconds debug2: Received exit status from master 0 2998 1726886843.61644: _low_level_execute_command(): starting 2998 1726886843.61647: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472 `" && echo ansible-tmp-1726886843.615078-3022-184700740392472="` echo /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472 `" ) && sleep 0' 2998 1726886843.62865: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 2998 1726886843.62958: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886843.62965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886843.63032: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886843.63053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886843.63088: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886843.63171: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886843.65399: stdout chunk (state=3): >>>ansible-tmp-1726886843.615078-3022-184700740392472=/root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472 <<< 2998 1726886843.65757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886843.65763: stdout chunk (state=3): >>><<< 2998 1726886843.65768: stderr chunk (state=3): >>><<< 2998 1726886843.65771: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886843.615078-3022-184700740392472=/root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886843.65773: variable 'ansible_module_compression' from source: unknown 2998 1726886843.66076: ANSIBALLZ: Using generic lock for ansible.legacy.setup 2998 1726886843.66089: ANSIBALLZ: Acquiring lock 2998 1726886843.66158: ANSIBALLZ: Lock acquired: 139663340153520 2998 1726886843.66163: ANSIBALLZ: Creating module 2998 1726886843.95988: ANSIBALLZ: Writing module into payload 2998 1726886843.96101: ANSIBALLZ: Writing module 2998 1726886843.96127: ANSIBALLZ: Renaming module 2998 1726886843.96133: ANSIBALLZ: Done creating module 2998 1726886843.96154: variable 'ansible_facts' from source: unknown 2998 1726886843.96161: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886843.96172: _low_level_execute_command(): starting 2998 1726886843.96178: _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' 2998 1726886843.96787: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886843.96792: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886843.96794: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886843.96796: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886843.96800: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found <<< 2998 1726886843.96802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886843.96862: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886843.96866: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886843.96868: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886843.97103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886843.98805: stdout chunk (state=3): >>>PLATFORM <<< 2998 1726886843.98954: stdout chunk (state=3): >>>Linux <<< 2998 1726886843.98973: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 2998 1726886843.99023: stdout chunk (state=3): >>>/usr/bin/python3 <<< 2998 1726886843.99028: stdout chunk (state=3): >>>/usr/bin/python3 ENDFOUND <<< 2998 1726886843.99163: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886843.99241: stderr chunk (state=3): >>><<< 2998 1726886843.99244: stdout chunk (state=3): >>><<< 2998 1726886843.99272: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886843.99282 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 2998 1726886843.99330: _low_level_execute_command(): starting 2998 1726886843.99334: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 2998 1726886843.99445: Sending initial data 2998 1726886843.99451: Sent initial data (1181 bytes) 2998 1726886843.99968: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886843.99971: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.00020: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886844.00029: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886844.00089: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886844.03758: 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"} <<< 2998 1726886844.04283: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886844.04356: stderr chunk (state=3): >>><<< 2998 1726886844.04359: stdout chunk (state=3): >>><<< 2998 1726886844.04383: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"Fedora Linux\"\nVERSION=\"40 (Forty)\"\nID=fedora\nVERSION_ID=40\nVERSION_CODENAME=\"\"\nPLATFORM_ID=\"platform:f40\"\nPRETTY_NAME=\"Fedora Linux 40 (Forty)\"\nANSI_COLOR=\"0;38;2;60;110;180\"\nLOGO=fedora-logo-icon\nCPE_NAME=\"cpe:/o:fedoraproject:fedora:40\"\nDEFAULT_HOSTNAME=\"fedora\"\nHOME_URL=\"https://fedoraproject.org/\"\nDOCUMENTATION_URL=\"https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/\"\nSUPPORT_URL=\"https://ask.fedoraproject.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_BUGZILLA_PRODUCT=\"Fedora\"\nREDHAT_BUGZILLA_PRODUCT_VERSION=40\nREDHAT_SUPPORT_PRODUCT=\"Fedora\"\nREDHAT_SUPPORT_PRODUCT_VERSION=40\nSUPPORT_END=2025-05-13\n"} , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886844.04500: variable 'ansible_facts' from source: unknown 2998 1726886844.04504: variable 'ansible_facts' from source: unknown 2998 1726886844.04526: variable 'ansible_module_compression' from source: unknown 2998 1726886844.04561: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-29989zslpnwq/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 2998 1726886844.04613: variable 'ansible_facts' from source: unknown 2998 1726886844.04760: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py 2998 1726886844.04914: Sending initial data 2998 1726886844.04918: Sent initial data (151 bytes) 2998 1726886844.05607: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886844.05611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886844.05617: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.05620: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886844.05623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886844.05625: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.05692: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886844.05697: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886844.05702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886844.05787: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886844.07520: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 2998 1726886844.07602: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 2998 1726886844.07642: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-29989zslpnwq/tmpid2epexu /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py <<< 2998 1726886844.07645: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py" <<< 2998 1726886844.07677: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-29989zslpnwq/tmpid2epexu" to remote "/root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py" <<< 2998 1726886844.07685: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py" <<< 2998 1726886844.08747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886844.08816: stderr chunk (state=3): >>><<< 2998 1726886844.08819: stdout chunk (state=3): >>><<< 2998 1726886844.08840: done transferring module to remote 2998 1726886844.08856: _low_level_execute_command(): starting 2998 1726886844.08863: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/ /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py && sleep 0' 2998 1726886844.09315: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886844.09354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886844.09357: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886844.09360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.09362: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886844.09365: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.09414: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886844.09417: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886844.09505: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886844.11421: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886844.11474: stderr chunk (state=3): >>><<< 2998 1726886844.11477: stdout chunk (state=3): >>><<< 2998 1726886844.11492: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886844.11496: _low_level_execute_command(): starting 2998 1726886844.11502: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/AnsiballZ_setup.py && sleep 0' 2998 1726886844.11978: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 2998 1726886844.11982: 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 <<< 2998 1726886844.11984: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.11986: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886844.11989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886844.12031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886844.12035: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886844.12095: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886844.14378: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 2998 1726886844.14479: stdout chunk (state=3): >>>import _imp # builtin <<< 2998 1726886844.14487: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 2998 1726886844.14566: stdout chunk (state=3): >>>import '_io' # <<< 2998 1726886844.14577: stdout chunk (state=3): >>>import 'marshal' # <<< 2998 1726886844.14610: stdout chunk (state=3): >>>import 'posix' # <<< 2998 1726886844.14646: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 2998 1726886844.14664: stdout chunk (state=3): >>>import 'time' # <<< 2998 1726886844.14684: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 2998 1726886844.14733: 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' <<< 2998 1726886844.14772: stdout chunk (state=3): >>>import '_codecs' # <<< 2998 1726886844.14790: stdout chunk (state=3): >>>import 'codecs' # <<< 2998 1726886844.14877: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 2998 1726886844.14881: 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 0x7f2ae0bfc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0bcbb30> <<< 2998 1726886844.14884: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 2998 1726886844.14923: 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 0x7f2ae0bfeab0> <<< 2998 1726886844.14953: stdout chunk (state=3): >>>import '_signal' # <<< 2998 1726886844.14956: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 2998 1726886844.14979: stdout chunk (state=3): >>>import 'io' # <<< 2998 1726886844.15012: stdout chunk (state=3): >>>import '_stat' # <<< 2998 1726886844.15018: stdout chunk (state=3): >>>import 'stat' # <<< 2998 1726886844.15102: stdout chunk (state=3): >>>import '_collections_abc' # <<< 2998 1726886844.15141: stdout chunk (state=3): >>>import 'genericpath' # <<< 2998 1726886844.15145: stdout chunk (state=3): >>>import 'posixpath' # <<< 2998 1726886844.15174: stdout chunk (state=3): >>>import 'os' # <<< 2998 1726886844.15216: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 2998 1726886844.15231: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 2998 1726886844.15238: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 2998 1726886844.15257: 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 <<< 2998 1726886844.15266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 2998 1726886844.15284: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09b11c0> <<< 2998 1726886844.15368: 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 0x7f2ae09b2000> <<< 2998 1726886844.15408: stdout chunk (state=3): >>>import 'site' # <<< 2998 1726886844.15430: 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. <<< 2998 1726886844.15835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 2998 1726886844.15865: 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 <<< 2998 1726886844.15885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.15891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 2998 1726886844.15929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 2998 1726886844.15975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 2998 1726886844.15981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 2998 1726886844.16010: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09efe30> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 2998 1726886844.16037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 2998 1726886844.16053: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09efef0> <<< 2998 1726886844.16088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 2998 1726886844.16120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 2998 1726886844.16140: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 2998 1726886844.16186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.16193: stdout chunk (state=3): >>>import 'itertools' # <<< 2998 1726886844.16232: 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 0x7f2ae0a27800> <<< 2998 1726886844.16285: 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 0x7f2ae0a27e90> <<< 2998 1726886844.16293: stdout chunk (state=3): >>>import '_collections' # <<< 2998 1726886844.16345: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a07b00> <<< 2998 1726886844.16356: stdout chunk (state=3): >>>import '_functools' # <<< 2998 1726886844.16379: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a05220> <<< 2998 1726886844.16480: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09ecfe0> <<< 2998 1726886844.16509: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 2998 1726886844.16542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 2998 1726886844.16600: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 2998 1726886844.16606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 2998 1726886844.16629: 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' <<< 2998 1726886844.16702: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a4b7a0> <<< 2998 1726886844.16705: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a4a3c0> # /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 0x7f2ae0a07e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a48b60> <<< 2998 1726886844.16783: 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' <<< 2998 1726886844.16790: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09ec260> <<< 2998 1726886844.16854: 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' <<< 2998 1726886844.16858: 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 0x7f2ae0a78c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a78b30> <<< 2998 1726886844.16895: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.16900: 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 0x7f2ae0a78f20> <<< 2998 1726886844.16904: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09ead80> <<< 2998 1726886844.16944: 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' <<< 2998 1726886844.16950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 2998 1726886844.16977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 2998 1726886844.17015: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a79610> <<< 2998 1726886844.17023: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a792e0> import 'importlib.machinery' # <<< 2998 1726886844.17054: 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' <<< 2998 1726886844.17092: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a7a510> import 'importlib.util' # import 'runpy' # <<< 2998 1726886844.17113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 2998 1726886844.17138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 2998 1726886844.17164: 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' <<< 2998 1726886844.17180: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a94740> <<< 2998 1726886844.17197: stdout chunk (state=3): >>>import 'errno' # <<< 2998 1726886844.17243: 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 0x7f2ae0a95e80> <<< 2998 1726886844.17302: 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' <<< 2998 1726886844.17305: 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' <<< 2998 1726886844.17320: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a96d20> <<< 2998 1726886844.17351: 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' <<< 2998 1726886844.17357: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ae0a97380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a96270> <<< 2998 1726886844.17398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 2998 1726886844.17402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 2998 1726886844.17450: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.17481: 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 0x7f2ae0a97da0> <<< 2998 1726886844.17485: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a974d0> <<< 2998 1726886844.17506: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a7a570> <<< 2998 1726886844.17531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 2998 1726886844.17560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 2998 1726886844.17571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 2998 1726886844.17594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 2998 1726886844.17629: 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 0x7f2ae07cfcb0> <<< 2998 1726886844.17654: 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' <<< 2998 1726886844.17682: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.17687: 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 0x7f2ae07f8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07f8470> <<< 2998 1726886844.17718: 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 0x7f2ae07f8680> <<< 2998 1726886844.17748: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.17755: 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 0x7f2ae07f88c0> <<< 2998 1726886844.17775: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07cde50> <<< 2998 1726886844.17801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 2998 1726886844.17910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 2998 1726886844.17915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 2998 1726886844.17958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07f9eb0> <<< 2998 1726886844.17984: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07f8b60> <<< 2998 1726886844.18022: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a7ac60> <<< 2998 1726886844.18034: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 2998 1726886844.18099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.18102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 2998 1726886844.18134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 2998 1726886844.18155: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0826240> <<< 2998 1726886844.18210: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 2998 1726886844.18220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.18244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 2998 1726886844.18264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 2998 1726886844.18314: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae083e390> <<< 2998 1726886844.18335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 2998 1726886844.18379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 2998 1726886844.18429: stdout chunk (state=3): >>>import 'ntpath' # <<< 2998 1726886844.18457: 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 0x7f2ae087b140> <<< 2998 1726886844.18477: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 2998 1726886844.18515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 2998 1726886844.18540: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 2998 1726886844.18586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 2998 1726886844.18676: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae08998e0> <<< 2998 1726886844.18751: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae087b260> <<< 2998 1726886844.18792: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae083f020> <<< 2998 1726886844.18828: 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' <<< 2998 1726886844.18846: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0680260> <<< 2998 1726886844.18853: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae083d3d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07fae10> <<< 2998 1726886844.23530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2ae06804a0> <<< 2998 1726886844.23680: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_8yabrsvd/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 2998 1726886844.23850: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.23918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 2998 1726886844.23950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 2998 1726886844.23983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 2998 1726886844.24059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 2998 1726886844.24109: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 2998 1726886844.24114: 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 0x7f2ae06e5fd0> <<< 2998 1726886844.24146: stdout chunk (state=3): >>>import '_typing' # <<< 2998 1726886844.24310: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae06bcec0> <<< 2998 1726886844.24316: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0683f80> # zipimport: zlib available <<< 2998 1726886844.24351: stdout chunk (state=3): >>>import 'ansible' # <<< 2998 1726886844.24359: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.24390: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.24405: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.24421: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 2998 1726886844.25940: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.27216: 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' <<< 2998 1726886844.27265: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae06bfc80> <<< 2998 1726886844.27289: 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' # /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' <<< 2998 1726886844.27323: 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 0x7f2ae0715940> <<< 2998 1726886844.27355: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07156d0> <<< 2998 1726886844.27395: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0714fe0> <<< 2998 1726886844.27420: 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' <<< 2998 1726886844.27462: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0715460> <<< 2998 1726886844.27465: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae06e6c60> import 'atexit' # <<< 2998 1726886844.27505: 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 0x7f2ae0716750> <<< 2998 1726886844.27558: 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 0x7f2ae0716990> <<< 2998 1726886844.27577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 2998 1726886844.27606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 2998 1726886844.27614: stdout chunk (state=3): >>>import '_locale' # <<< 2998 1726886844.27660: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0716ea0> <<< 2998 1726886844.27667: stdout chunk (state=3): >>>import 'pwd' # <<< 2998 1726886844.27692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 2998 1726886844.27748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 2998 1726886844.27758: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae057cbf0> <<< 2998 1726886844.27799: 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 0x7f2ae057e810> <<< 2998 1726886844.27812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 2998 1726886844.27818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 2998 1726886844.27857: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae057f1d0> <<< 2998 1726886844.27874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 2998 1726886844.27908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 2998 1726886844.27921: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05803b0> <<< 2998 1726886844.27940: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 2998 1726886844.27975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 2998 1726886844.28001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 2998 1726886844.28004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 2998 1726886844.28063: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0582e70> <<< 2998 1726886844.28100: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.28107: 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 0x7f2ae0582f60> <<< 2998 1726886844.28121: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0581130> <<< 2998 1726886844.28143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 2998 1726886844.28169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 2998 1726886844.28191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 2998 1726886844.28196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 2998 1726886844.28214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 2998 1726886844.28283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 2998 1726886844.28288: 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' <<< 2998 1726886844.28300: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0586e40> import '_tokenize' # <<< 2998 1726886844.28373: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0585910> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0585670> <<< 2998 1726886844.28399: 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' <<< 2998 1726886844.28474: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05879b0> <<< 2998 1726886844.28501: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0581640> <<< 2998 1726886844.28580: 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 0x7f2ae05caf30> <<< 2998 1726886844.32229: 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 0x7f2ae05cb110> <<< 2998 1726886844.32268: 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 <<< 2998 1726886844.32288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 2998 1726886844.32315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 2998 1726886844.32320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 2998 1726886844.32358: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.32365: 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 0x7f2ae05d0bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05d09b0> <<< 2998 1726886844.32402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 2998 1726886844.32511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 2998 1726886844.32571: 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 0x7f2ae05d3110> <<< 2998 1726886844.32577: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05d1250> <<< 2998 1726886844.32595: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 2998 1726886844.32642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.32669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 2998 1726886844.32677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 2998 1726886844.32685: stdout chunk (state=3): >>>import '_string' # <<< 2998 1726886844.32731: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05da900> <<< 2998 1726886844.32871: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05d32c0> <<< 2998 1726886844.38058: 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 0x7f2ae05db740> <<< 2998 1726886844.38148: 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 0x7f2ae05db590> <<< 2998 1726886844.38234: 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 0x7f2ae05db290> <<< 2998 1726886844.38248: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05cb290> <<< 2998 1726886844.38303: 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 <<< 2998 1726886844.38313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 2998 1726886844.38330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 2998 1726886844.38358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 2998 1726886844.38392: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.38417: 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 0x7f2ae05df230> <<< 2998 1726886844.38588: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.38614: 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 0x7f2ae05e02f0> <<< 2998 1726886844.38620: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05dd9a0> <<< 2998 1726886844.38723: 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' <<< 2998 1726886844.38734: 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 0x7f2ae05de870> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05dd610> <<< 2998 1726886844.38747: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.38766: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.38770: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 2998 1726886844.38781: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.38880: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.38972: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.38994: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 2998 1726886844.39017: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.39033: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 2998 1726886844.39048: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.39179: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.39310: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.39934: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.40538: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 2998 1726886844.40556: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 2998 1726886844.40564: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 2998 1726886844.40711: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 2998 1726886844.40731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.40943: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.40946: 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 0x7f2ae04685f0> <<< 2998 1726886844.41068: 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' <<< 2998 1726886844.41099: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0469b20> <<< 2998 1726886844.41107: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05e2ea0> <<< 2998 1726886844.41161: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 2998 1726886844.41170: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.41191: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.41213: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 2998 1726886844.41219: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.41382: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.41551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 2998 1726886844.41561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 2998 1726886844.41577: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0469c10> <<< 2998 1726886844.41581: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42087: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42587: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42668: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42747: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 2998 1726886844.42796: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42805: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 2998 1726886844.42851: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.42925: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43019: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 2998 1726886844.43039: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43052: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43066: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 2998 1726886844.43071: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43113: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43151: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 2998 1726886844.43176: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43417: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 2998 1726886844.43741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 2998 1726886844.43750: stdout chunk (state=3): >>>import '_ast' # <<< 2998 1726886844.43822: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae046bcb0> <<< 2998 1726886844.43837: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43912: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.43993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 2998 1726886844.44004: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 2998 1726886844.44013: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 2998 1726886844.44038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 2998 1726886844.44044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 2998 1726886844.44126: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.44258: 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 0x7f2ae0472060> <<< 2998 1726886844.44312: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.44315: 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 0x7f2ae0472990> <<< 2998 1726886844.44333: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae046af00> <<< 2998 1726886844.44347: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44392: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44438: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 2998 1726886844.44445: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44493: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44540: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44603: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44673: 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 <<< 2998 1726886844.44719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.44808: 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'<<< 2998 1726886844.44815: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ae0471760> <<< 2998 1726886844.44853: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0472b70> <<< 2998 1726886844.44886: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 2998 1726886844.44901: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.44966: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45037: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45065: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45214: 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 <<< 2998 1726886844.45234: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886844.45326: 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 <<< 2998 1726886844.45355: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 2998 1726886844.45373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 2998 1726886844.45431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 2998 1726886844.45453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 2998 1726886844.45469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 2998 1726886844.45529: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0506cf0> <<< 2998 1726886844.45579: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae047ca70> <<< 2998 1726886844.45662: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0476ab0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0476900> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 2998 1726886844.45679: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45709: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45739: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 2998 1726886844.45745: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 2998 1726886844.45802: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 2998 1726886844.45823: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45835: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 2998 1726886844.45872: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45914: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45981: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.45999: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46025: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46070: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46116: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46156: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46204: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 2998 1726886844.46210: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46288: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46372: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46400: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46448: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 2998 1726886844.46453: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46645: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46839: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.46883: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.47053: 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' <<< 2998 1726886844.47130: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 2998 1726886844.47147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 2998 1726886844.51773: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 2998 1726886844.51865: 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 0x7f2ae050d700> <<< 2998 1726886844.51894: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 2998 1726886844.51906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 2998 1726886844.51931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 2998 1726886844.51978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 2998 1726886844.52001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 2998 1726886844.52020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 2998 1726886844.52028: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adff50320> <<< 2998 1726886844.52061: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.52081: 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 0x7f2adff50680> <<< 2998 1726886844.52134: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae04ed3a0> <<< 2998 1726886844.52158: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae04ec710> <<< 2998 1726886844.52190: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae050fe30> <<< 2998 1726886844.52202: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae050f6e0> <<< 2998 1726886844.52280: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 2998 1726886844.52329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 2998 1726886844.52356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 2998 1726886844.52376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 2998 1726886844.52394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 2998 1726886844.52400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 2998 1726886844.52433: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.52440: 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 0x7f2adff536b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adff52f60> <<< 2998 1726886844.52466: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.52473: 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 0x7f2adff53140> <<< 2998 1726886844.52490: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adff52390> <<< 2998 1726886844.57013: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 2998 1726886844.57132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 2998 1726886844.57139: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adff53740> <<< 2998 1726886844.61386: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 2998 1726886844.61416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 2998 1726886844.61541: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.61548: 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 0x7f2adffbe240> <<< 2998 1726886844.61579: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adffbc260> <<< 2998 1726886844.61610: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae050cef0> <<< 2998 1726886844.61616: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 2998 1726886844.61645: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 2998 1726886844.61654: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.61680: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 2998 1726886844.61694: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.61764: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.61821: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 2998 1726886844.61844: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.61898: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.61956: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 2998 1726886844.61963: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.61990: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 2998 1726886844.62005: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62033: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62068: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 2998 1726886844.62074: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62134: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62180: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 2998 1726886844.62192: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62240: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62283: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 2998 1726886844.62288: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62352: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62412: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62477: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.62539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 2998 1726886844.62551: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 2998 1726886844.62554: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63109: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63587: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 2998 1726886844.63605: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63655: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63715: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63751: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63785: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 2998 1726886844.63798: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 2998 1726886844.63804: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63832: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63868: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 2998 1726886844.63873: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63934: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.63986: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 2998 1726886844.64007: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64038: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64072: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 2998 1726886844.64081: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64113: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64146: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 2998 1726886844.64153: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64234: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 2998 1726886844.64335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 2998 1726886844.64360: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adffbe930> <<< 2998 1726886844.64382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 2998 1726886844.64413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 2998 1726886844.64538: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adffbef60> <<< 2998 1726886844.64546: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 2998 1726886844.64555: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64628: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64703: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 2998 1726886844.64711: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64804: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64898: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 2998 1726886844.64911: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.64980: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65061: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 2998 1726886844.65069: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65109: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 2998 1726886844.65207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 2998 1726886844.65284: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.65347: 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 0x7f2adffea450> <<< 2998 1726886844.65552: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adffd6f00> import 'ansible.module_utils.facts.system.python' # <<< 2998 1726886844.65573: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65629: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 2998 1726886844.65699: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65787: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65876: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.65998: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66158: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 2998 1726886844.66166: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 2998 1726886844.66210: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66255: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 2998 1726886844.66261: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66301: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 2998 1726886844.66405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 2998 1726886844.66441: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886844.66461: 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 0x7f2adf906090><<< 2998 1726886844.66475: stdout chunk (state=3): >>> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf905d00> import 'ansible.module_utils.facts.system.user' # <<< 2998 1726886844.66490: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66498: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66512: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 2998 1726886844.66518: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66558: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66599: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 2998 1726886844.66612: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66782: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.66951: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 2998 1726886844.66958: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67065: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67172: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67216: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67257: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 2998 1726886844.67264: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 2998 1726886844.67303: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 2998 1726886844.67318: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67472: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67641: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 2998 1726886844.67644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 2998 1726886844.67657: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67782: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67918: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 2998 1726886844.67924: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67960: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.67999: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.68611: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69167: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 2998 1726886844.69181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 2998 1726886844.69186: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69294: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69408: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 2998 1726886844.69421: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69523: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69629: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 2998 1726886844.69645: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69814: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.69979: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 2998 1726886844.69982: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70005: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70017: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 2998 1726886844.70023: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70063: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70113: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 2998 1726886844.70118: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70227: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70338: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70558: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 2998 1726886844.70795: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 2998 1726886844.70800: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70835: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70876: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 2998 1726886844.70885: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70908: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.70938: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 2998 1726886844.70942: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71020: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71089: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 2998 1726886844.71107: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71124: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71152: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 2998 1726886844.71163: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71223: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71290: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 2998 1726886844.71296: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71353: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71418: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 2998 1726886844.71426: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71712: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.71996: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 2998 1726886844.72008: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72072: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72131: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 2998 1726886844.72146: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72182: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72215: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 2998 1726886844.72228: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72260: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72300: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 2998 1726886844.72305: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72341: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72378: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 2998 1726886844.72385: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72470: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72560: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 2998 1726886844.72578: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72592: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 2998 1726886844.72605: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72649: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72692: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 2998 1726886844.72707: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72730: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72748: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72799: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72850: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.72932: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73017: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 2998 1726886844.73025: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 2998 1726886844.73030: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73080: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73134: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 2998 1726886844.73142: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73359: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73570: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 2998 1726886844.73591: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73630: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73684: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 2998 1726886844.73695: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73740: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73785: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 2998 1726886844.73803: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73885: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.73974: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 2998 1726886844.73987: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 2998 1726886844.73993: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.74081: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.74181: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 2998 1726886844.74338: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886844.75092: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 2998 1726886844.75104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 2998 1726886844.75117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 2998 1726886844.75134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 2998 1726886844.75180: 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 0x7f2adf92f8c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf92c5f0> <<< 2998 1726886844.75228: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf92c3b0> <<< 2998 1726886845.40745: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 2998 1726886845.40762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 2998 1726886845.40770: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf974a70> <<< 2998 1726886845.40826: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 2998 1726886845.40846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 2998 1726886845.40871: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf975af0> <<< 2998 1726886845.41058: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 2998 1726886845.41067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886845.41114: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 2998 1726886845.41120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 2998 1726886845.41153: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adfff0470> <<< 2998 1726886845.41174: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf977a40> <<< 2998 1726886845.41438: 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 <<< 2998 1726886845.64790: 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_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_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-45-179.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-179", "ansible_nodename": "ip-10-31-45-179.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": "ec2eecf75990a576f6e5fdf350d45a9f", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDimKTlR9Ua/yx0pkJEd7wqoHVb3izGOj42LWvlfNEJmFHwoc9jwKer1pLNFIl9XMV14m8UnUINm+CCWlfi8ryZ03GpUa+1YUk9vtZaNNItFdMgpIsXSA1TeiaUysIL67hs0/n44sucbD1D0exqdr02LcZeXwy0kDIY1iszJXTfRLgzrqYX+kRHn1+SBScZt9yk44nR3ko3vn/DYIbzkKYlznY88xGWmPuzob1pJpMwN2KeM3N6NIP/F1l8daeweo0Z1dU0nCxbCYORQyu4ZIojPk5q4iCVZuaulSRIMuFXgJddv5FqorR7yC4mtdC09JJmdTydI/dBmr4QBlbkBC97Krtq5gtU+axaYIdQjLfI3nPxd1BclcjUamlSN4+EFCQLv97k0wBZxypaR8/BlifDjCl0SiNs07UZKXjNNWW5gyoUWDCkVTOt4vLHg/ROvxCnYX/RO3RYKC104KEzR9jE45WF5ESFH94AJu4EYkC86P9N2MEXd2VuolCi7eFzrwc=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEC7aONA8aje+eR9n+HDW/PoBaP7wTc99MBOtK56uJLfZZ8qNLf6KReJpF0+diCaTe3d7uPsQb5o2JhfNhm96Uo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINXMQtHcJQUQCUd88Iw+1ZD61rGhMt3gvraQ3Kt8aHYj", "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_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "47", "second": "25", "epoch": "1726886845", "epoch_int": "1726886845", "date": "2024-09-20", "time": "22:47:25", "iso8601_micro": "2024-09-21T02:47:25.210541Z", "iso8601": "2024-09-21T02:47:25Z", "iso8601_basic": "20240920T224725210541", "iso8601_basic_short": "20240920T224725", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.1826171875, "5m": 0.142578125, "15m": 0.06298828125}, "ansible_iscsi_iqn": "", "ansible_is_chroot": 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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_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.46.195 36090 10.31.45.179 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.46.195 36090 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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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": 3289, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 427, "free": 3289}, "nocache": {"free": 3517, "used": 199}, "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": "ec2eecf7-5990-a576-f6e5-fdf350d45a9f", "ansible_product_uuid": "ec2eecf7-5990-a576-f6e5-fdf350d45a9f", "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": 230, "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": 251482324992, "block_size": 4096, "block_total": 64483404, "block_available": 61397052, "block_used": 3086352, "inode_total": 16384000, "inode_available": 16303196, "inode_used": 80804, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_lsb": {}, "ansible_local": {}, "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"}]}, "ansible_eth0": {"device": "eth0", "macaddress": "02:10:b9:8e:cf:c9", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.179", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10:b9ff:fe8e:cfc9", "prefix": "64", "scope": "link"}]}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.179", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:10:b9:8e:cf:c9", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.179"], "ansible_all_ipv6_addresses": ["fe80::10:b9ff:fe8e:cfc9"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.179", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10:b9ff:fe8e:cfc9"]}, "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"}}} <<< 2998 1726886845.65461: 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 <<< 2998 1726886845.65477: stdout chunk (state=3): >>># clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 2998 1726886845.65505: 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 # 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 <<< 2998 1726886845.65511: 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 <<< 2998 1726886845.65558: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.65562: 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 <<< 2998 1726886845.65581: 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 <<< 2998 1726886845.65588: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.65619: 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 <<< 2998 1726886845.65631: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.65655: 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 <<< 2998 1726886845.65674: 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 # 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 <<< 2998 1726886845.65684: stdout chunk (state=3): >>># 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<<< 2998 1726886845.65710: stdout chunk (state=3): >>> # 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 <<< 2998 1726886845.65714: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.65726: stdout chunk (state=3): >>># 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<<< 2998 1726886845.65761: stdout chunk (state=3): >>> # 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 <<< 2998 1726886845.65781: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.65802: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.65817: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux <<< 2998 1726886845.65821: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.66133: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 2998 1726886845.66152: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 2998 1726886845.66175: stdout chunk (state=3): >>># destroy _bz2 <<< 2998 1726886845.66193: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 2998 1726886845.66203: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 <<< 2998 1726886845.66219: stdout chunk (state=3): >>># destroy lzma <<< 2998 1726886845.66234: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 2998 1726886845.66244: stdout chunk (state=3): >>> # destroy ipaddress <<< 2998 1726886845.66268: stdout chunk (state=3): >>># destroy ntpath <<< 2998 1726886845.66295: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 2998 1726886845.66302: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 2998 1726886845.66322: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 2998 1726886845.66325: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 2998 1726886845.66357: stdout chunk (state=3): >>># destroy _locale <<< 2998 1726886845.66373: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 2998 1726886845.66379: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 2998 1726886845.66418: stdout chunk (state=3): >>># destroy _hashlib <<< 2998 1726886845.66431: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 2998 1726886845.66444: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 2998 1726886845.66448: stdout chunk (state=3): >>># destroy argparse # destroy logging <<< 2998 1726886845.66490: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 2998 1726886845.66509: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal <<< 2998 1726886845.66518: stdout chunk (state=3): >>># destroy pickle # destroy _compat_pickle <<< 2998 1726886845.66547: stdout chunk (state=3): >>># destroy _pickle <<< 2998 1726886845.66551: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 2998 1726886845.66554: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 2998 1726886845.66577: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 2998 1726886845.66592: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 2998 1726886845.66598: stdout chunk (state=3): >>># destroy base64 <<< 2998 1726886845.66617: stdout chunk (state=3): >>># destroy _ssl <<< 2998 1726886845.66645: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 2998 1726886845.66653: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy json <<< 2998 1726886845.66684: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 2998 1726886845.66710: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 2998 1726886845.66718: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.66775: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 2998 1726886845.66785: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 2998 1726886845.66809: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 2998 1726886845.66824: 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 <<< 2998 1726886845.66842: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform<<< 2998 1726886845.66864: stdout chunk (state=3): >>> # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 2998 1726886845.66884: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.66904: 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 <<< 2998 1726886845.66913: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 2998 1726886845.66940: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 2998 1726886845.66970: 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 <<< 2998 1726886845.66989: stdout chunk (state=3): >>># destroy _stat # cleanup[3] wiping io <<< 2998 1726886845.67007: 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<<< 2998 1726886845.67027: 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 <<< 2998 1726886845.67038: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128<<< 2998 1726886845.67044: stdout chunk (state=3): >>> # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 2998 1726886845.67174: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 2998 1726886845.67195: stdout chunk (state=3): >>># destroy _collections <<< 2998 1726886845.67223: stdout chunk (state=3): >>># destroy platform <<< 2998 1726886845.67231: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 2998 1726886845.67238: stdout chunk (state=3): >>># destroy tokenize <<< 2998 1726886845.67262: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 2998 1726886845.67300: stdout chunk (state=3): >>># destroy _typing <<< 2998 1726886845.67313: 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 <<< 2998 1726886845.67330: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 2998 1726886845.67339: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io <<< 2998 1726886845.67357: stdout chunk (state=3): >>># destroy marshal <<< 2998 1726886845.67362: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 2998 1726886845.67460: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 2998 1726886845.67472: stdout chunk (state=3): >>># 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 <<< 2998 1726886845.67478: stdout chunk (state=3): >>># destroy time <<< 2998 1726886845.67507: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 2998 1726886845.67535: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _sre # destroy _string # destroy re <<< 2998 1726886845.67562: stdout chunk (state=3): >>># destroy itertools <<< 2998 1726886845.67565: stdout chunk (state=3): >>># destroy _abc <<< 2998 1726886845.67580: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 2998 1726886845.67586: stdout chunk (state=3): >>># clear sys.audit hooks <<< 2998 1726886845.67970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.179 closed. <<< 2998 1726886845.68028: stderr chunk (state=3): >>><<< 2998 1726886845.68031: stdout chunk (state=3): >>><<< 2998 1726886845.68140: _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 0x7f2ae0bfc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0bcbb30> # /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 0x7f2ae0bfeab0> 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 0x7f2ae09b11c0> # /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 0x7f2ae09b2000> 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 0x7f2ae09efe30> # /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 0x7f2ae09efef0> # /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 0x7f2ae0a27800> # /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 0x7f2ae0a27e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a07b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a05220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09ecfe0> # /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 0x7f2ae0a4b7a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a4a3c0> # /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 0x7f2ae0a07e60> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a48b60> # /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 0x7f2ae0a787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09ec260> # /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 0x7f2ae0a78c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a78b30> # 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 0x7f2ae0a78f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae09ead80> # /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 0x7f2ae0a79610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a792e0> 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 0x7f2ae0a7a510> 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 0x7f2ae0a94740> 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 0x7f2ae0a95e80> # /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 0x7f2ae0a96d20> # 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 0x7f2ae0a97380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a96270> # /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 0x7f2ae0a97da0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a974d0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a7a570> # /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 0x7f2ae07cfcb0> # /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 0x7f2ae07f8710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07f8470> # 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 0x7f2ae07f8680> # 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 0x7f2ae07f88c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07cde50> # /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 0x7f2ae07f9eb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07f8b60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0a7ac60> # /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 0x7f2ae0826240> # /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 0x7f2ae083e390> # /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 0x7f2ae087b140> # /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 0x7f2ae08998e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae087b260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae083f020> # /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 0x7f2ae0680260> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae083d3d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07fae10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2ae06804a0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_8yabrsvd/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 0x7f2ae06e5fd0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae06bcec0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0683f80> # 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 0x7f2ae06bfc80> # /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 0x7f2ae0715940> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae07156d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0714fe0> # /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 0x7f2ae0715460> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae06e6c60> 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 0x7f2ae0716750> # 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 0x7f2ae0716990> # /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 0x7f2ae0716ea0> 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 0x7f2ae057cbf0> # 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 0x7f2ae057e810> # /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 0x7f2ae057f1d0> # /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 0x7f2ae05803b0> # /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 0x7f2ae0582e70> # 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 0x7f2ae0582f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0581130> # /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 0x7f2ae0586e40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0585910> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0585670> # /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 0x7f2ae05879b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0581640> # 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 0x7f2ae05caf30> # /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 0x7f2ae05cb110> # /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 0x7f2ae05d0bf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05d09b0> # /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 0x7f2ae05d3110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05d1250> # /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 0x7f2ae05da900> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05d32c0> # 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 0x7f2ae05db740> # 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 0x7f2ae05db590> # 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 0x7f2ae05db290> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05cb290> # /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 0x7f2ae05df230> # 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 0x7f2ae05e02f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05dd9a0> # 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 0x7f2ae05de870> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05dd610> # 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 0x7f2ae04685f0> # /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 0x7f2ae0469b20> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae05e2ea0> 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 0x7f2ae0469c10> # 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 0x7f2ae046bcb0> # 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 0x7f2ae0472060> # 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 0x7f2ae0472990> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae046af00> # 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 0x7f2ae0471760> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0472b70> 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 0x7f2ae0506cf0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae047ca70> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0476ab0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae0476900> # 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 0x7f2ae050d700> # /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 0x7f2adff50320> # 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 0x7f2adff50680> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae04ed3a0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae04ec710> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae050fe30> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae050f6e0> # /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 0x7f2adff536b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adff52f60> # 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 0x7f2adff53140> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adff52390> # /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 0x7f2adff53740> # /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 0x7f2adffbe240> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adffbc260> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ae050cef0> 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 0x7f2adffbe930> # /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 0x7f2adffbef60> 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 0x7f2adffea450> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adffd6f00> 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 0x7f2adf906090> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf905d00> 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 0x7f2adf92f8c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf92c5f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf92c3b0> # /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 0x7f2adf974a70> # /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 0x7f2adf975af0> # /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 0x7f2adfff0470> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2adf977a40> 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_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_system": "Linux", "ansible_kernel": "6.10.9-200.fc40.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sun Sep 8 17:23:55 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.6", "ansible_fqdn": "ip-10-31-45-179.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-179", "ansible_nodename": "ip-10-31-45-179.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": "ec2eecf75990a576f6e5fdf350d45a9f", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDimKTlR9Ua/yx0pkJEd7wqoHVb3izGOj42LWvlfNEJmFHwoc9jwKer1pLNFIl9XMV14m8UnUINm+CCWlfi8ryZ03GpUa+1YUk9vtZaNNItFdMgpIsXSA1TeiaUysIL67hs0/n44sucbD1D0exqdr02LcZeXwy0kDIY1iszJXTfRLgzrqYX+kRHn1+SBScZt9yk44nR3ko3vn/DYIbzkKYlznY88xGWmPuzob1pJpMwN2KeM3N6NIP/F1l8daeweo0Z1dU0nCxbCYORQyu4ZIojPk5q4iCVZuaulSRIMuFXgJddv5FqorR7yC4mtdC09JJmdTydI/dBmr4QBlbkBC97Krtq5gtU+axaYIdQjLfI3nPxd1BclcjUamlSN4+EFCQLv97k0wBZxypaR8/BlifDjCl0SiNs07UZKXjNNWW5gyoUWDCkVTOt4vLHg/ROvxCnYX/RO3RYKC104KEzR9jE45WF5ESFH94AJu4EYkC86P9N2MEXd2VuolCi7eFzrwc=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEC7aONA8aje+eR9n+HDW/PoBaP7wTc99MBOtK56uJLfZZ8qNLf6KReJpF0+diCaTe3d7uPsQb5o2JhfNhm96Uo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINXMQtHcJQUQCUd88Iw+1ZD61rGhMt3gvraQ3Kt8aHYj", "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_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_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "47", "second": "25", "epoch": "1726886845", "epoch_int": "1726886845", "date": "2024-09-20", "time": "22:47:25", "iso8601_micro": "2024-09-21T02:47:25.210541Z", "iso8601": "2024-09-21T02:47:25Z", "iso8601_basic": "20240920T224725210541", "iso8601_basic_short": "20240920T224725", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.1826171875, "5m": 0.142578125, "15m": 0.06298828125}, "ansible_iscsi_iqn": "", "ansible_is_chroot": 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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_dns": {"nameservers": ["127.0.0.53"], "options": {"edns0": true, "trust-ad": true}, "search": ["us-east-1.aws.redhat.com"]}, "ansible_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.46.195 36090 10.31.45.179 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.46.195 36090 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_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "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": 3289, "ansible_swaptotal_mb": 3715, "ansible_swapfree_mb": 3715, "ansible_memory_mb": {"real": {"total": 3716, "used": 427, "free": 3289}, "nocache": {"free": 3517, "used": 199}, "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": "ec2eecf7-5990-a576-f6e5-fdf350d45a9f", "ansible_product_uuid": "ec2eecf7-5990-a576-f6e5-fdf350d45a9f", "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": 230, "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": 251482324992, "block_size": 4096, "block_total": 64483404, "block_available": 61397052, "block_used": 3086352, "inode_total": 16384000, "inode_available": 16303196, "inode_used": 80804, "uuid": "6bbeacc5-0b4e-4b46-9aaa-4bbfe8b0cfc5"}], "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:b5954bb9-e972-4b2a-94f1-a82c77e96f77", "ansible_lsb": {}, "ansible_local": {}, "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"}]}, "ansible_eth0": {"device": "eth0", "macaddress": "02:10:b9:8e:cf:c9", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.179", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10:b9ff:fe8e:cfc9", "prefix": "64", "scope": "link"}]}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.179", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:10:b9:8e:cf:c9", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.179"], "ansible_all_ipv6_addresses": ["fe80::10:b9ff:fe8e:cfc9"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.179", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10:b9ff:fe8e:cfc9"]}, "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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.179 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. 2998 1726886845.69025: 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-1726886843.615078-3022-184700740392472/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 2998 1726886845.69029: _low_level_execute_command(): starting 2998 1726886845.69032: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886843.615078-3022-184700740392472/ > /dev/null 2>&1 && sleep 0' 2998 1726886845.69202: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886845.69205: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886845.69208: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.69210: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886845.69212: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found <<< 2998 1726886845.69215: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.69267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886845.69270: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886845.69272: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886845.69314: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886845.71135: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886845.71197: stderr chunk (state=3): >>><<< 2998 1726886845.71200: stdout chunk (state=3): >>><<< 2998 1726886845.71215: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886845.71223: handler run complete 2998 1726886845.71310: variable 'ansible_facts' from source: unknown 2998 1726886845.71384: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886845.71586: variable 'ansible_facts' from source: unknown 2998 1726886845.71643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886845.71734: attempt loop complete, returning result 2998 1726886845.71739: _execute() done 2998 1726886845.71742: dumping result to json 2998 1726886845.71760: done dumping result, returning 2998 1726886845.71770: done running TaskExecutor() for managed_node3/TASK: Gathering Facts [02812325-fa75-a4b8-3ecb-00000000002a] 2998 1726886845.71775: sending task result for task 02812325-fa75-a4b8-3ecb-00000000002a 2998 1726886845.72015: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000002a 2998 1726886845.72018: WORKER PROCESS EXITING ok: [managed_node3] 2998 1726886845.72248: no more pending results, returning what we have 2998 1726886845.72250: results queue empty 2998 1726886845.72251: checking for any_errors_fatal 2998 1726886845.72252: done checking for any_errors_fatal 2998 1726886845.72252: checking for max_fail_percentage 2998 1726886845.72253: done checking for max_fail_percentage 2998 1726886845.72254: checking to see if all hosts have failed and the running result is not ok 2998 1726886845.72254: done checking to see if all hosts have failed 2998 1726886845.72255: getting the remaining hosts for this loop 2998 1726886845.72256: done getting the remaining hosts for this loop 2998 1726886845.72259: getting the next task for host managed_node3 2998 1726886845.72264: done getting next task for host managed_node3 2998 1726886845.72265: ^ task is: TASK: meta (flush_handlers) 2998 1726886845.72266: ^ 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 2998 1726886845.72269: getting variables 2998 1726886845.72270: in VariableManager get_vars() 2998 1726886845.72293: Calling all_inventory to load vars for managed_node3 2998 1726886845.72295: Calling groups_inventory to load vars for managed_node3 2998 1726886845.72296: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886845.72304: Calling all_plugins_play to load vars for managed_node3 2998 1726886845.72306: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886845.72308: Calling groups_plugins_play to load vars for managed_node3 2998 1726886845.72429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886845.72545: done with get_vars() 2998 1726886845.72554: done getting variables 2998 1726886845.72605: in VariableManager get_vars() 2998 1726886845.72616: Calling all_inventory to load vars for managed_node3 2998 1726886845.72617: Calling groups_inventory to load vars for managed_node3 2998 1726886845.72619: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886845.72622: Calling all_plugins_play to load vars for managed_node3 2998 1726886845.72624: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886845.72625: Calling groups_plugins_play to load vars for managed_node3 2998 1726886845.72708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886845.72832: done with get_vars() 2998 1726886845.72844: done queuing things up, now waiting for results queue to drain 2998 1726886845.72845: results queue empty 2998 1726886845.72846: checking for any_errors_fatal 2998 1726886845.72847: done checking for any_errors_fatal 2998 1726886845.72852: checking for max_fail_percentage 2998 1726886845.72853: done checking for max_fail_percentage 2998 1726886845.72853: checking to see if all hosts have failed and the running result is not ok 2998 1726886845.72854: done checking to see if all hosts have failed 2998 1726886845.72854: getting the remaining hosts for this loop 2998 1726886845.72855: done getting the remaining hosts for this loop 2998 1726886845.72857: getting the next task for host managed_node3 2998 1726886845.72860: done getting next task for host managed_node3 2998 1726886845.72862: ^ task is: TASK: fedora.linux_system_roles.systemd : Check if system is ostree 2998 1726886845.72864: ^ 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 2998 1726886845.72871: getting variables 2998 1726886845.72872: in VariableManager get_vars() 2998 1726886845.72881: Calling all_inventory to load vars for managed_node3 2998 1726886845.72882: Calling groups_inventory to load vars for managed_node3 2998 1726886845.72884: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886845.72886: Calling all_plugins_play to load vars for managed_node3 2998 1726886845.72888: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886845.72890: Calling groups_plugins_play to load vars for managed_node3 2998 1726886845.72973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886845.73087: done with get_vars() 2998 1726886845.73093: done getting variables TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 Friday 20 September 2024 22:47:25 -0400 (0:00:03.331) 0:00:03.365 ****** 2998 1726886845.73152: entering _queue_task() for managed_node3/stat 2998 1726886845.73363: worker is 1 (out of 1 available) 2998 1726886845.73375: exiting _queue_task() for managed_node3/stat 2998 1726886845.73388: done queuing things up, now waiting for results queue to drain 2998 1726886845.73389: waiting for pending results... 2998 1726886845.73540: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Check if system is ostree 2998 1726886845.73601: in run() - task 02812325-fa75-a4b8-3ecb-00000000000a 2998 1726886845.73619: variable 'ansible_search_path' from source: unknown 2998 1726886845.73625: variable 'ansible_search_path' from source: unknown 2998 1726886845.73654: calling self._execute() 2998 1726886845.73715: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886845.73721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886845.73729: variable 'omit' from source: magic vars 2998 1726886845.74109: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 2998 1726886845.74343: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 2998 1726886845.74381: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 2998 1726886845.74410: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 2998 1726886845.74438: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 2998 1726886845.74510: 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) 2998 1726886845.74530: 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) 2998 1726886845.74552: 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) 2998 1726886845.74572: 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) 2998 1726886845.74668: Evaluated conditional (not __systemd_is_ostree is defined): True 2998 1726886845.74673: variable 'omit' from source: magic vars 2998 1726886845.74701: variable 'omit' from source: magic vars 2998 1726886845.74733: variable 'omit' from source: magic vars 2998 1726886845.74757: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886845.74779: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886845.74794: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886845.74808: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886845.74818: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886845.74846: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886845.74849: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886845.74852: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886845.74921: Set connection var ansible_pipelining to False 2998 1726886845.74926: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886845.74935: Set connection var ansible_connection to ssh 2998 1726886845.74943: Set connection var ansible_timeout to 10 2998 1726886845.74946: Set connection var ansible_shell_type to sh 2998 1726886845.74953: Set connection var ansible_shell_executable to /bin/sh 2998 1726886845.74972: variable 'ansible_shell_executable' from source: unknown 2998 1726886845.74975: variable 'ansible_connection' from source: unknown 2998 1726886845.74978: variable 'ansible_module_compression' from source: unknown 2998 1726886845.74980: variable 'ansible_shell_type' from source: unknown 2998 1726886845.74982: variable 'ansible_shell_executable' from source: unknown 2998 1726886845.74985: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886845.74989: variable 'ansible_pipelining' from source: unknown 2998 1726886845.74992: variable 'ansible_timeout' from source: unknown 2998 1726886845.74996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886845.75108: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 2998 1726886845.75116: variable 'omit' from source: magic vars 2998 1726886845.75121: starting attempt loop 2998 1726886845.75124: running the handler 2998 1726886845.75135: _low_level_execute_command(): starting 2998 1726886845.75144: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 2998 1726886845.75690: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886845.75694: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 2998 1726886845.75697: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found <<< 2998 1726886845.75700: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.75750: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886845.75758: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886845.75780: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886845.75802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886845.77485: stdout chunk (state=3): >>>/root <<< 2998 1726886845.77591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886845.77649: stderr chunk (state=3): >>><<< 2998 1726886845.77653: stdout chunk (state=3): >>><<< 2998 1726886845.77674: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886845.77688: _low_level_execute_command(): starting 2998 1726886845.77695: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645 `" && echo ansible-tmp-1726886845.7767353-3057-258663848384645="` echo /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645 `" ) && sleep 0' 2998 1726886845.78194: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886845.78198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886845.78200: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.78202: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886845.78205: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886845.78208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.78252: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886845.78256: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886845.78271: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886845.78314: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886845.80236: stdout chunk (state=3): >>>ansible-tmp-1726886845.7767353-3057-258663848384645=/root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645 <<< 2998 1726886845.80352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886845.80415: stderr chunk (state=3): >>><<< 2998 1726886845.80418: stdout chunk (state=3): >>><<< 2998 1726886845.80435: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886845.7767353-3057-258663848384645=/root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886845.80490: variable 'ansible_module_compression' from source: unknown 2998 1726886845.80540: ANSIBALLZ: Using lock for stat 2998 1726886845.80544: ANSIBALLZ: Acquiring lock 2998 1726886845.80546: ANSIBALLZ: Lock acquired: 139663340154576 2998 1726886845.80549: ANSIBALLZ: Creating module 2998 1726886845.89120: ANSIBALLZ: Writing module into payload 2998 1726886845.89192: ANSIBALLZ: Writing module 2998 1726886845.89210: ANSIBALLZ: Renaming module 2998 1726886845.89216: ANSIBALLZ: Done creating module 2998 1726886845.89232: variable 'ansible_facts' from source: unknown 2998 1726886845.89286: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py 2998 1726886845.89398: Sending initial data 2998 1726886845.89401: Sent initial data (151 bytes) 2998 1726886845.89901: 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 <<< 2998 1726886845.89904: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.89906: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886845.89909: 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 <<< 2998 1726886845.89911: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.89975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886845.89978: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886845.89980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886845.90021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886845.91631: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 2998 1726886845.91662: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 2998 1726886845.91702: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-29989zslpnwq/tmp8yj9rntp /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py <<< 2998 1726886845.91705: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py" <<< 2998 1726886845.91737: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-29989zslpnwq/tmp8yj9rntp" to remote "/root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py" <<< 2998 1726886845.91742: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py" <<< 2998 1726886845.92253: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886845.92304: stderr chunk (state=3): >>><<< 2998 1726886845.92307: stdout chunk (state=3): >>><<< 2998 1726886845.92325: done transferring module to remote 2998 1726886845.92340: _low_level_execute_command(): starting 2998 1726886845.92345: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/ /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py && sleep 0' 2998 1726886845.92821: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886845.92825: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886845.92827: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 2998 1726886845.92830: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found <<< 2998 1726886845.92832: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.92883: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886845.92887: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886845.92925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886845.94684: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886845.94738: stderr chunk (state=3): >>><<< 2998 1726886845.94742: stdout chunk (state=3): >>><<< 2998 1726886845.94756: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886845.94759: _low_level_execute_command(): starting 2998 1726886845.94765: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/AnsiballZ_stat.py && sleep 0' 2998 1726886845.95265: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886845.95269: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.95271: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886845.95274: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886845.95329: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886845.95332: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886845.95378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886845.97639: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 2998 1726886845.97655: stdout chunk (state=3): >>>import _imp # builtin <<< 2998 1726886845.97671: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 2998 1726886845.97746: stdout chunk (state=3): >>>import '_io' # <<< 2998 1726886845.97752: stdout chunk (state=3): >>>import 'marshal' # <<< 2998 1726886845.97778: stdout chunk (state=3): >>>import 'posix' # <<< 2998 1726886845.97817: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 2998 1726886845.97842: stdout chunk (state=3): >>>import 'time' # <<< 2998 1726886845.97857: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 2998 1726886845.97908: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 2998 1726886845.97919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886845.97930: stdout chunk (state=3): >>>import '_codecs' # <<< 2998 1726886845.97955: stdout chunk (state=3): >>>import 'codecs' # <<< 2998 1726886845.97992: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 2998 1726886845.98018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 2998 1726886845.98032: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b33fc530> <<< 2998 1726886845.98039: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b33cbb30> <<< 2998 1726886845.98066: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 2998 1726886845.98071: 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 0x7f76b33feab0> <<< 2998 1726886845.98096: stdout chunk (state=3): >>>import '_signal' # <<< 2998 1726886845.98122: stdout chunk (state=3): >>>import '_abc' # <<< 2998 1726886845.98128: stdout chunk (state=3): >>>import 'abc' # <<< 2998 1726886845.98146: stdout chunk (state=3): >>>import 'io' # <<< 2998 1726886845.98183: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 2998 1726886845.98271: stdout chunk (state=3): >>>import '_collections_abc' # <<< 2998 1726886845.98301: stdout chunk (state=3): >>>import 'genericpath' # <<< 2998 1726886845.98306: stdout chunk (state=3): >>>import 'posixpath' # <<< 2998 1726886845.98332: stdout chunk (state=3): >>>import 'os' # <<< 2998 1726886845.98363: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 2998 1726886845.98372: stdout chunk (state=3): >>>Processing global site-packages <<< 2998 1726886845.98387: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 2998 1726886845.98397: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 2998 1726886845.98400: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 2998 1726886845.98425: 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 <<< 2998 1726886845.98429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 2998 1726886845.98455: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b31d11c0> <<< 2998 1726886845.98515: 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 <<< 2998 1726886845.98524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886845.98529: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b31d2000> <<< 2998 1726886845.98565: stdout chunk (state=3): >>>import 'site' # <<< 2998 1726886845.98589: 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. <<< 2998 1726886845.98833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 2998 1726886845.98842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 2998 1726886845.98866: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 2998 1726886845.98869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886845.98896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 2998 1726886845.98942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 2998 1726886845.98955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 2998 1726886845.98977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 2998 1726886845.99001: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320fe90> <<< 2998 1726886845.99012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 2998 1726886845.99031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 2998 1726886845.99057: stdout chunk (state=3): >>>import '_operator' # <<< 2998 1726886845.99061: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320ff50> <<< 2998 1726886845.99078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 2998 1726886845.99120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 2998 1726886845.99128: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 2998 1726886845.99179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886845.99196: stdout chunk (state=3): >>>import 'itertools' # <<< 2998 1726886845.99230: 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' <<< 2998 1726886845.99244: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3247830> <<< 2998 1726886845.99252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 2998 1726886845.99266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3247ec0> <<< 2998 1726886845.99280: stdout chunk (state=3): >>>import '_collections' # <<< 2998 1726886845.99331: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3227b00> <<< 2998 1726886845.99346: stdout chunk (state=3): >>>import '_functools' # <<< 2998 1726886845.99371: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32251f0> <<< 2998 1726886845.99467: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320d040> <<< 2998 1726886845.99492: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 2998 1726886845.99516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 2998 1726886845.99524: stdout chunk (state=3): >>>import '_sre' # <<< 2998 1726886845.99551: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 2998 1726886845.99570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 2998 1726886845.99594: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 2998 1726886845.99598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 2998 1726886845.99634: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b326b7d0> <<< 2998 1726886845.99649: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b326a3f0> <<< 2998 1726886845.99679: 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' <<< 2998 1726886845.99689: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32262a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3268bf0> <<< 2998 1726886845.99742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 2998 1726886845.99746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 2998 1726886845.99757: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3298830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320c2f0> <<< 2998 1726886845.99784: 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'<<< 2998 1726886845.99791: stdout chunk (state=3): >>> <<< 2998 1726886845.99810: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886845.99821: 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 0x7f76b3298ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3298b90> <<< 2998 1726886845.99861: 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' <<< 2998 1726886845.99873: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76b3298f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320ae40> <<< 2998 1726886845.99905: 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' <<< 2998 1726886845.99928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 2998 1726886845.99959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 2998 1726886845.99973: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3299670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3299340> <<< 2998 1726886845.99988: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 2998 1726886846.00015: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 2998 1726886846.00025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 2998 1726886846.00033: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b329a570> <<< 2998 1726886846.00054: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 2998 1726886846.00081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 2998 1726886846.00113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 2998 1726886846.00140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 2998 1726886846.00146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 2998 1726886846.00163: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32b4770> import 'errno' # <<< 2998 1726886846.00199: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00202: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00211: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76b32b5eb0> <<< 2998 1726886846.00224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 2998 1726886846.00241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 2998 1726886846.00261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 2998 1726886846.00272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 2998 1726886846.00278: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32b6d50> <<< 2998 1726886846.00323: 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' <<< 2998 1726886846.00326: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76b32b73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32b62a0><<< 2998 1726886846.00350: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 2998 1726886846.00363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 2998 1726886846.00406: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00418: 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 0x7f76b32b7e00> <<< 2998 1726886846.00422: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32b7530> <<< 2998 1726886846.00465: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b329a5a0> <<< 2998 1726886846.00488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 2998 1726886846.00510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 2998 1726886846.00531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 2998 1726886846.00555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 2998 1726886846.00585: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00591: 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 0x7f76b3077cb0> <<< 2998 1726886846.00612: 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' <<< 2998 1726886846.00640: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00658: 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 0x7f76b30a07a0> <<< 2998 1726886846.00673: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a0500> <<< 2998 1726886846.00677: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00679: 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 0x7f76b30a0740> <<< 2998 1726886846.00704: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.00712: 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 0x7f76b30a0950> <<< 2998 1726886846.00721: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3075e50> <<< 2998 1726886846.00744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 2998 1726886846.00832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 2998 1726886846.00858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 2998 1726886846.00868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 2998 1726886846.00884: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a1fd0> <<< 2998 1726886846.00901: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a0c50> <<< 2998 1726886846.00922: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b329ac90> <<< 2998 1726886846.00947: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 2998 1726886846.01000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.01018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 2998 1726886846.01065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 2998 1726886846.01093: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30ce390> <<< 2998 1726886846.01143: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 2998 1726886846.01156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.01176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 2998 1726886846.01200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 2998 1726886846.01251: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30e6510> <<< 2998 1726886846.01270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 2998 1726886846.01310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 2998 1726886846.01365: stdout chunk (state=3): >>>import 'ntpath' # <<< 2998 1726886846.01389: 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 0x7f76b311f2c0> <<< 2998 1726886846.01417: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 2998 1726886846.01449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 2998 1726886846.01477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 2998 1726886846.01515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 2998 1726886846.01608: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3141a60> <<< 2998 1726886846.01680: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b311f3e0> <<< 2998 1726886846.01725: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30e6bd0> <<< 2998 1726886846.01756: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 2998 1726886846.01762: 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 0x7f76b2f1c440> <<< 2998 1726886846.01779: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30e5550> <<< 2998 1726886846.01785: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a2f30> <<< 2998 1726886846.01875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 2998 1726886846.01895: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f76b30e5910> <<< 2998 1726886846.01975: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_5fz9jo81/ansible_stat_payload.zip' <<< 2998 1726886846.01981: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.02125: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.02157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 2998 1726886846.02163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 2998 1726886846.02209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 2998 1726886846.02284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 2998 1726886846.02322: 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 0x7f76b2f761b0> <<< 2998 1726886846.02329: stdout chunk (state=3): >>>import '_typing' # <<< 2998 1726886846.02524: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f4d0a0> <<< 2998 1726886846.02529: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f4c230> # zipimport: zlib available <<< 2998 1726886846.02561: stdout chunk (state=3): >>>import 'ansible' # <<< 2998 1726886846.02568: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.02587: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.02602: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.02622: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 2998 1726886846.02630: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.04164: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.05391: 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' <<< 2998 1726886846.05411: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f4f5c0> <<< 2998 1726886846.05414: 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' <<< 2998 1726886846.05451: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 2998 1726886846.05458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 2998 1726886846.05478: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 2998 1726886846.05482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 2998 1726886846.05507: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.05513: 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 0x7f76b2f9dbe0> <<< 2998 1726886846.05547: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f9d970> <<< 2998 1726886846.05574: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f9d280> <<< 2998 1726886846.05593: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 2998 1726886846.05604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 2998 1726886846.05649: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f9d6d0> <<< 2998 1726886846.05652: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f76e40> import 'atexit' # <<< 2998 1726886846.05686: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.05691: 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 0x7f76b2f9e990> <<< 2998 1726886846.05713: 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 0x7f76b2f9ebd0> <<< 2998 1726886846.05739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 2998 1726886846.05780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 2998 1726886846.05794: stdout chunk (state=3): >>>import '_locale' # <<< 2998 1726886846.05840: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f9f050> <<< 2998 1726886846.05855: stdout chunk (state=3): >>>import 'pwd' # <<< 2998 1726886846.05869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 2998 1726886846.05895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 2998 1726886846.05926: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e00d40> <<< 2998 1726886846.05965: 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' <<< 2998 1726886846.05977: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f76b2e029f0> <<< 2998 1726886846.05982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 2998 1726886846.06001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 2998 1726886846.06037: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e03350> <<< 2998 1726886846.06057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 2998 1726886846.06084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 2998 1726886846.06103: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e04290> <<< 2998 1726886846.06121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 2998 1726886846.06161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 2998 1726886846.06186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 2998 1726886846.06189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 2998 1726886846.06238: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e06f90> <<< 2998 1726886846.06276: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.06283: 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 0x7f76b2e070b0> <<< 2998 1726886846.06307: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e05160> <<< 2998 1726886846.06317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 2998 1726886846.06345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 2998 1726886846.06368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 2998 1726886846.06376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 2998 1726886846.06389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 2998 1726886846.06418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 2998 1726886846.06443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 2998 1726886846.06446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 2998 1726886846.06463: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e0ae10> <<< 2998 1726886846.06470: stdout chunk (state=3): >>>import '_tokenize' # <<< 2998 1726886846.06540: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e098e0> <<< 2998 1726886846.06548: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e09670> <<< 2998 1726886846.06565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 2998 1726886846.06571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 2998 1726886846.06647: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e0be00> <<< 2998 1726886846.06677: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e05760> <<< 2998 1726886846.06702: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.06709: 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 0x7f76b2e52ff0> <<< 2998 1726886846.06738: 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'<<< 2998 1726886846.06746: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e53110> <<< 2998 1726886846.06755: 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 <<< 2998 1726886846.06775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 2998 1726886846.06797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 2998 1726886846.06803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 2998 1726886846.06839: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.06846: 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 0x7f76b2e54d40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e54b00> <<< 2998 1726886846.06862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 2998 1726886846.06954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 2998 1726886846.07005: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.07012: 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 0x7f76b2e57260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e55400> <<< 2998 1726886846.07027: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 2998 1726886846.07068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.07093: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 2998 1726886846.07101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 2998 1726886846.07104: stdout chunk (state=3): >>>import '_string' # <<< 2998 1726886846.07153: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e5ea20> <<< 2998 1726886846.07280: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e573e0> <<< 2998 1726886846.07350: 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 0x7f76b2e5f890> <<< 2998 1726886846.07386: 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 0x7f76b2e5f710> <<< 2998 1726886846.07429: 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 0x7f76b2e5fce0> <<< 2998 1726886846.07450: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e53410> <<< 2998 1726886846.07469: 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 <<< 2998 1726886846.07477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 2998 1726886846.07490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 2998 1726886846.07511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 2998 1726886846.07535: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.07564: 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 0x7f76b2e63500> <<< 2998 1726886846.07721: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.07730: 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 0x7f76b2e64740> <<< 2998 1726886846.07743: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e61c70> <<< 2998 1726886846.07776: 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' <<< 2998 1726886846.07789: 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 0x7f76b2e63020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e61880> <<< 2998 1726886846.07800: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.07820: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.07823: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 2998 1726886846.07835: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.07923: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.08016: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.08038: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 2998 1726886846.08058: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.08067: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.08078: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 2998 1726886846.08210: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.08335: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.08925: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.09532: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 2998 1726886846.09548: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 2998 1726886846.09556: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 2998 1726886846.09562: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 2998 1726886846.09581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.09632: 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 0x7f76b2ee8890> <<< 2998 1726886846.09716: 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' <<< 2998 1726886846.09742: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2ee95e0> <<< 2998 1726886846.09750: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e67bf0> <<< 2998 1726886846.09799: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 2998 1726886846.09804: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.09829: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.09855: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 2998 1726886846.09860: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.10012: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.10187: 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' <<< 2998 1726886846.10204: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2ee96d0> <<< 2998 1726886846.10208: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.10715: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11204: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11282: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11365: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 2998 1726886846.11375: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11410: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11448: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 2998 1726886846.11456: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11530: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11621: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 2998 1726886846.11640: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11644: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11659: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 2998 1726886846.11664: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11711: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.11755: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 2998 1726886846.11758: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.12011: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.12266: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 2998 1726886846.12319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 2998 1726886846.12338: stdout chunk (state=3): >>>import '_ast' # <<< 2998 1726886846.12410: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2eeb290> <<< 2998 1726886846.12417: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.12491: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.12576: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 2998 1726886846.12582: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 2998 1726886846.12611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 2998 1726886846.12616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 2998 1726886846.12692: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.12816: 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 0x7f76b2ef6330> <<< 2998 1726886846.12875: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.12890: 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 0x7f76b2ef6c60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e67e60> <<< 2998 1726886846.12900: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.12946: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.12983: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 2998 1726886846.13004: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13042: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13093: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13148: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13221: 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 <<< 2998 1726886846.13254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.13343: 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' <<< 2998 1726886846.13348: 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 0x7f76b2ef5910> <<< 2998 1726886846.13387: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2ef6de0> <<< 2998 1726886846.13420: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 2998 1726886846.13426: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 2998 1726886846.13499: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13564: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13595: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.13643: 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 <<< 2998 1726886846.13648: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.13661: 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 <<< 2998 1726886846.13684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 2998 1726886846.13703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 2998 1726886846.13767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 2998 1726886846.13779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 2998 1726886846.13798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 2998 1726886846.13853: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2d86ed0> <<< 2998 1726886846.13903: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2d03c50> <<< 2998 1726886846.13988: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2efbe60> <<< 2998 1726886846.14000: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2efaba0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 2998 1726886846.14005: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.14032: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.14062: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 2998 1726886846.14119: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 2998 1726886846.14133: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.14149: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 2998 1726886846.14169: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.14310: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.14516: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.14645: 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"}}} <<< 2998 1726886846.14651: stdout chunk (state=3): >>># destroy __main__ <<< 2998 1726886846.14932: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 2998 1726886846.14937: 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 <<< 2998 1726886846.14953: 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 <<< 2998 1726886846.14974: 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 # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io <<< 2998 1726886846.15001: 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 <<< 2998 1726886846.15011: 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 <<< 2998 1726886846.15025: stdout chunk (state=3): >>># 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 <<< 2998 1726886846.15045: stdout chunk (state=3): >>># 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 <<< 2998 1726886846.15067: 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 # destroy socket <<< 2998 1726886846.15070: 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 <<< 2998 1726886846.15102: 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 # 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 <<< 2998 1726886846.15112: stdout chunk (state=3): >>># 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 <<< 2998 1726886846.15337: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 2998 1726886846.15348: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 2998 1726886846.15381: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 2998 1726886846.15396: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 2998 1726886846.15400: stdout chunk (state=3): >>># destroy zipfile._path <<< 2998 1726886846.15405: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 2998 1726886846.15422: stdout chunk (state=3): >>># destroy ntpath <<< 2998 1726886846.15460: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 2998 1726886846.15471: 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 <<< 2998 1726886846.15493: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 2998 1726886846.15504: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 2998 1726886846.15524: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 2998 1726886846.15531: stdout chunk (state=3): >>># destroy datetime <<< 2998 1726886846.15552: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 2998 1726886846.15555: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 2998 1726886846.15557: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 2998 1726886846.15597: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 2998 1726886846.15605: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 2998 1726886846.15632: 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 # destroy linecache # destroy textwrap <<< 2998 1726886846.15639: 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<<< 2998 1726886846.15662: stdout chunk (state=3): >>> # 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 <<< 2998 1726886846.15678: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap<<< 2998 1726886846.15688: 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 # cleanup[3] wiping re._parser <<< 2998 1726886846.15705: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 2998 1726886846.15725: 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 <<< 2998 1726886846.15734: 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 <<< 2998 1726886846.15760: 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 <<< 2998 1726886846.15767: 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 <<< 2998 1726886846.15894: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 2998 1726886846.15914: stdout chunk (state=3): >>># destroy _collections <<< 2998 1726886846.15939: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 2998 1726886846.15953: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 2998 1726886846.15965: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 2998 1726886846.15985: stdout chunk (state=3): >>># destroy _typing <<< 2998 1726886846.16004: 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 <<< 2998 1726886846.16011: 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 <<< 2998 1726886846.16033: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 2998 1726886846.16038: stdout chunk (state=3): >>> <<< 2998 1726886846.16112: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 2998 1726886846.16128: 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 <<< 2998 1726886846.16135: stdout chunk (state=3): >>># destroy time <<< 2998 1726886846.16153: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 2998 1726886846.16181: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 2998 1726886846.16217: stdout chunk (state=3): >>># destroy itertools <<< 2998 1726886846.16221: stdout chunk (state=3): >>># destroy _abc <<< 2998 1726886846.16223: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 2998 1726886846.16225: stdout chunk (state=3): >>># clear sys.audit hooks <<< 2998 1726886846.16557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.179 closed. <<< 2998 1726886846.16621: stderr chunk (state=3): >>><<< 2998 1726886846.16624: stdout chunk (state=3): >>><<< 2998 1726886846.16689: _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 0x7f76b33fc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b33cbb30> # /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 0x7f76b33feab0> 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 0x7f76b31d11c0> # /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 0x7f76b31d2000> 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 0x7f76b320fe90> # /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 0x7f76b320ff50> # /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 0x7f76b3247830> # /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 0x7f76b3247ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3227b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32251f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320d040> # /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 0x7f76b326b7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b326a3f0> # /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 0x7f76b32262a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3268bf0> # /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 0x7f76b3298830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320c2f0> # /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 0x7f76b3298ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3298b90> # 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 0x7f76b3298f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b320ae40> # /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 0x7f76b3299670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3299340> 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 0x7f76b329a570> 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 0x7f76b32b4770> 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 0x7f76b32b5eb0> # /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 0x7f76b32b6d50> # 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 0x7f76b32b73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32b62a0> # /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 0x7f76b32b7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b32b7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b329a5a0> # /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 0x7f76b3077cb0> # /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 0x7f76b30a07a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a0500> # 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 0x7f76b30a0740> # 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 0x7f76b30a0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b3075e50> # /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 0x7f76b30a1fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a0c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b329ac90> # /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 0x7f76b30ce390> # /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 0x7f76b30e6510> # /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 0x7f76b311f2c0> # /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 0x7f76b3141a60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b311f3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30e6bd0> # /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 0x7f76b2f1c440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30e5550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b30a2f30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f76b30e5910> # zipimport: found 30 names in '/tmp/ansible_stat_payload_5fz9jo81/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 0x7f76b2f761b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f4d0a0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f4c230> # 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 0x7f76b2f4f5c0> # /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 0x7f76b2f9dbe0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f9d970> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f9d280> # /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 0x7f76b2f9d6d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2f76e40> 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 0x7f76b2f9e990> # 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 0x7f76b2f9ebd0> # /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 0x7f76b2f9f050> 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 0x7f76b2e00d40> # 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 0x7f76b2e029f0> # /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 0x7f76b2e03350> # /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 0x7f76b2e04290> # /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 0x7f76b2e06f90> # 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 0x7f76b2e070b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e05160> # /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 0x7f76b2e0ae10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e098e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e09670> # /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 0x7f76b2e0be00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e05760> # 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 0x7f76b2e52ff0> # /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 0x7f76b2e53110> # /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 0x7f76b2e54d40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e54b00> # /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 0x7f76b2e57260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e55400> # /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 0x7f76b2e5ea20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e573e0> # 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 0x7f76b2e5f890> # 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 0x7f76b2e5f710> # 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 0x7f76b2e5fce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e53410> # /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 0x7f76b2e63500> # 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 0x7f76b2e64740> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e61c70> # 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 0x7f76b2e63020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e61880> # 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 0x7f76b2ee8890> # /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 0x7f76b2ee95e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e67bf0> 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 0x7f76b2ee96d0> # 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 0x7f76b2eeb290> # 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 0x7f76b2ef6330> # 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 0x7f76b2ef6c60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2e67e60> # 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 0x7f76b2ef5910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2ef6de0> 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 0x7f76b2d86ed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2d03c50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2efbe60> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f76b2efaba0> # 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.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.179 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 2998 1726886846.17228: 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-1726886845.7767353-3057-258663848384645/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 2998 1726886846.17231: _low_level_execute_command(): starting 2998 1726886846.17234: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886845.7767353-3057-258663848384645/ > /dev/null 2>&1 && sleep 0' 2998 1726886846.17410: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886846.17413: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.17415: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.17418: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.17468: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.17472: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.17489: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.17519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.19349: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.19402: stderr chunk (state=3): >>><<< 2998 1726886846.19405: stdout chunk (state=3): >>><<< 2998 1726886846.19421: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.19430: handler run complete 2998 1726886846.19447: attempt loop complete, returning result 2998 1726886846.19450: _execute() done 2998 1726886846.19453: dumping result to json 2998 1726886846.19455: done dumping result, returning 2998 1726886846.19465: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Check if system is ostree [02812325-fa75-a4b8-3ecb-00000000000a] 2998 1726886846.19468: sending task result for task 02812325-fa75-a4b8-3ecb-00000000000a 2998 1726886846.19566: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000000a 2998 1726886846.19569: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 2998 1726886846.19654: no more pending results, returning what we have 2998 1726886846.19657: results queue empty 2998 1726886846.19658: checking for any_errors_fatal 2998 1726886846.19660: done checking for any_errors_fatal 2998 1726886846.19663: checking for max_fail_percentage 2998 1726886846.19664: done checking for max_fail_percentage 2998 1726886846.19665: checking to see if all hosts have failed and the running result is not ok 2998 1726886846.19666: done checking to see if all hosts have failed 2998 1726886846.19666: getting the remaining hosts for this loop 2998 1726886846.19668: done getting the remaining hosts for this loop 2998 1726886846.19672: getting the next task for host managed_node3 2998 1726886846.19677: done getting next task for host managed_node3 2998 1726886846.19682: ^ task is: TASK: fedora.linux_system_roles.systemd : Set flag to indicate system is ostree 2998 1726886846.19684: ^ 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 2998 1726886846.19693: getting variables 2998 1726886846.19694: in VariableManager get_vars() 2998 1726886846.19727: Calling all_inventory to load vars for managed_node3 2998 1726886846.19729: Calling groups_inventory to load vars for managed_node3 2998 1726886846.19731: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886846.19747: Calling all_plugins_play to load vars for managed_node3 2998 1726886846.19750: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886846.19753: Calling groups_plugins_play to load vars for managed_node3 2998 1726886846.19901: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886846.20023: done with get_vars() 2998 1726886846.20031: done getting variables 2998 1726886846.20106: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:11 Friday 20 September 2024 22:47:26 -0400 (0:00:00.469) 0:00:03.835 ****** 2998 1726886846.20127: entering _queue_task() for managed_node3/set_fact 2998 1726886846.20128: Creating lock for set_fact 2998 1726886846.20328: worker is 1 (out of 1 available) 2998 1726886846.20342: exiting _queue_task() for managed_node3/set_fact 2998 1726886846.20355: done queuing things up, now waiting for results queue to drain 2998 1726886846.20356: waiting for pending results... 2998 1726886846.20500: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Set flag to indicate system is ostree 2998 1726886846.20557: in run() - task 02812325-fa75-a4b8-3ecb-00000000000b 2998 1726886846.20570: variable 'ansible_search_path' from source: unknown 2998 1726886846.20574: variable 'ansible_search_path' from source: unknown 2998 1726886846.20606: calling self._execute() 2998 1726886846.20670: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.20675: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.20683: variable 'omit' from source: magic vars 2998 1726886846.21042: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 2998 1726886846.21212: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 2998 1726886846.21250: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 2998 1726886846.21278: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 2998 1726886846.21320: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 2998 1726886846.21390: 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) 2998 1726886846.21409: 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) 2998 1726886846.21428: 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) 2998 1726886846.21450: 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) 2998 1726886846.21539: Evaluated conditional (not __systemd_is_ostree is defined): True 2998 1726886846.21544: variable 'omit' from source: magic vars 2998 1726886846.21572: variable 'omit' from source: magic vars 2998 1726886846.21654: variable '__ostree_booted_stat' from source: set_fact 2998 1726886846.21697: variable 'omit' from source: magic vars 2998 1726886846.21715: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886846.21737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886846.21752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886846.21766: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.21776: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.21802: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886846.21805: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.21809: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.21878: Set connection var ansible_pipelining to False 2998 1726886846.21884: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886846.21892: Set connection var ansible_connection to ssh 2998 1726886846.21899: Set connection var ansible_timeout to 10 2998 1726886846.21902: Set connection var ansible_shell_type to sh 2998 1726886846.21910: Set connection var ansible_shell_executable to /bin/sh 2998 1726886846.21926: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.21929: variable 'ansible_connection' from source: unknown 2998 1726886846.21931: variable 'ansible_module_compression' from source: unknown 2998 1726886846.21934: variable 'ansible_shell_type' from source: unknown 2998 1726886846.21938: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.21940: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.21944: variable 'ansible_pipelining' from source: unknown 2998 1726886846.21947: variable 'ansible_timeout' from source: unknown 2998 1726886846.21951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.22027: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 2998 1726886846.22034: variable 'omit' from source: magic vars 2998 1726886846.22040: starting attempt loop 2998 1726886846.22043: running the handler 2998 1726886846.22053: handler run complete 2998 1726886846.22063: attempt loop complete, returning result 2998 1726886846.22066: _execute() done 2998 1726886846.22068: dumping result to json 2998 1726886846.22070: done dumping result, returning 2998 1726886846.22076: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Set flag to indicate system is ostree [02812325-fa75-a4b8-3ecb-00000000000b] 2998 1726886846.22081: sending task result for task 02812325-fa75-a4b8-3ecb-00000000000b 2998 1726886846.22163: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000000b 2998 1726886846.22167: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__systemd_is_ostree": false }, "changed": false } 2998 1726886846.22226: no more pending results, returning what we have 2998 1726886846.22228: results queue empty 2998 1726886846.22229: checking for any_errors_fatal 2998 1726886846.22234: done checking for any_errors_fatal 2998 1726886846.22235: checking for max_fail_percentage 2998 1726886846.22238: done checking for max_fail_percentage 2998 1726886846.22239: checking to see if all hosts have failed and the running result is not ok 2998 1726886846.22239: done checking to see if all hosts have failed 2998 1726886846.22240: getting the remaining hosts for this loop 2998 1726886846.22241: done getting the remaining hosts for this loop 2998 1726886846.22244: getting the next task for host managed_node3 2998 1726886846.22250: done getting next task for host managed_node3 2998 1726886846.22253: ^ task is: TASK: fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin 2998 1726886846.22254: ^ 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 2998 1726886846.22266: getting variables 2998 1726886846.22267: in VariableManager get_vars() 2998 1726886846.22296: Calling all_inventory to load vars for managed_node3 2998 1726886846.22298: Calling groups_inventory to load vars for managed_node3 2998 1726886846.22300: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886846.22306: Calling all_plugins_play to load vars for managed_node3 2998 1726886846.22308: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886846.22310: Calling groups_plugins_play to load vars for managed_node3 2998 1726886846.22414: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886846.22539: done with get_vars() 2998 1726886846.22546: done getting variables TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 Friday 20 September 2024 22:47:26 -0400 (0:00:00.024) 0:00:03.860 ****** 2998 1726886846.22610: entering _queue_task() for managed_node3/stat 2998 1726886846.22783: worker is 1 (out of 1 available) 2998 1726886846.22796: exiting _queue_task() for managed_node3/stat 2998 1726886846.22808: done queuing things up, now waiting for results queue to drain 2998 1726886846.22809: waiting for pending results... 2998 1726886846.22944: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin 2998 1726886846.23002: in run() - task 02812325-fa75-a4b8-3ecb-00000000000d 2998 1726886846.23014: variable 'ansible_search_path' from source: unknown 2998 1726886846.23018: variable 'ansible_search_path' from source: unknown 2998 1726886846.23049: calling self._execute() 2998 1726886846.23108: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.23111: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.23120: variable 'omit' from source: magic vars 2998 1726886846.23466: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 2998 1726886846.23667: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 2998 1726886846.23699: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 2998 1726886846.23726: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 2998 1726886846.23754: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 2998 1726886846.23822: 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) 2998 1726886846.23843: 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) 2998 1726886846.23864: 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) 2998 1726886846.23881: 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) 2998 1726886846.23969: Evaluated conditional (not __systemd_is_transactional is defined): True 2998 1726886846.23973: variable 'omit' from source: magic vars 2998 1726886846.23998: variable 'omit' from source: magic vars 2998 1726886846.24024: variable 'omit' from source: magic vars 2998 1726886846.24049: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886846.24069: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886846.24083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886846.24096: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.24105: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.24129: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886846.24132: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.24137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.24206: Set connection var ansible_pipelining to False 2998 1726886846.24211: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886846.24218: Set connection var ansible_connection to ssh 2998 1726886846.24224: Set connection var ansible_timeout to 10 2998 1726886846.24228: Set connection var ansible_shell_type to sh 2998 1726886846.24256: Set connection var ansible_shell_executable to /bin/sh 2998 1726886846.24271: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.24274: variable 'ansible_connection' from source: unknown 2998 1726886846.24277: variable 'ansible_module_compression' from source: unknown 2998 1726886846.24280: variable 'ansible_shell_type' from source: unknown 2998 1726886846.24282: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.24284: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.24288: variable 'ansible_pipelining' from source: unknown 2998 1726886846.24291: variable 'ansible_timeout' from source: unknown 2998 1726886846.24295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.24404: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 2998 1726886846.24411: variable 'omit' from source: magic vars 2998 1726886846.24416: starting attempt loop 2998 1726886846.24419: running the handler 2998 1726886846.24430: _low_level_execute_command(): starting 2998 1726886846.24438: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 2998 1726886846.24940: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.24972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886846.24975: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.24978: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.24981: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.25040: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.25047: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.25051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.25084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.26657: stdout chunk (state=3): >>>/root <<< 2998 1726886846.26759: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.26818: stderr chunk (state=3): >>><<< 2998 1726886846.26822: stdout chunk (state=3): >>><<< 2998 1726886846.26845: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.26856: _low_level_execute_command(): starting 2998 1726886846.26865: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347 `" && echo ansible-tmp-1726886846.2684405-3066-204370562780347="` echo /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347 `" ) && sleep 0' 2998 1726886846.27329: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.27360: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.27363: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.27366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found <<< 2998 1726886846.27368: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.27423: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.27429: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.27432: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.27465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.29327: stdout chunk (state=3): >>>ansible-tmp-1726886846.2684405-3066-204370562780347=/root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347 <<< 2998 1726886846.29450: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.29503: stderr chunk (state=3): >>><<< 2998 1726886846.29506: stdout chunk (state=3): >>><<< 2998 1726886846.29521: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886846.2684405-3066-204370562780347=/root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.29567: variable 'ansible_module_compression' from source: unknown 2998 1726886846.29613: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-29989zslpnwq/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 2998 1726886846.29645: variable 'ansible_facts' from source: unknown 2998 1726886846.29711: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py 2998 1726886846.29821: Sending initial data 2998 1726886846.29824: Sent initial data (151 bytes) 2998 1726886846.30299: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.30302: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.30305: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886846.30307: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.30310: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.30373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.30378: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.30387: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.30407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.31917: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 2998 1726886846.31921: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 2998 1726886846.31948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 2998 1726886846.31985: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-29989zslpnwq/tmphs3upeah /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py <<< 2998 1726886846.31988: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py" <<< 2998 1726886846.32018: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-29989zslpnwq/tmphs3upeah" to remote "/root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py" <<< 2998 1726886846.32022: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py" <<< 2998 1726886846.32542: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.32600: stderr chunk (state=3): >>><<< 2998 1726886846.32604: stdout chunk (state=3): >>><<< 2998 1726886846.32622: done transferring module to remote 2998 1726886846.32635: _low_level_execute_command(): starting 2998 1726886846.32641: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/ /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py && sleep 0' 2998 1726886846.33112: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.33115: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886846.33118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886846.33120: 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 <<< 2998 1726886846.33122: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.33164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.33168: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.33210: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.34969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.35013: stderr chunk (state=3): >>><<< 2998 1726886846.35016: stdout chunk (state=3): >>><<< 2998 1726886846.35029: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.35038: _low_level_execute_command(): starting 2998 1726886846.35041: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/AnsiballZ_stat.py && sleep 0' 2998 1726886846.35501: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.35505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886846.35507: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.35509: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.35512: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.35559: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.35562: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.35565: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.35609: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.37827: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 2998 1726886846.37858: stdout chunk (state=3): >>>import _imp # builtin <<< 2998 1726886846.37894: stdout chunk (state=3): >>>import '_thread' # <<< 2998 1726886846.37897: stdout chunk (state=3): >>>import '_warnings' # <<< 2998 1726886846.37902: stdout chunk (state=3): >>>import '_weakref' # <<< 2998 1726886846.37969: stdout chunk (state=3): >>>import '_io' # <<< 2998 1726886846.37972: stdout chunk (state=3): >>>import 'marshal' # <<< 2998 1726886846.38010: stdout chunk (state=3): >>>import 'posix' # <<< 2998 1726886846.38048: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 2998 1726886846.38055: stdout chunk (state=3): >>># installing zipimport hook <<< 2998 1726886846.38077: stdout chunk (state=3): >>>import 'time' # <<< 2998 1726886846.38080: stdout chunk (state=3): >>>import 'zipimport' # <<< 2998 1726886846.38099: stdout chunk (state=3): >>># installed zipimport hook <<< 2998 1726886846.38139: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 2998 1726886846.38146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.38164: stdout chunk (state=3): >>>import '_codecs' # <<< 2998 1726886846.38191: stdout chunk (state=3): >>>import 'codecs' # <<< 2998 1726886846.38227: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 2998 1726886846.38253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 2998 1726886846.38259: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ffc530> <<< 2998 1726886846.38276: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914fcbb30> <<< 2998 1726886846.38299: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 2998 1726886846.38311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 2998 1726886846.38319: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ffeab0> <<< 2998 1726886846.38338: stdout chunk (state=3): >>>import '_signal' # <<< 2998 1726886846.38360: stdout chunk (state=3): >>>import '_abc' # <<< 2998 1726886846.38364: stdout chunk (state=3): >>> import 'abc' # <<< 2998 1726886846.38389: stdout chunk (state=3): >>>import 'io' # <<< 2998 1726886846.38424: stdout chunk (state=3): >>>import '_stat' # <<< 2998 1726886846.38428: stdout chunk (state=3): >>>import 'stat' # <<< 2998 1726886846.38516: stdout chunk (state=3): >>>import '_collections_abc' # <<< 2998 1726886846.38551: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 2998 1726886846.38578: stdout chunk (state=3): >>>import 'os' # <<< 2998 1726886846.38602: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 2998 1726886846.38616: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 2998 1726886846.38633: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 2998 1726886846.38649: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 2998 1726886846.38656: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 2998 1726886846.38677: 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 <<< 2998 1726886846.38688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 2998 1726886846.38708: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e111c0> <<< 2998 1726886846.38770: 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 <<< 2998 1726886846.38777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.38793: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e12000> <<< 2998 1726886846.38815: stdout chunk (state=3): >>>import 'site' # <<< 2998 1726886846.38849: 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. <<< 2998 1726886846.39092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 2998 1726886846.39112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 2998 1726886846.39132: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 2998 1726886846.39135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.39172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 2998 1726886846.39203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 2998 1726886846.39219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 2998 1726886846.39245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 2998 1726886846.39257: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4fe90> <<< 2998 1726886846.39280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 2998 1726886846.39299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 2998 1726886846.39321: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4ff50> <<< 2998 1726886846.39348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 2998 1726886846.39373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 2998 1726886846.39404: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 2998 1726886846.39449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.39469: stdout chunk (state=3): >>>import 'itertools' # <<< 2998 1726886846.39498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 2998 1726886846.39501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e87830> <<< 2998 1726886846.39527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 2998 1726886846.39531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 2998 1726886846.39548: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e87ec0> <<< 2998 1726886846.39553: stdout chunk (state=3): >>>import '_collections' # <<< 2998 1726886846.39611: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e67b00> <<< 2998 1726886846.39621: stdout chunk (state=3): >>>import '_functools' # <<< 2998 1726886846.39652: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e651f0> <<< 2998 1726886846.39748: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4d040> <<< 2998 1726886846.39774: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 2998 1726886846.39793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 2998 1726886846.39810: stdout chunk (state=3): >>>import '_sre' # <<< 2998 1726886846.39833: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 2998 1726886846.39855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 2998 1726886846.39875: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 2998 1726886846.39888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 2998 1726886846.39916: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914eab7d0> <<< 2998 1726886846.39937: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914eaa3f0> <<< 2998 1726886846.39969: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 2998 1726886846.39976: 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 0x7f8914e662a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ea8bf0> <<< 2998 1726886846.40038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 2998 1726886846.40041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ed8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4c2f0> <<< 2998 1726886846.40069: 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' <<< 2998 1726886846.40105: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.40111: 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 0x7f8914ed8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ed8b90> <<< 2998 1726886846.40160: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.40166: 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 0x7f8914ed8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4ae40> <<< 2998 1726886846.40201: 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' <<< 2998 1726886846.40225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 2998 1726886846.40250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 2998 1726886846.40278: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ed9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ed9340> <<< 2998 1726886846.40282: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 2998 1726886846.40316: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 2998 1726886846.40323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 2998 1726886846.40339: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914eda570> <<< 2998 1726886846.40354: stdout chunk (state=3): >>>import 'importlib.util' # <<< 2998 1726886846.40358: stdout chunk (state=3): >>>import 'runpy' # <<< 2998 1726886846.40388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 2998 1726886846.40418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 2998 1726886846.40446: 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' <<< 2998 1726886846.40451: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ef4770> <<< 2998 1726886846.40469: stdout chunk (state=3): >>>import 'errno' # <<< 2998 1726886846.40498: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.40512: 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 0x7f8914ef5eb0> <<< 2998 1726886846.40532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 2998 1726886846.40555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 2998 1726886846.40575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 2998 1726886846.40596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 2998 1726886846.40620: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ef6d50> <<< 2998 1726886846.40660: 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 0x7f8914ef73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ef62a0> <<< 2998 1726886846.40668: 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' <<< 2998 1726886846.40710: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.40725: 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 0x7f8914ef7e00> <<< 2998 1726886846.40731: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ef7530> <<< 2998 1726886846.40772: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914eda5a0> <<< 2998 1726886846.40794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 2998 1726886846.40818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 2998 1726886846.40841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 2998 1726886846.40864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 2998 1726886846.40894: 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 0x7f8914ce7cb0> <<< 2998 1726886846.40922: 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' <<< 2998 1726886846.40959: 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 0x7f8914d107a0> <<< 2998 1726886846.40967: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d10500> <<< 2998 1726886846.40989: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.40994: 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 0x7f8914d10740> <<< 2998 1726886846.41022: stdout chunk (state=3): >>># extension module '_sha2' loaded from '/usr/lib64/python3.12/lib-dynload/_sha2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.41025: 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 0x7f8914d10950> <<< 2998 1726886846.41046: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ce5e50> <<< 2998 1726886846.41061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 2998 1726886846.41157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 2998 1726886846.41174: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 2998 1726886846.41194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 2998 1726886846.41202: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d11fd0> <<< 2998 1726886846.41226: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d10c50> <<< 2998 1726886846.41247: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914edac90> <<< 2998 1726886846.41274: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 2998 1726886846.41324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.41348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 2998 1726886846.41391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 2998 1726886846.41424: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d3e390> <<< 2998 1726886846.41472: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 2998 1726886846.41489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.41508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 2998 1726886846.41529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 2998 1726886846.41578: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d56510> <<< 2998 1726886846.41605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 2998 1726886846.41642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 2998 1726886846.41702: stdout chunk (state=3): >>>import 'ntpath' # <<< 2998 1726886846.41729: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 2998 1726886846.41731: 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 0x7f8914d8f2c0> <<< 2998 1726886846.41748: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 2998 1726886846.41790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 2998 1726886846.41813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 2998 1726886846.41854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 2998 1726886846.41947: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914db1a60> <<< 2998 1726886846.42023: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d8f3e0> <<< 2998 1726886846.42066: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d56bd0> <<< 2998 1726886846.42098: 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' <<< 2998 1726886846.42113: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914b94440> <<< 2998 1726886846.42130: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d55550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d12f30> <<< 2998 1726886846.42224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 2998 1726886846.42247: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8914d55910> <<< 2998 1726886846.42326: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_zapx5o5v/ansible_stat_payload.zip' <<< 2998 1726886846.42331: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.42477: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.42508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 2998 1726886846.42519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 2998 1726886846.42567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 2998 1726886846.42640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 2998 1726886846.42677: 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 0x7f8914bee1b0><<< 2998 1726886846.42686: stdout chunk (state=3): >>> <<< 2998 1726886846.42696: stdout chunk (state=3): >>>import '_typing' # <<< 2998 1726886846.42889: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914bc50a0> <<< 2998 1726886846.42904: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914bc4230> # zipimport: zlib available <<< 2998 1726886846.42935: stdout chunk (state=3): >>>import 'ansible' # <<< 2998 1726886846.42948: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.42965: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.42976: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.42996: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 2998 1726886846.43010: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.44555: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.45796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 2998 1726886846.45801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914bc75c0> <<< 2998 1726886846.45826: 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' <<< 2998 1726886846.45862: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 2998 1726886846.45865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 2998 1726886846.45891: 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' <<< 2998 1726886846.45922: 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 0x7f8914c15be0> <<< 2998 1726886846.45964: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914c15970> <<< 2998 1726886846.45991: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914c15280> <<< 2998 1726886846.46014: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 2998 1726886846.46026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 2998 1726886846.46062: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914c156d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914beee40> <<< 2998 1726886846.46079: stdout chunk (state=3): >>>import 'atexit' # <<< 2998 1726886846.46106: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.46109: 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 0x7f8914c16990> <<< 2998 1726886846.46141: 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' <<< 2998 1726886846.46150: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8914c16bd0> <<< 2998 1726886846.46166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 2998 1726886846.46203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 2998 1726886846.46224: stdout chunk (state=3): >>>import '_locale' # <<< 2998 1726886846.46266: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914c17050> <<< 2998 1726886846.46277: stdout chunk (state=3): >>>import 'pwd' # <<< 2998 1726886846.46298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 2998 1726886846.46326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 2998 1726886846.46359: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a78d40> <<< 2998 1726886846.46391: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.46396: 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 0x7f8914a7a9f0> <<< 2998 1726886846.46420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 2998 1726886846.46437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 2998 1726886846.46473: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7b350> <<< 2998 1726886846.46495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 2998 1726886846.46522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 2998 1726886846.46544: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7c290> <<< 2998 1726886846.46567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 2998 1726886846.46602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 2998 1726886846.46627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 2998 1726886846.46632: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 2998 1726886846.46689: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7ef90> <<< 2998 1726886846.46725: 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' <<< 2998 1726886846.46731: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8914a7f0b0> <<< 2998 1726886846.46750: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7d160> <<< 2998 1726886846.46774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 2998 1726886846.46798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 2998 1726886846.46821: 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' <<< 2998 1726886846.46847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 2998 1726886846.46874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 2998 1726886846.46905: 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' <<< 2998 1726886846.46917: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a82e10> <<< 2998 1726886846.46929: stdout chunk (state=3): >>>import '_tokenize' # <<< 2998 1726886846.47009: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a818e0> <<< 2998 1726886846.47026: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a81670> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 2998 1726886846.47034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 2998 1726886846.47111: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a83cb0> <<< 2998 1726886846.47141: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7d760> <<< 2998 1726886846.47168: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.47173: 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 0x7f8914acaff0> <<< 2998 1726886846.47199: 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' <<< 2998 1726886846.47206: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acb110> <<< 2998 1726886846.47224: 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 <<< 2998 1726886846.47242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 2998 1726886846.47265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 2998 1726886846.47270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 2998 1726886846.47307: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.47312: 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 0x7f8914accd40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914accb00> <<< 2998 1726886846.47333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 2998 1726886846.47435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 2998 1726886846.47485: 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 0x7f8914acf260> <<< 2998 1726886846.47491: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acd400> <<< 2998 1726886846.47512: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 2998 1726886846.47553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.47577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 2998 1726886846.47584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 2998 1726886846.47596: stdout chunk (state=3): >>>import '_string' # <<< 2998 1726886846.47642: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ad6a20> <<< 2998 1726886846.47770: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acf3e0> <<< 2998 1726886846.47844: 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 0x7f8914ad7890> <<< 2998 1726886846.47877: 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' <<< 2998 1726886846.47882: 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 0x7f8914ad7710> <<< 2998 1726886846.47922: 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' <<< 2998 1726886846.47931: 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 0x7f8914ad7ce0> <<< 2998 1726886846.47949: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acb410> <<< 2998 1726886846.47962: 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' <<< 2998 1726886846.47987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 2998 1726886846.48006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 2998 1726886846.48035: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.48056: 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 0x7f8914adb500> <<< 2998 1726886846.48222: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.48237: 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 0x7f8914adc740> <<< 2998 1726886846.48245: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ad9c70> <<< 2998 1726886846.48274: 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 0x7f8914adb020> <<< 2998 1726886846.48281: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ad9880> <<< 2998 1726886846.48314: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48321: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 2998 1726886846.48330: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48426: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48520: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48544: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 2998 1726886846.48556: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48571: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48580: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 2998 1726886846.48592: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48721: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.48856: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.49446: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.50318: 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' # 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 0x7f8914b60860> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 2998 1726886846.50339: 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 0x7f8914b61610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914adfbf0> <<< 2998 1726886846.50384: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 2998 1726886846.50398: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 2998 1726886846.50555: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.50747: 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' <<< 2998 1726886846.50759: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914b61430> # zipimport: zlib available <<< 2998 1726886846.51260: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.51763: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.51840: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.51921: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 2998 1726886846.51924: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.51964: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52000: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 2998 1726886846.52016: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52085: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52183: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 2998 1726886846.52198: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52209: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52218: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 2998 1726886846.52231: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52269: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52311: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 2998 1726886846.52320: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52580: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.52831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 2998 1726886846.52894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 2998 1726886846.52905: stdout chunk (state=3): >>>import '_ast' # <<< 2998 1726886846.52976: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914b62420> <<< 2998 1726886846.52984: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53065: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53146: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 2998 1726886846.53160: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 2998 1726886846.53169: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 2998 1726886846.53188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 2998 1726886846.53192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 2998 1726886846.53268: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.53400: 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 0x7f8914b6e2d0> <<< 2998 1726886846.53459: 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' <<< 2998 1726886846.53471: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8914b6ec00> <<< 2998 1726886846.53478: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914adf9e0> <<< 2998 1726886846.53490: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53536: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 2998 1726886846.53587: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53635: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53682: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53746: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.53818: 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 <<< 2998 1726886846.53865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.53950: 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 0x7f8914b6d8e0> <<< 2998 1726886846.53998: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914b6edb0> <<< 2998 1726886846.54023: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 2998 1726886846.54031: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 2998 1726886846.54042: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54110: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54176: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54210: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54252: 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 <<< 2998 1726886846.54258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.54275: 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 <<< 2998 1726886846.54305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 2998 1726886846.54322: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 2998 1726886846.54383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 2998 1726886846.54406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 2998 1726886846.54425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 2998 1726886846.54482: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f89149feed0> <<< 2998 1726886846.54533: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914978c50> <<< 2998 1726886846.54619: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914972e10> <<< 2998 1726886846.54635: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914972b70> # destroy ansible.module_utils.distro <<< 2998 1726886846.54640: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 2998 1726886846.54668: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54698: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 2998 1726886846.54762: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 2998 1726886846.54780: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54788: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54803: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 2998 1726886846.54810: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.54955: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.55165: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.55295: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/sbin/transactional-update", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 2998 1726886846.55631: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 2998 1726886846.55634: 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 <<< 2998 1726886846.55642: 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 <<< 2998 1726886846.55656: 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 <<< 2998 1726886846.55686: 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 <<< 2998 1726886846.55698: 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 # 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<<< 2998 1726886846.55710: stdout chunk (state=3): >>> # 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 <<< 2998 1726886846.55735: 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 # cleanup[2] removing json # cleanup[2] removing atexit <<< 2998 1726886846.55761: stdout chunk (state=3): >>># 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 <<< 2998 1726886846.55768: stdout chunk (state=3): >>># 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<<< 2998 1726886846.55803: stdout chunk (state=3): >>> # 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 <<< 2998 1726886846.55813: stdout chunk (state=3): >>># 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 <<< 2998 1726886846.56041: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery <<< 2998 1726886846.56057: stdout chunk (state=3): >>># destroy importlib._abc # destroy importlib.util <<< 2998 1726886846.56076: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 2998 1726886846.56085: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 2998 1726886846.56099: stdout chunk (state=3): >>># destroy zipfile._path <<< 2998 1726886846.56119: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 2998 1726886846.56132: stdout chunk (state=3): >>># destroy ntpath <<< 2998 1726886846.56172: stdout chunk (state=3): >>># destroy importlib <<< 2998 1726886846.56183: 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 <<< 2998 1726886846.56193: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 2998 1726886846.56199: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal <<< 2998 1726886846.56212: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 2998 1726886846.56230: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 2998 1726886846.56246: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 2998 1726886846.56264: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 2998 1726886846.56275: stdout chunk (state=3): >>># destroy _hashlib # destroy _blake2 # destroy selinux # destroy shutil <<< 2998 1726886846.56293: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 2998 1726886846.56343: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 2998 1726886846.56349: 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 <<< 2998 1726886846.56364: 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 <<< 2998 1726886846.56381: stdout chunk (state=3): >>># cleanup[3] wiping tokenize <<< 2998 1726886846.56388: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 2998 1726886846.56427: 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 <<< 2998 1726886846.56434: 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 <<< 2998 1726886846.56447: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 2998 1726886846.56457: 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 <<< 2998 1726886846.56467: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 2998 1726886846.56472: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 2998 1726886846.56487: 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 # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 2998 1726886846.56512: 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 <<< 2998 1726886846.56528: 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 <<< 2998 1726886846.56541: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 2998 1726886846.56547: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 2998 1726886846.56668: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 2998 1726886846.56689: stdout chunk (state=3): >>># destroy _collections <<< 2998 1726886846.56722: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 2998 1726886846.56727: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 2998 1726886846.56751: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 2998 1726886846.56757: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 2998 1726886846.56783: stdout chunk (state=3): >>># destroy _typing <<< 2998 1726886846.56798: 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 <<< 2998 1726886846.56808: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 2998 1726886846.56832: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules <<< 2998 1726886846.56838: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 2998 1726886846.56910: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 2998 1726886846.56917: 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 <<< 2998 1726886846.56933: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 2998 1726886846.56956: stdout chunk (state=3): >>># destroy _random <<< 2998 1726886846.56961: stdout chunk (state=3): >>># destroy _weakref <<< 2998 1726886846.56984: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 # destroy _string # destroy re <<< 2998 1726886846.57008: stdout chunk (state=3): >>># destroy itertools <<< 2998 1726886846.57014: stdout chunk (state=3): >>># destroy _abc <<< 2998 1726886846.57026: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 2998 1726886846.57035: stdout chunk (state=3): >>># clear sys.audit hooks <<< 2998 1726886846.57378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.179 closed. <<< 2998 1726886846.57442: stderr chunk (state=3): >>><<< 2998 1726886846.57445: stdout chunk (state=3): >>><<< 2998 1726886846.57513: _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 0x7f8914ffc530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914fcbb30> # /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 0x7f8914ffeab0> 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 0x7f8914e111c0> # /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 0x7f8914e12000> 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 0x7f8914e4fe90> # /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 0x7f8914e4ff50> # /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 0x7f8914e87830> # /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 0x7f8914e87ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e67b00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e651f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4d040> # /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 0x7f8914eab7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914eaa3f0> # /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 0x7f8914e662a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ea8bf0> # /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 0x7f8914ed8830> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4c2f0> # /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 0x7f8914ed8ce0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ed8b90> # 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 0x7f8914ed8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914e4ae40> # /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 0x7f8914ed9670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ed9340> 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 0x7f8914eda570> 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 0x7f8914ef4770> 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 0x7f8914ef5eb0> # /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 0x7f8914ef6d50> # 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 0x7f8914ef73b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ef62a0> # /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 0x7f8914ef7e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ef7530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914eda5a0> # /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 0x7f8914ce7cb0> # /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 0x7f8914d107a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d10500> # 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 0x7f8914d10740> # 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 0x7f8914d10950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ce5e50> # /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 0x7f8914d11fd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d10c50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914edac90> # /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 0x7f8914d3e390> # /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 0x7f8914d56510> # /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 0x7f8914d8f2c0> # /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 0x7f8914db1a60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d8f3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d56bd0> # /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 0x7f8914b94440> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d55550> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914d12f30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8914d55910> # zipimport: found 30 names in '/tmp/ansible_stat_payload_zapx5o5v/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 0x7f8914bee1b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914bc50a0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914bc4230> # 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 0x7f8914bc75c0> # /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 0x7f8914c15be0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914c15970> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914c15280> # /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 0x7f8914c156d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914beee40> 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 0x7f8914c16990> # 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 0x7f8914c16bd0> # /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 0x7f8914c17050> 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 0x7f8914a78d40> # 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 0x7f8914a7a9f0> # /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 0x7f8914a7b350> # /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 0x7f8914a7c290> # /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 0x7f8914a7ef90> # 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 0x7f8914a7f0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7d160> # /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 0x7f8914a82e10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a818e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a81670> # /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 0x7f8914a83cb0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914a7d760> # 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 0x7f8914acaff0> # /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 0x7f8914acb110> # /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 0x7f8914accd40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914accb00> # /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 0x7f8914acf260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acd400> # /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 0x7f8914ad6a20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acf3e0> # 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 0x7f8914ad7890> # 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 0x7f8914ad7710> # 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 0x7f8914ad7ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914acb410> # /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 0x7f8914adb500> # 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 0x7f8914adc740> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ad9c70> # 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 0x7f8914adb020> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914ad9880> # 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 0x7f8914b60860> # /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 0x7f8914b61610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914adfbf0> 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 0x7f8914b61430> # 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 0x7f8914b62420> # 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 0x7f8914b6e2d0> # 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 0x7f8914b6ec00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914adf9e0> # 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 0x7f8914b6d8e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914b6edb0> 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 0x7f89149feed0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914978c50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914972e10> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8914972b70> # 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": "/sbin/transactional-update", "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.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.179 closed. 2998 1726886846.58047: done with _execute_module (stat, {'path': '/sbin/transactional-update', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 2998 1726886846.58051: _low_level_execute_command(): starting 2998 1726886846.58053: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886846.2684405-3066-204370562780347/ > /dev/null 2>&1 && sleep 0' 2998 1726886846.58240: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.58244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886846.58246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.58249: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.58251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.58313: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.58319: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.58321: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.58356: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.60217: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.60277: stderr chunk (state=3): >>><<< 2998 1726886846.60281: stdout chunk (state=3): >>><<< 2998 1726886846.60296: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.60302: handler run complete 2998 1726886846.60319: attempt loop complete, returning result 2998 1726886846.60322: _execute() done 2998 1726886846.60324: dumping result to json 2998 1726886846.60327: done dumping result, returning 2998 1726886846.60338: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin [02812325-fa75-a4b8-3ecb-00000000000d] 2998 1726886846.60343: sending task result for task 02812325-fa75-a4b8-3ecb-00000000000d 2998 1726886846.60444: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000000d 2998 1726886846.60447: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 2998 1726886846.60517: no more pending results, returning what we have 2998 1726886846.60520: results queue empty 2998 1726886846.60521: checking for any_errors_fatal 2998 1726886846.60525: done checking for any_errors_fatal 2998 1726886846.60525: checking for max_fail_percentage 2998 1726886846.60527: done checking for max_fail_percentage 2998 1726886846.60527: checking to see if all hosts have failed and the running result is not ok 2998 1726886846.60528: done checking to see if all hosts have failed 2998 1726886846.60529: getting the remaining hosts for this loop 2998 1726886846.60531: done getting the remaining hosts for this loop 2998 1726886846.60534: getting the next task for host managed_node3 2998 1726886846.60542: done getting next task for host managed_node3 2998 1726886846.60546: ^ task is: TASK: fedora.linux_system_roles.systemd : Set flag if transactional-update exists 2998 1726886846.60548: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886846.60557: getting variables 2998 1726886846.60558: in VariableManager get_vars() 2998 1726886846.60592: Calling all_inventory to load vars for managed_node3 2998 1726886846.60595: Calling groups_inventory to load vars for managed_node3 2998 1726886846.60597: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886846.60606: Calling all_plugins_play to load vars for managed_node3 2998 1726886846.60609: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886846.60612: Calling groups_plugins_play to load vars for managed_node3 2998 1726886846.60763: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886846.60888: done with get_vars() 2998 1726886846.60896: done getting variables 2998 1726886846.60942: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:23 Friday 20 September 2024 22:47:26 -0400 (0:00:00.383) 0:00:04.243 ****** 2998 1726886846.60967: entering _queue_task() for managed_node3/set_fact 2998 1726886846.61158: worker is 1 (out of 1 available) 2998 1726886846.61173: exiting _queue_task() for managed_node3/set_fact 2998 1726886846.61184: done queuing things up, now waiting for results queue to drain 2998 1726886846.61185: waiting for pending results... 2998 1726886846.61325: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Set flag if transactional-update exists 2998 1726886846.61384: in run() - task 02812325-fa75-a4b8-3ecb-00000000000e 2998 1726886846.61397: variable 'ansible_search_path' from source: unknown 2998 1726886846.61401: variable 'ansible_search_path' from source: unknown 2998 1726886846.61434: calling self._execute() 2998 1726886846.61497: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.61500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.61509: variable 'omit' from source: magic vars 2998 1726886846.61871: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 2998 1726886846.62048: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 2998 1726886846.62087: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 2998 1726886846.62132: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 2998 1726886846.62159: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 2998 1726886846.62231: 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) 2998 1726886846.62252: 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) 2998 1726886846.62273: 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) 2998 1726886846.62294: 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) 2998 1726886846.62385: Evaluated conditional (not __systemd_is_transactional is defined): True 2998 1726886846.62389: variable 'omit' from source: magic vars 2998 1726886846.62417: variable 'omit' from source: magic vars 2998 1726886846.62504: variable '__transactional_update_stat' from source: set_fact 2998 1726886846.62542: variable 'omit' from source: magic vars 2998 1726886846.62565: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886846.62584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886846.62599: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886846.62615: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.62625: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.62650: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886846.62653: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.62656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.62725: Set connection var ansible_pipelining to False 2998 1726886846.62730: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886846.62741: Set connection var ansible_connection to ssh 2998 1726886846.62747: Set connection var ansible_timeout to 10 2998 1726886846.62749: Set connection var ansible_shell_type to sh 2998 1726886846.62756: Set connection var ansible_shell_executable to /bin/sh 2998 1726886846.62774: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.62777: variable 'ansible_connection' from source: unknown 2998 1726886846.62780: variable 'ansible_module_compression' from source: unknown 2998 1726886846.62782: variable 'ansible_shell_type' from source: unknown 2998 1726886846.62784: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.62787: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.62791: variable 'ansible_pipelining' from source: unknown 2998 1726886846.62793: variable 'ansible_timeout' from source: unknown 2998 1726886846.62798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.62876: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 2998 1726886846.62885: variable 'omit' from source: magic vars 2998 1726886846.62889: starting attempt loop 2998 1726886846.62892: running the handler 2998 1726886846.62902: handler run complete 2998 1726886846.62909: attempt loop complete, returning result 2998 1726886846.62912: _execute() done 2998 1726886846.62914: dumping result to json 2998 1726886846.62917: done dumping result, returning 2998 1726886846.62924: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Set flag if transactional-update exists [02812325-fa75-a4b8-3ecb-00000000000e] 2998 1726886846.62929: sending task result for task 02812325-fa75-a4b8-3ecb-00000000000e 2998 1726886846.63016: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000000e 2998 1726886846.63019: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__systemd_is_transactional": false }, "changed": false } 2998 1726886846.63100: no more pending results, returning what we have 2998 1726886846.63102: results queue empty 2998 1726886846.63103: checking for any_errors_fatal 2998 1726886846.63108: done checking for any_errors_fatal 2998 1726886846.63109: checking for max_fail_percentage 2998 1726886846.63110: done checking for max_fail_percentage 2998 1726886846.63111: checking to see if all hosts have failed and the running result is not ok 2998 1726886846.63111: done checking to see if all hosts have failed 2998 1726886846.63112: getting the remaining hosts for this loop 2998 1726886846.63113: done getting the remaining hosts for this loop 2998 1726886846.63116: getting the next task for host managed_node3 2998 1726886846.63122: done getting next task for host managed_node3 2998 1726886846.63125: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required packages are installed 2998 1726886846.63127: ^ 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 2998 1726886846.63138: getting variables 2998 1726886846.63139: in VariableManager get_vars() 2998 1726886846.63173: Calling all_inventory to load vars for managed_node3 2998 1726886846.63175: Calling groups_inventory to load vars for managed_node3 2998 1726886846.63176: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886846.63183: Calling all_plugins_play to load vars for managed_node3 2998 1726886846.63185: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886846.63187: Calling groups_plugins_play to load vars for managed_node3 2998 1726886846.63293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886846.63421: done with get_vars() 2998 1726886846.63429: done getting variables 2998 1726886846.63509: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Friday 20 September 2024 22:47:26 -0400 (0:00:00.025) 0:00:04.269 ****** 2998 1726886846.63529: entering _queue_task() for managed_node3/package 2998 1726886846.63531: Creating lock for package 2998 1726886846.63721: worker is 1 (out of 1 available) 2998 1726886846.63732: exiting _queue_task() for managed_node3/package 2998 1726886846.63746: done queuing things up, now waiting for results queue to drain 2998 1726886846.63748: waiting for pending results... 2998 1726886846.63891: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required packages are installed 2998 1726886846.63951: in run() - task 02812325-fa75-a4b8-3ecb-000000000010 2998 1726886846.63965: variable 'ansible_search_path' from source: unknown 2998 1726886846.63971: variable 'ansible_search_path' from source: unknown 2998 1726886846.64000: calling self._execute() 2998 1726886846.64064: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.64068: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.64075: variable 'omit' from source: magic vars 2998 1726886846.64156: variable 'omit' from source: magic vars 2998 1726886846.64186: variable 'omit' from source: magic vars 2998 1726886846.64214: variable '__systemd_packages' from source: role '' all vars 2998 1726886846.64486: variable '__systemd_packages' from source: role '' all vars 2998 1726886846.64653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 2998 1726886846.66229: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 2998 1726886846.66279: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 2998 1726886846.66307: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 2998 1726886846.66332: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 2998 1726886846.66354: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 2998 1726886846.66430: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 2998 1726886846.66452: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 2998 1726886846.66471: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 2998 1726886846.66504: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 2998 1726886846.66515: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 2998 1726886846.66588: variable '__systemd_is_ostree' from source: set_fact 2998 1726886846.66592: variable 'omit' from source: magic vars 2998 1726886846.66620: variable 'omit' from source: magic vars 2998 1726886846.66642: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886846.66665: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886846.66677: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886846.66695: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.66700: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886846.66726: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886846.66729: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.66731: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.66800: Set connection var ansible_pipelining to False 2998 1726886846.66808: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886846.66814: Set connection var ansible_connection to ssh 2998 1726886846.66821: Set connection var ansible_timeout to 10 2998 1726886846.66824: Set connection var ansible_shell_type to sh 2998 1726886846.66831: Set connection var ansible_shell_executable to /bin/sh 2998 1726886846.66851: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.66854: variable 'ansible_connection' from source: unknown 2998 1726886846.66856: variable 'ansible_module_compression' from source: unknown 2998 1726886846.66858: variable 'ansible_shell_type' from source: unknown 2998 1726886846.66864: variable 'ansible_shell_executable' from source: unknown 2998 1726886846.66866: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886846.66868: variable 'ansible_pipelining' from source: unknown 2998 1726886846.66871: variable 'ansible_timeout' from source: unknown 2998 1726886846.66876: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886846.66951: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 2998 1726886846.66958: variable 'omit' from source: magic vars 2998 1726886846.66964: starting attempt loop 2998 1726886846.66967: running the handler 2998 1726886846.66970: variable 'ansible_facts' from source: unknown 2998 1726886846.66973: variable 'ansible_facts' from source: unknown 2998 1726886846.67014: _low_level_execute_command(): starting 2998 1726886846.67021: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 2998 1726886846.67554: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.67558: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.67560: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.67562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.67619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.67622: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.67624: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.67667: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.69316: stdout chunk (state=3): >>>/root <<< 2998 1726886846.69426: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.69478: stderr chunk (state=3): >>><<< 2998 1726886846.69481: stdout chunk (state=3): >>><<< 2998 1726886846.69501: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.69514: _low_level_execute_command(): starting 2998 1726886846.69521: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919 `" && echo ansible-tmp-1726886846.6950061-3078-112444891844919="` echo /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919 `" ) && sleep 0' 2998 1726886846.69990: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.69994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886846.69997: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.69999: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886846.70001: 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 <<< 2998 1726886846.70003: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.70041: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.70064: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.70099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.71990: stdout chunk (state=3): >>>ansible-tmp-1726886846.6950061-3078-112444891844919=/root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919 <<< 2998 1726886846.72099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.72156: stderr chunk (state=3): >>><<< 2998 1726886846.72159: stdout chunk (state=3): >>><<< 2998 1726886846.72175: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886846.6950061-3078-112444891844919=/root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.72207: variable 'ansible_module_compression' from source: unknown 2998 1726886846.72261: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 2998 1726886846.72265: ANSIBALLZ: Acquiring lock 2998 1726886846.72268: ANSIBALLZ: Lock acquired: 139663340153520 2998 1726886846.72270: ANSIBALLZ: Creating module 2998 1726886846.83405: ANSIBALLZ: Writing module into payload 2998 1726886846.83549: ANSIBALLZ: Writing module 2998 1726886846.83573: ANSIBALLZ: Renaming module 2998 1726886846.83576: ANSIBALLZ: Done creating module 2998 1726886846.83596: variable 'ansible_facts' from source: unknown 2998 1726886846.83653: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py 2998 1726886846.83767: Sending initial data 2998 1726886846.83770: Sent initial data (150 bytes) 2998 1726886846.84240: 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 <<< 2998 1726886846.84268: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.84271: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration <<< 2998 1726886846.84274: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.84276: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.84334: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.84340: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.84348: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.84382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.86002: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 2998 1726886846.86010: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 2998 1726886846.86033: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 2998 1726886846.86074: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-29989zslpnwq/tmpn0j6bkpp /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py <<< 2998 1726886846.86083: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py" <<< 2998 1726886846.86105: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-29989zslpnwq/tmpn0j6bkpp" to remote "/root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py" <<< 2998 1726886846.86760: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.86818: stderr chunk (state=3): >>><<< 2998 1726886846.86821: stdout chunk (state=3): >>><<< 2998 1726886846.86844: done transferring module to remote 2998 1726886846.86856: _low_level_execute_command(): starting 2998 1726886846.86864: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/ /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py && sleep 0' 2998 1726886846.87318: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.87321: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886846.87323: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.87326: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.87328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.87386: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886846.87392: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.87396: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.87425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.89182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886846.89234: stderr chunk (state=3): >>><<< 2998 1726886846.89240: stdout chunk (state=3): >>><<< 2998 1726886846.89255: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886846.89258: _low_level_execute_command(): starting 2998 1726886846.89265: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/AnsiballZ_dnf.py && sleep 0' 2998 1726886846.89727: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886846.89731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found <<< 2998 1726886846.89733: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.89735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886846.89739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886846.89791: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886846.89794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886846.89839: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886846.92029: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 2998 1726886846.92061: stdout chunk (state=3): >>>import _imp # builtin <<< 2998 1726886846.92095: stdout chunk (state=3): >>>import '_thread' # <<< 2998 1726886846.92100: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 2998 1726886846.92173: stdout chunk (state=3): >>>import '_io' # <<< 2998 1726886846.92177: stdout chunk (state=3): >>>import 'marshal' # <<< 2998 1726886846.92214: stdout chunk (state=3): >>>import 'posix' # <<< 2998 1726886846.92252: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 2998 1726886846.92278: stdout chunk (state=3): >>>import 'time' # <<< 2998 1726886846.92290: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 2998 1726886846.92345: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 2998 1726886846.92353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.92369: stdout chunk (state=3): >>>import '_codecs' # <<< 2998 1726886846.92393: stdout chunk (state=3): >>>import 'codecs' # <<< 2998 1726886846.92429: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 2998 1726886846.92463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 2998 1726886846.92470: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb3a4530> <<< 2998 1726886846.92478: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb373b30> <<< 2998 1726886846.92504: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 2998 1726886846.92512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 2998 1726886846.92517: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb3a6ab0> <<< 2998 1726886846.92539: stdout chunk (state=3): >>>import '_signal' # <<< 2998 1726886846.92565: stdout chunk (state=3): >>>import '_abc' # <<< 2998 1726886846.92572: stdout chunk (state=3): >>>import 'abc' # <<< 2998 1726886846.92591: stdout chunk (state=3): >>>import 'io' # <<< 2998 1726886846.92625: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 2998 1726886846.92719: stdout chunk (state=3): >>>import '_collections_abc' # <<< 2998 1726886846.92748: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 2998 1726886846.92777: stdout chunk (state=3): >>>import 'os' # <<< 2998 1726886846.92805: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 2998 1726886846.92820: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 2998 1726886846.92825: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 2998 1726886846.92858: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 2998 1726886846.92871: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 2998 1726886846.92874: 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 <<< 2998 1726886846.92880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 2998 1726886846.92906: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1551c0> <<< 2998 1726886846.92960: 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 <<< 2998 1726886846.92975: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.92984: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb155fd0> <<< 2998 1726886846.93015: stdout chunk (state=3): >>>import 'site' # <<< 2998 1726886846.93041: 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. <<< 2998 1726886846.93328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 2998 1726886846.93342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 2998 1726886846.93365: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 2998 1726886846.93373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.93395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 2998 1726886846.93432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 2998 1726886846.93466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 2998 1726886846.93476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 2998 1726886846.93500: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb193dd0> <<< 2998 1726886846.93513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 2998 1726886846.93532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 2998 1726886846.93557: stdout chunk (state=3): >>>import '_operator' # <<< 2998 1726886846.93565: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb193fe0> <<< 2998 1726886846.93585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 2998 1726886846.93612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 2998 1726886846.93632: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 2998 1726886846.93686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.93704: stdout chunk (state=3): >>>import 'itertools' # <<< 2998 1726886846.93733: 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' <<< 2998 1726886846.93743: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1cb800> <<< 2998 1726886846.93769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 2998 1726886846.93775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 2998 1726886846.93785: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1cbe90> <<< 2998 1726886846.93796: stdout chunk (state=3): >>>import '_collections' # <<< 2998 1726886846.93849: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1abaa0> <<< 2998 1726886846.93856: stdout chunk (state=3): >>>import '_functools' # <<< 2998 1726886846.93892: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1a91c0> <<< 2998 1726886846.93987: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb190f80> <<< 2998 1726886846.94020: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 2998 1726886846.94033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 2998 1726886846.94051: stdout chunk (state=3): >>>import '_sre' # <<< 2998 1726886846.94070: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 2998 1726886846.94102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 2998 1726886846.94119: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 2998 1726886846.94127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 2998 1726886846.94155: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1ef770> <<< 2998 1726886846.94173: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1ee390> <<< 2998 1726886846.94209: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 2998 1726886846.94217: 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 0x7fe4fb1aa060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1ecbc0> <<< 2998 1726886846.94272: 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' <<< 2998 1726886846.94285: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21c7d0> <<< 2998 1726886846.94287: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb190200> <<< 2998 1726886846.94312: 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' <<< 2998 1726886846.94349: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.94352: 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 0x7fe4fb21cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21cb30> <<< 2998 1726886846.94390: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.94399: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.94414: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4fb21cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb18ed20> <<< 2998 1726886846.94441: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 2998 1726886846.94453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.94468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 2998 1726886846.94494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 2998 1726886846.94517: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21d610> <<< 2998 1726886846.94521: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21d2e0> import 'importlib.machinery' # <<< 2998 1726886846.94556: 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' <<< 2998 1726886846.94579: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21e510> <<< 2998 1726886846.94590: stdout chunk (state=3): >>>import 'importlib.util' # <<< 2998 1726886846.94602: stdout chunk (state=3): >>>import 'runpy' # <<< 2998 1726886846.94625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 2998 1726886846.94664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 2998 1726886846.94687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 2998 1726886846.94692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb238740> <<< 2998 1726886846.94710: stdout chunk (state=3): >>>import 'errno' # <<< 2998 1726886846.94738: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.94754: 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 0x7fe4fb239e80> <<< 2998 1726886846.94776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 2998 1726886846.94780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 2998 1726886846.94806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 2998 1726886846.94819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 2998 1726886846.94825: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb23ad20> <<< 2998 1726886846.94861: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.94878: 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 0x7fe4fb23b380> <<< 2998 1726886846.94882: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb23a270> <<< 2998 1726886846.94905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 2998 1726886846.94913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 2998 1726886846.94954: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.94968: 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 0x7fe4fb23be00> <<< 2998 1726886846.94971: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb23b530> <<< 2998 1726886846.95016: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21e570> <<< 2998 1726886846.95034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 2998 1726886846.95063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 2998 1726886846.95082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 2998 1726886846.95105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 2998 1726886846.95137: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.95142: 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 0x7fe4faf7bd70> <<< 2998 1726886846.95162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 2998 1726886846.95169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 2998 1726886846.95195: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.95204: 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 0x7fe4fafa47a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa4500> <<< 2998 1726886846.95226: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886846.95231: 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 0x7fe4fafa46b0> <<< 2998 1726886846.95258: 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' <<< 2998 1726886846.95265: stdout chunk (state=3): >>>import '_sha2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4fafa48f0> <<< 2998 1726886846.95279: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faf79f10> <<< 2998 1726886846.95302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 2998 1726886846.95401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 2998 1726886846.95430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 2998 1726886846.95441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 2998 1726886846.95448: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa5f70> <<< 2998 1726886846.95471: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa4bf0> <<< 2998 1726886846.95489: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21ec60> <<< 2998 1726886846.95518: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 2998 1726886846.95567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.95591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 2998 1726886846.95634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 2998 1726886846.95666: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafd2300> <<< 2998 1726886846.95712: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 2998 1726886846.95731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886846.95751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 2998 1726886846.95776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 2998 1726886846.95821: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafea480> <<< 2998 1726886846.95846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 2998 1726886846.95884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 2998 1726886846.95940: stdout chunk (state=3): >>>import 'ntpath' # <<< 2998 1726886846.95968: 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'<<< 2998 1726886846.95973: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb0271d0> <<< 2998 1726886846.95990: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 2998 1726886846.96027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 2998 1726886846.96051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 2998 1726886846.96097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 2998 1726886846.96187: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb045970> <<< 2998 1726886846.96263: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb0272f0> <<< 2998 1726886846.96308: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafeb110> <<< 2998 1726886846.96339: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 2998 1726886846.96351: 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 0x7fe4fae64260> <<< 2998 1726886846.96366: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafe94c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa6ea0> <<< 2998 1726886846.96476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 2998 1726886846.96501: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe4fae644d0> <<< 2998 1726886846.96588: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_7cjgqtzm/ansible_ansible.legacy.dnf_payload.zip'<<< 2998 1726886846.96593: stdout chunk (state=3): >>> # zipimport: zlib available <<< 2998 1726886846.96743: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.96771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 2998 1726886846.96784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 2998 1726886846.96829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 2998 1726886846.96905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 2998 1726886846.96934: 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 0x7fe4faebdf70> <<< 2998 1726886846.96957: stdout chunk (state=3): >>>import '_typing' # <<< 2998 1726886846.97153: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae94e60> <<< 2998 1726886846.97156: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae67f50> # zipimport: zlib available <<< 2998 1726886846.97193: stdout chunk (state=3): >>>import 'ansible' # <<< 2998 1726886846.97201: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.97223: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.97233: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.97247: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 2998 1726886846.97262: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886846.98798: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.00075: 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 0x7fe4fae97e00> <<< 2998 1726886847.00103: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 2998 1726886847.00108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.00134: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 2998 1726886847.00141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 2998 1726886847.00168: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 2998 1726886847.00171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 2998 1726886847.00199: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.00204: 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 0x7fe4faee19a0> <<< 2998 1726886847.00235: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faee1730> <<< 2998 1726886847.00267: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faee1040> <<< 2998 1726886847.00294: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 2998 1726886847.00302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 2998 1726886847.00343: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faee1a60> <<< 2998 1726886847.00346: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faebec00> <<< 2998 1726886847.00355: stdout chunk (state=3): >>>import 'atexit' # <<< 2998 1726886847.00387: 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 0x7fe4faee26c0> <<< 2998 1726886847.00415: 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 0x7fe4faee2900> <<< 2998 1726886847.00440: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 2998 1726886847.00481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 2998 1726886847.00502: stdout chunk (state=3): >>>import '_locale' # <<< 2998 1726886847.00549: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faee2e10> <<< 2998 1726886847.00554: stdout chunk (state=3): >>>import 'pwd' # <<< 2998 1726886847.00572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 2998 1726886847.00604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 2998 1726886847.00635: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad48b30> <<< 2998 1726886847.00665: 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 0x7fe4fad4a750> <<< 2998 1726886847.00694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 2998 1726886847.00708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 2998 1726886847.00747: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4b0e0> <<< 2998 1726886847.00763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 2998 1726886847.00794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 2998 1726886847.00816: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4bf20><<< 2998 1726886847.00824: stdout chunk (state=3): >>> <<< 2998 1726886847.00839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 2998 1726886847.00871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 2998 1726886847.00896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 2998 1726886847.00900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 2998 1726886847.00954: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4ed80> <<< 2998 1726886847.00994: 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 0x7fe4fad4eea0> <<< 2998 1726886847.01018: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4d040> <<< 2998 1726886847.01040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 2998 1726886847.01067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 2998 1726886847.01090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 2998 1726886847.01095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 2998 1726886847.01111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 2998 1726886847.01148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 2998 1726886847.01171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 2998 1726886847.01174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 2998 1726886847.01181: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad52d80> <<< 2998 1726886847.01197: stdout chunk (state=3): >>>import '_tokenize' # <<< 2998 1726886847.01265: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad51850> <<< 2998 1726886847.01268: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad515b0> <<< 2998 1726886847.01291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 2998 1726886847.01299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 2998 1726886847.01375: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad53f20> <<< 2998 1726886847.01409: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4d4c0> <<< 2998 1726886847.01435: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.01441: 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 0x7fe4fad96fc0> <<< 2998 1726886847.01470: 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 0x7fe4fad971d0> <<< 2998 1726886847.01491: 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 <<< 2998 1726886847.01510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 2998 1726886847.01532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 2998 1726886847.01539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 2998 1726886847.01573: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.01576: 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 0x7fe4fad98c80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad98a40> <<< 2998 1726886847.01599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 2998 1726886847.01699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 2998 1726886847.01751: 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 0x7fe4fad9b200> <<< 2998 1726886847.01758: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad99370> <<< 2998 1726886847.01780: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 2998 1726886847.01826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.01840: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 2998 1726886847.01859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 2998 1726886847.01910: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada29f0> <<< 2998 1726886847.02039: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad9b380> <<< 2998 1726886847.02116: 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 0x7fe4fada3cb0> <<< 2998 1726886847.02152: 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 0x7fe4fada39e0> <<< 2998 1726886847.02195: 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 0x7fe4fada3c80> <<< 2998 1726886847.02217: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad973b0> <<< 2998 1726886847.02242: 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 <<< 2998 1726886847.02251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 2998 1726886847.02260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 2998 1726886847.02282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 2998 1726886847.02310: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.02337: 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 0x7fe4fada73b0> <<< 2998 1726886847.02509: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.02517: 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 0x7fe4fadac740> <<< 2998 1726886847.02522: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada5b20> <<< 2998 1726886847.02558: 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 0x7fe4fada6ea0> <<< 2998 1726886847.02568: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada5760> <<< 2998 1726886847.02575: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.02597: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 2998 1726886847.02617: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.02709: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.02807: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.02826: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 2998 1726886847.02842: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.02863: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 2998 1726886847.02873: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.03007: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.03135: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.03734: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.04343: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 2998 1726886847.04357: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 2998 1726886847.04366: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 2998 1726886847.04378: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 2998 1726886847.04403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.04450: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.04455: 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 0x7fe4fae307a0> <<< 2998 1726886847.04541: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 2998 1726886847.04550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 2998 1726886847.04568: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae31610> <<< 2998 1726886847.04574: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada41a0> <<< 2998 1726886847.04623: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 2998 1726886847.04642: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.04659: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.04674: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 2998 1726886847.04684: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.04846: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.05017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 2998 1726886847.05025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 2998 1726886847.05042: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae315e0> <<< 2998 1726886847.05050: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.05554: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06054: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06132: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06215: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 2998 1726886847.06223: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06264: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06299: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 2998 1726886847.06313: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06386: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06477: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 2998 1726886847.06496: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06507: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 2998 1726886847.06527: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06570: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06610: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 2998 1726886847.06622: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.06875: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 2998 1726886847.07196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 2998 1726886847.07207: stdout chunk (state=3): >>>import '_ast' # <<< 2998 1726886847.07278: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae32450> <<< 2998 1726886847.07289: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07367: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07451: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 2998 1726886847.07457: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 2998 1726886847.07466: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 2998 1726886847.07491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 2998 1726886847.07494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 2998 1726886847.07572: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.07698: 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 0x7fe4fae3a1e0> <<< 2998 1726886847.07759: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.07764: 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 0x7fe4fae3ab40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae33410> <<< 2998 1726886847.07788: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07833: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07875: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 2998 1726886847.07887: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07933: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.07979: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08041: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08112: 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 <<< 2998 1726886847.08153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.08239: 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' <<< 2998 1726886847.08245: 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 0x7fe4fae397c0> <<< 2998 1726886847.08279: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae3acc0> <<< 2998 1726886847.08316: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 2998 1726886847.08324: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08396: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08460: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08491: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08539: 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 <<< 2998 1726886847.08546: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.08559: 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 <<< 2998 1726886847.08584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 2998 1726886847.08606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 2998 1726886847.08664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 2998 1726886847.08680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 2998 1726886847.08702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 2998 1726886847.08757: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facced80> <<< 2998 1726886847.08808: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fac47c20> <<< 2998 1726886847.08890: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae3ebd0> <<< 2998 1726886847.08901: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae3ea20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 2998 1726886847.08905: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08943: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.08968: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 2998 1726886847.08973: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 2998 1726886847.09027: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 2998 1726886847.09046: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.09061: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.09072: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 2998 1726886847.09077: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.09723: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.10328: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.11094: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.11843: 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 0x7fe4facd0050> <<< 2998 1726886847.11867: 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' <<< 2998 1726886847.11872: stdout chunk (state=3): >>>import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd0290> <<< 2998 1726886847.11945: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 2998 1726886847.11964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 2998 1726886847.11970: 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' <<< 2998 1726886847.12005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 2998 1726886847.12009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd09e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd0560> <<< 2998 1726886847.12048: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 2998 1726886847.12054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 2998 1726886847.12064: stdout chunk (state=3): >>># /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' <<< 2998 1726886847.12122: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1310> <<< 2998 1726886847.12149: 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' <<< 2998 1726886847.12170: 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' <<< 2998 1726886847.12195: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 2998 1726886847.12202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 2998 1726886847.12228: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 2998 1726886847.12242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 2998 1726886847.12259: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 2998 1726886847.12264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 2998 1726886847.12298: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facaac90> <<< 2998 1726886847.12310: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 2998 1726886847.12313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facaab70> <<< 2998 1726886847.12342: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 2998 1726886847.12348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa70aa80> <<< 2998 1726886847.12400: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faca8e00> <<< 2998 1726886847.12415: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 2998 1726886847.12474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 2998 1726886847.12492: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 2998 1726886847.12513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 2998 1726886847.12525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 2998 1726886847.12566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 2998 1726886847.12639: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa71d580> <<< 2998 1726886847.12644: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa71c0e0> <<< 2998 1726886847.12674: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa70b4a0> <<< 2998 1726886847.12694: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1f40> <<< 2998 1726886847.12712: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 2998 1726886847.12733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 2998 1726886847.12749: 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 <<< 2998 1726886847.12894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 2998 1726886847.12917: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 2998 1726886847.12922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 2998 1726886847.12945: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa789580> <<< 2998 1726886847.13081: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7416d0> <<< 2998 1726886847.13117: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faca8080> <<< 2998 1726886847.13142: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 2998 1726886847.13155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 2998 1726886847.13173: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 2998 1726886847.13195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 2998 1726886847.13232: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 2998 1726886847.13249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa791190> <<< 2998 1726886847.13258: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa78b350> <<< 2998 1726886847.13273: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7411c0> <<< 2998 1726886847.13296: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1970> <<< 2998 1726886847.13309: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd13a0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd10d0> <<< 2998 1726886847.13316: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd02f0> <<< 2998 1726886847.13350: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 2998 1726886847.13362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd13d0> <<< 2998 1726886847.13366: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 2998 1726886847.13379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 2998 1726886847.13396: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 2998 1726886847.13399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 2998 1726886847.13451: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7917f0> <<< 2998 1726886847.13459: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1400> <<< 2998 1726886847.13491: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 2998 1726886847.13493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.13560: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa791f40> <<< 2998 1726886847.13584: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 2998 1726886847.13613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 2998 1726886847.13670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 2998 1726886847.13708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 2998 1726886847.13783: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.13863: 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 0x7fe4fa7a4200> <<< 2998 1726886847.14064: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7798b0> <<< 2998 1726886847.14090: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa792c30> <<< 2998 1726886847.14115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 2998 1726886847.14127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 2998 1726886847.14164: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa779340> <<< 2998 1726886847.14178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 2998 1726886847.14193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 2998 1726886847.14198: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7ae7e0> <<< 2998 1726886847.14224: 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' <<< 2998 1726886847.14254: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 2998 1726886847.14257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 2998 1726886847.14272: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7af470> <<< 2998 1726886847.14276: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7aef30> <<< 2998 1726886847.14304: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 2998 1726886847.14372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 2998 1726886847.14453: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7af7a0> <<< 2998 1726886847.14473: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 2998 1726886847.14511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 2998 1726886847.14740: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7b3e30> <<< 2998 1726886847.14762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 2998 1726886847.14784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 2998 1726886847.14808: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa1533e0> <<< 2998 1726886847.14857: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.14968: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 2998 1726886847.14973: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.15108: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.15261: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 2998 1726886847.15268: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.15324: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.15374: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 2998 1726886847.15386: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.15519: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.15644: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 2998 1726886847.15739: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886847.16205: 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 <<< 2998 1726886847.16211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.16235: 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 <<< 2998 1726886847.16243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 2998 1726886847.16267: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 2998 1726886847.16271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' <<< 2998 1726886847.16283: stdout chunk (state=3): >>>import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa1831a0> <<< 2998 1726886847.16305: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 2998 1726886847.16341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 2998 1726886847.16472: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa1832c0> <<< 2998 1726886847.16493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 2998 1726886847.16512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 2998 1726886847.16531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 2998 1726886847.16534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 2998 1726886847.16572: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.16575: 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 0x7fe4f9eff4d0> <<< 2998 1726886847.16581: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9efed20> <<< 2998 1726886847.16603: 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 0x7fe4f9efef00> <<< 2998 1726886847.16642: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa183800> <<< 2998 1726886847.16648: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa182750> <<< 2998 1726886847.16686: 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 <<< 2998 1726886847.16689: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' <<< 2998 1726886847.16697: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa182ea0> <<< 2998 1726886847.16708: 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 <<< 2998 1726886847.16782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 2998 1726886847.16813: 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 <<< 2998 1726886847.16818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.16841: 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 <<< 2998 1726886847.16851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 2998 1726886847.16968: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 2998 1726886847.16971: 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 0x7fe4f9f84a40> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9f84620> <<< 2998 1726886847.17000: 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 <<< 2998 1726886847.17048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 2998 1726886847.17102: 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 0x7fe4f9fb0320> <<< 2998 1726886847.17140: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9f84b60> <<< 2998 1726886847.17160: 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 <<< 2998 1726886847.17249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 2998 1726886847.18198: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 2998 1726886847.18204: 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 0x7fe4f9abf410> <<< 2998 1726886847.18268: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9fb0470> <<< 2998 1726886847.18295: 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 <<< 2998 1726886847.18474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 2998 1726886847.18581: 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 0x7fe4f9b310a0> <<< 2998 1726886847.18623: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9abf980> <<< 2998 1726886847.18651: 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 <<< 2998 1726886847.18683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 2998 1726886847.18775: 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' <<< 2998 1726886847.18778: stdout chunk (state=3): >>>import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4f9b33f50> <<< 2998 1726886847.18813: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9b311f0> <<< 2998 1726886847.18833: 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 <<< 2998 1726886847.18889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 2998 1726886847.18980: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' <<< 2998 1726886847.18989: stdout chunk (state=3): >>># extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4f81b4140> <<< 2998 1726886847.19020: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9b78350> <<< 2998 1726886847.19046: 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 <<< 2998 1726886847.19055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 2998 1726886847.19118: 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 0x7fe4f81b5460> <<< 2998 1726886847.19142: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b4860> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9f841a0> <<< 2998 1726886847.19164: 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 <<< 2998 1726886847.19200: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 2998 1726886847.19224: 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 <<< 2998 1726886847.19229: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 2998 1726886847.19255: 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 <<< 2998 1726886847.19265: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 2998 1726886847.19303: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.19305: 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 0x7fe4f81d4980> <<< 2998 1726886847.23558: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b7dd0> <<< 2998 1726886847.23570: 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 <<< 2998 1726886847.23607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 2998 1726886847.23629: 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 <<< 2998 1726886847.23637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 2998 1726886847.23661: 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 0x7fe4f81d6ff0> <<< 2998 1726886847.23687: 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 <<< 2998 1726886847.23711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 2998 1726886847.23743: 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 <<< 2998 1726886847.23750: 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 0x7fe4f81d7ec0> <<< 2998 1726886847.23780: 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 <<< 2998 1726886847.23785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.24242: 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 0x7fe4f81fc7a0> <<< 2998 1726886847.24286: 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 <<< 2998 1726886847.24292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 2998 1726886847.24312: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9efec90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81fc110> <<< 2998 1726886847.24333: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d6f60> <<< 2998 1726886847.24352: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d6840> <<< 2998 1726886847.24381: 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 <<< 2998 1726886847.24400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.24514: 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 0x7fe4f81ff830> <<< 2998 1726886847.24543: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d73e0> <<< 2998 1726886847.24614: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d4c20> <<< 2998 1726886847.24653: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b73e0> <<< 2998 1726886847.24683: 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' <<< 2998 1726886847.24823: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 2998 1726886847.24826: 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 0x7fe4f81b7b00> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b7860> <<< 2998 1726886847.24862: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b55e0> <<< 2998 1726886847.24893: 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 <<< 2998 1726886847.24895: 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 0x7fe4f823ce00> <<< 2998 1726886847.24917: 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 <<< 2998 1726886847.24944: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 2998 1726886847.24967: 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 <<< 2998 1726886847.24979: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 2998 1726886847.25010: 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 <<< 2998 1726886847.25021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 2998 1726886847.25045: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f823f2c0> <<< 2998 1726886847.25066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 2998 1726886847.25071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 2998 1726886847.25105: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f823faa0> <<< 2998 1726886847.25111: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f823e600> <<< 2998 1726886847.25129: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 2998 1726886847.25155: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 2998 1726886847.25169: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f82642f0> <<< 2998 1726886847.25197: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f823cdd0> <<< 2998 1726886847.25228: 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' <<< 2998 1726886847.25254: 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 <<< 2998 1726886847.25277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 2998 1726886847.25300: 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 <<< 2998 1726886847.25305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 2998 1726886847.25328: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8265d30> <<< 2998 1726886847.25351: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f82652b0> <<< 2998 1726886847.25365: stdout chunk (state=3): >>>import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f82650d0> <<< 2998 1726886847.25383: 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' <<< 2998 1726886847.25407: 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 <<< 2998 1726886847.25440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 2998 1726886847.25462: 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 <<< 2998 1726886847.25486: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 2998 1726886847.25508: 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 <<< 2998 1726886847.25522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 2998 1726886847.25529: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8290da0> <<< 2998 1726886847.25555: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 2998 1726886847.25606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 2998 1726886847.25626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 2998 1726886847.25676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 2998 1726886847.25703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 2998 1726886847.25719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 2998 1726886847.25735: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bbee40> <<< 2998 1726886847.25766: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.25784: 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 0x7fe4f7bbf1a0> <<< 2998 1726886847.25840: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8293080> <<< 2998 1726886847.25875: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8291310> <<< 2998 1726886847.25896: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8290290> <<< 2998 1726886847.25934: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8266510> <<< 2998 1726886847.25941: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8266240> <<< 2998 1726886847.25966: 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 <<< 2998 1726886847.25981: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 2998 1726886847.26005: 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 <<< 2998 1726886847.26018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.26048: 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 <<< 2998 1726886847.26071: 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 0x7fe4f7bf4d10> <<< 2998 1726886847.26078: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bbfe30> <<< 2998 1726886847.26118: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8266a20> <<< 2998 1726886847.26142: 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 <<< 2998 1726886847.26155: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 2998 1726886847.26180: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bf53a0> <<< 2998 1726886847.26208: 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 0x7fe4f7bf5730> <<< 2998 1726886847.26232: 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 <<< 2998 1726886847.26239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bf57f0> <<< 2998 1726886847.26262: 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 <<< 2998 1726886847.26269: stdout chunk (state=3): >>># 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 0x7fe4f7bf5910> <<< 2998 1726886847.26293: 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 <<< 2998 1726886847.26325: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 2998 1726886847.26349: 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 <<< 2998 1726886847.26377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 2998 1726886847.26455: 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 0x7fe4f7c1c500> <<< 2998 1726886847.26478: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bf6630> <<< 2998 1726886847.26502: 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 <<< 2998 1726886847.26508: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1c6b0> <<< 2998 1726886847.26531: 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' <<< 2998 1726886847.26641: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1c7a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bf5760> <<< 2998 1726886847.26672: 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 <<< 2998 1726886847.26687: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 2998 1726886847.26693: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1c890> <<< 2998 1726886847.26714: 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 <<< 2998 1726886847.26731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 2998 1726886847.26758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 2998 1726886847.26831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 2998 1726886847.26855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 2998 1726886847.26891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 2998 1726886847.26912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 2998 1726886847.26933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 2998 1726886847.26966: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.26969: stdout chunk (state=3): >>># 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 0x7fe4f7c6c350> <<< 2998 1726886847.27002: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c47740> <<< 2998 1726886847.27064: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c46150> <<< 2998 1726886847.27230: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1e090> <<< 2998 1726886847.27247: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1d4f0> <<< 2998 1726886847.27260: 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 <<< 2998 1726886847.27277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1e540> <<< 2998 1726886847.27306: 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 <<< 2998 1726886847.27314: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 2998 1726886847.27332: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b5280> <<< 2998 1726886847.27524: 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'<<< 2998 1726886847.27533: stdout chunk (state=3): >>> import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c84bf0> # /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 0x7fe4f7c84e60> # /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 0x7fe4f7c857c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c85250> # /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 0x7fe4f7c86690> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9eff5c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa182300> <<< 2998 1726886847.36421: 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' <<< 2998 1726886847.36542: 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' <<< 2998 1726886847.36565: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c87110> <<< 2998 1726886847.36571: 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' <<< 2998 1726886847.36607: 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 <<< 2998 1726886847.36647: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 2998 1726886847.36674: 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 <<< 2998 1726886847.36733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 2998 1726886847.36758: 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 <<< 2998 1726886847.36766: stdout chunk (state=3): >>># 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 0x7fe4f7a5fa40> <<< 2998 1726886847.36796: 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 <<< 2998 1726886847.36807: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 2998 1726886847.36821: 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 <<< 2998 1726886847.36849: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 2998 1726886847.36880: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 2998 1726886847.36882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.37010: 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 0x7fe4f7a7da90> <<< 2998 1726886847.37027: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a7d640> <<< 2998 1726886847.37059: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.37086: 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 0x7fe4f7bf4dd0> <<< 2998 1726886847.37090: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a7c500> <<< 2998 1726886847.37102: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a5fd40> <<< 2998 1726886847.37123: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a5cad0> <<< 2998 1726886847.37151: 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 <<< 2998 1726886847.37170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 2998 1726886847.37176: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a5f800> <<< 2998 1726886847.37197: 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 <<< 2998 1726886847.37225: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.37246: 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 <<< 2998 1726886847.37270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 2998 1726886847.37306: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a9af90> <<< 2998 1726886847.37342: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a99ac0> <<< 2998 1726886847.37371: 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 <<< 2998 1726886847.37385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 2998 1726886847.37407: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac07a0> <<< 2998 1726886847.37430: 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' <<< 2998 1726886847.37439: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac0aa0> <<< 2998 1726886847.37464: 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 <<< 2998 1726886847.37468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 2998 1726886847.37481: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac0d10> <<< 2998 1726886847.37510: 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 <<< 2998 1726886847.37525: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 2998 1726886847.37528: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac0fb0> <<< 2998 1726886847.37555: 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<<< 2998 1726886847.37560: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 2998 1726886847.37579: 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 <<< 2998 1726886847.37616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 2998 1726886847.37652: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac16d0> <<< 2998 1726886847.37658: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac1520> <<< 2998 1726886847.37682: 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' <<< 2998 1726886847.37697: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac2f60> <<< 2998 1726886847.37725: 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' <<< 2998 1726886847.37739: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac30e0> <<< 2998 1726886847.37758: 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 <<< 2998 1726886847.37785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 2998 1726886847.37802: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac3320> <<< 2998 1726886847.37828: 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 <<< 2998 1726886847.37843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 2998 1726886847.37864: 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 <<< 2998 1726886847.37889: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 2998 1726886847.37914: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ad82c0> <<< 2998 1726886847.37923: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac3b00> <<< 2998 1726886847.37944: 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 <<< 2998 1726886847.37965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 2998 1726886847.37968: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ad8e60> <<< 2998 1726886847.37997: 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 <<< 2998 1726886847.38000: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 2998 1726886847.38020: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ad9280> <<< 2998 1726886847.38040: 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 <<< 2998 1726886847.38043: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 2998 1726886847.38065: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ad9460> <<< 2998 1726886847.38074: 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 <<< 2998 1726886847.38096: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 2998 1726886847.38125: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ad9700> <<< 2998 1726886847.38156: 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' <<< 2998 1726886847.38168: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ada600> <<< 2998 1726886847.38193: 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 <<< 2998 1726886847.38209: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 2998 1726886847.38219: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ada840> <<< 2998 1726886847.38244: 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 <<< 2998 1726886847.38261: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 2998 1726886847.38271: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7adaa50> <<< 2998 1726886847.38299: 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 <<< 2998 1726886847.38312: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 2998 1726886847.38338: 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 <<< 2998 1726886847.38345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' <<< 2998 1726886847.38358: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7adb5f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7adb140> <<< 2998 1726886847.38383: 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 <<< 2998 1726886847.38398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 2998 1726886847.38426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 2998 1726886847.38439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b004a0> <<< 2998 1726886847.38457: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7adbda0> <<< 2998 1726886847.38489: 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 <<< 2998 1726886847.38497: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 2998 1726886847.38515: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b01100> <<< 2998 1726886847.38528: 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 <<< 2998 1726886847.38559: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 2998 1726886847.38562: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b01400> <<< 2998 1726886847.38590: 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 <<< 2998 1726886847.38605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 2998 1726886847.38608: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b02360> <<< 2998 1726886847.38640: 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' <<< 2998 1726886847.38646: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b02600> <<< 2998 1726886847.38680: 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' <<< 2998 1726886847.38684: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b027b0> <<< 2998 1726886847.38706: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c87530> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c872c0> <<< 2998 1726886847.38747: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c86ba0> <<< 2998 1726886847.38806: 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 <<< 2998 1726886847.38817: stdout chunk (state=3): >>># 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 0x7fe4f7c87080> <<< 2998 1726886847.38872: 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 <<< 2998 1726886847.38882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 2998 1726886847.38905: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b02d50> <<< 2998 1726886847.38957: 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 <<< 2998 1726886847.38978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 2998 1726886847.38995: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b035c0> <<< 2998 1726886847.39048: 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 <<< 2998 1726886847.39063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 2998 1726886847.39091: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b28170> <<< 2998 1726886847.39145: 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 <<< 2998 1726886847.39165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 2998 1726886847.39169: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b28890> <<< 2998 1726886847.39224: stdout chunk (state=3): >>># /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 <<< 2998 1726886847.39239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 2998 1726886847.43310: 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' <<< 2998 1726886847.43369: 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 0x7fe4f7b29fd0> <<< 2998 1726886847.43416: 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 <<< 2998 1726886847.43427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 2998 1726886847.43438: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2a090> <<< 2998 1726886847.43483: 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 # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 2998 1726886847.46695: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' <<< 2998 1726886847.46706: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4f7b2a7b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2a630> <<< 2998 1726886847.46752: 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 <<< 2998 1726886847.46761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 2998 1726886847.46796: 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 <<< 2998 1726886847.46815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 2998 1726886847.46858: 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 <<< 2998 1726886847.46879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 2998 1726886847.46928: 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 0x7fe4f77f0e00> <<< 2998 1726886847.46974: 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 <<< 2998 1726886847.46993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 2998 1726886847.47044: 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 <<< 2998 1726886847.47048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 2998 1726886847.47176: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py <<< 2998 1726886847.47182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f1fd0> <<< 2998 1726886847.47300: 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' <<< 2998 1726886847.47308: stdout chunk (state=3): >>>import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f2240> <<< 2998 1726886847.47372: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 2998 1726886847.47376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 2998 1726886847.47499: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.47527: 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 0x7fe4f77f23c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f21e0> <<< 2998 1726886847.47547: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f1a90> <<< 2998 1726886847.47563: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f0f20> <<< 2998 1726886847.47568: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f0230> <<< 2998 1726886847.47589: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2b770> <<< 2998 1726886847.47602: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2b020> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b29ac0> <<< 2998 1726886847.47635: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b28fe0> <<< 2998 1726886847.47690: 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 <<< 2998 1726886847.47718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 2998 1726886847.47740: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f20f0> <<< 2998 1726886847.47787: 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 <<< 2998 1726886847.47808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 2998 1726886847.47818: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f34a0> <<< 2998 1726886847.47861: 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 <<< 2998 1726886847.47968: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 2998 1726886847.48090: 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' <<< 2998 1726886847.48153: 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 0x7fe4f78306e0> <<< 2998 1726886847.48156: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7830410> <<< 2998 1726886847.48530: 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 <<< 2998 1726886847.48538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.48634: 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 <<< 2998 1726886847.48669: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 2998 1726886847.48694: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 2998 1726886847.48737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 2998 1726886847.48796: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7832b10> <<< 2998 1726886847.48821: 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' <<< 2998 1726886847.48900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 2998 1726886847.48915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 2998 1726886847.49017: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78542c0> <<< 2998 1726886847.49078: 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 0x7fe4f7833470> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7833020> <<< 2998 1726886847.49190: 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 <<< 2998 1726886847.49205: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 2998 1726886847.49255: 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 <<< 2998 1726886847.49258: 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 0x7fe4f7861c10> <<< 2998 1726886847.49277: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7861040> <<< 2998 1726886847.49396: 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 <<< 2998 1726886847.49402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886847.53831: 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 <<< 2998 1726886847.53868: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 2998 1726886847.53875: stdout chunk (state=3): >>>import 'six.moves' # <<< 2998 1726886847.53929: 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 <<< 2998 1726886847.53945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 2998 1726886847.53952: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7862f60> <<< 2998 1726886847.53992: 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 <<< 2998 1726886847.54015: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 2998 1726886847.54030: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7885460> <<< 2998 1726886847.54082: 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 <<< 2998 1726886847.54097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 2998 1726886847.54109: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 2998 1726886847.54158: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7862270> <<< 2998 1726886847.54165: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7861f70> <<< 2998 1726886847.54201: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78309b0> <<< 2998 1726886847.54264: 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 <<< 2998 1726886847.54272: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 2998 1726886847.54299: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7831d90> <<< 2998 1726886847.54315: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7830710> <<< 2998 1726886847.54318: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f3d40> <<< 2998 1726886847.54374: 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 <<< 2998 1726886847.54409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 2998 1726886847.54444: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7887590> <<< 2998 1726886847.54491: 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 <<< 2998 1726886847.54516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debug.cpython-312.pyc' <<< 2998 1726886847.54526: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a5850> <<< 2998 1726886847.54586: 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 <<< 2998 1726886847.54600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 2998 1726886847.54613: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a6360> <<< 2998 1726886847.54667: 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 <<< 2998 1726886847.54671: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 2998 1726886847.54681: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a6cf0> <<< 2998 1726886847.54724: 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' <<< 2998 1726886847.54901: 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' <<< 2998 1726886847.54973: 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' <<< 2998 1726886847.55207: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886847.55244: 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 0x7fe4f78a7e60> <<< 2998 1726886847.55266: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a7830> <<< 2998 1726886847.55280: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a74d0> <<< 2998 1726886847.55287: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a7170> <<< 2998 1726886847.55343: 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 <<< 2998 1726886847.55351: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 2998 1726886847.55365: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a7bf0> <<< 2998 1726886847.55420: 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 <<< 2998 1726886847.55435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 2998 1726886847.55446: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78d4b30> <<< 2998 1726886860.96379: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["systemd"], "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}}} <<< 2998 1726886860.98674: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 2998 1726886860.98699: stdout chunk (state=3): >>># destroy __main__ <<< 2998 1726886860.99218: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 2998 1726886860.99231: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 <<< 2998 1726886860.99235: 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 <<< 2998 1726886860.99267: 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 # 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 <<< 2998 1726886860.99305: 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 # 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 <<< 2998 1726886860.99313: 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 # cleanup[2] removing _random <<< 2998 1726886860.99317: 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 <<< 2998 1726886860.99360: 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 # 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 <<< 2998 1726886860.99378: 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 # 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 <<< 2998 1726886860.99394: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99403: 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<<< 2998 1726886860.99407: stdout chunk (state=3): >>> # 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 <<< 2998 1726886860.99430: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99434: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99465: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99486: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99502: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99518: 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 <<< 2998 1726886860.99531: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync <<< 2998 1726886860.99544: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99562: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99588: stdout chunk (state=3): >>># 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 <<< 2998 1726886860.99595: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff <<< 2998 1726886861.00097: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 2998 1726886861.00140: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma <<< 2998 1726886861.00147: stdout chunk (state=3): >>># destroy zipfile._path <<< 2998 1726886861.00172: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 2998 1726886861.00176: stdout chunk (state=3): >>># destroy ntpath <<< 2998 1726886861.00183: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 2998 1726886861.00195: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 2998 1726886861.00231: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 2998 1726886861.00263: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 2998 1726886861.00289: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types<<< 2998 1726886861.00318: stdout chunk (state=3): >>> # 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 <<< 2998 1726886861.00321: stdout chunk (state=3): >>># destroy pyexpat <<< 2998 1726886861.00363: 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 <<< 2998 1726886861.00372: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories <<< 2998 1726886861.00376: stdout chunk (state=3): >>># destroy dateutil.tz.tz <<< 2998 1726886861.00404: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy uuid # destroy systemd.journal <<< 2998 1726886861.00411: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 2998 1726886861.00476: stdout chunk (state=3): >>># cleanup[3] wiping _decimal <<< 2998 1726886861.00482: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.00493: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.00517: stdout chunk (state=3): >>># cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum <<< 2998 1726886861.00524: stdout chunk (state=3): >>># 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<<< 2998 1726886861.00550: stdout chunk (state=3): >>> # 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 <<< 2998 1726886861.00579: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode<<< 2998 1726886861.00594: stdout chunk (state=3): >>> # 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 <<< 2998 1726886861.00658: 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 <<< 2998 1726886861.00665: stdout chunk (state=3): >>># cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata <<< 2998 1726886861.00670: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.00722: 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 # 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 <<< 2998 1726886861.00727: 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 <<< 2998 1726886861.00745: stdout chunk (state=3): >>># cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri <<< 2998 1726886861.00770: stdout chunk (state=3): >>># cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 2998 1726886861.00776: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 2998 1726886861.00795: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.00809: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders <<< 2998 1726886861.00825: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.00829: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping hashlib <<< 2998 1726886861.00851: stdout chunk (state=3): >>># 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<<< 2998 1726886861.00879: stdout chunk (state=3): >>> # 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 <<< 2998 1726886861.00888: stdout chunk (state=3): >>># cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 2998 1726886861.00911: 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 <<< 2998 1726886861.00919: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 2998 1726886861.00940: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json <<< 2998 1726886861.00962: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.00965: 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 # cleanup[3] wiping tempfile <<< 2998 1726886861.00994: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.01013: stdout chunk (state=3): >>># cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 2998 1726886861.01033: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.01053: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.01062: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg <<< 2998 1726886861.01081: stdout chunk (state=3): >>># cleanup[3] wiping re._parser <<< 2998 1726886861.01093: 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 <<< 2998 1726886861.01112: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 2998 1726886861.01126: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 2998 1726886861.01135: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.01180: 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 <<< 2998 1726886861.01186: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 2998 1726886861.01200: 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 <<< 2998 1726886861.01646: stdout chunk (state=3): >>># destroy sys.monitoring <<< 2998 1726886861.01654: stdout chunk (state=3): >>># destroy _socket <<< 2998 1726886861.01686: stdout chunk (state=3): >>># destroy _weakref <<< 2998 1726886861.01692: stdout chunk (state=3): >>># destroy _thread <<< 2998 1726886861.01724: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 2998 1726886861.01734: stdout chunk (state=3): >>> # destroy _sha2 # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 2998 1726886861.01772: stdout chunk (state=3): >>># destroy _compat_pickle <<< 2998 1726886861.01787: stdout chunk (state=3): >>># destroy libdnf._error <<< 2998 1726886861.01805: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy _queue <<< 2998 1726886861.01830: stdout chunk (state=3): >>># destroy array <<< 2998 1726886861.01834: stdout chunk (state=3): >>># destroy copyreg <<< 2998 1726886861.01881: 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 <<< 2998 1726886861.01885: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy gzip <<< 2998 1726886861.01896: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata <<< 2998 1726886861.01954: 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 <<< 2998 1726886861.01978: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 2998 1726886861.02009: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 2998 1726886861.02032: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.02063: stdout chunk (state=3): >>># destroy rpm <<< 2998 1726886861.02124: 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 <<< 2998 1726886861.02142: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 2998 1726886861.02199: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 2998 1726886861.02244: stdout chunk (state=3): >>># destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings <<< 2998 1726886861.02247: stdout chunk (state=3): >>># destroy string <<< 2998 1726886861.02282: stdout chunk (state=3): >>># destroy _ssl <<< 2998 1726886861.02352: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 2998 1726886861.02473: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 2998 1726886861.02485: stdout chunk (state=3): >>># destroy re <<< 2998 1726886861.02496: stdout chunk (state=3): >>># destroy _random <<< 2998 1726886861.02530: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools <<< 2998 1726886861.02540: stdout chunk (state=3): >>># clear sys.audit hooks <<< 2998 1726886861.03539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.179 closed. <<< 2998 1726886861.03597: stderr chunk (state=3): >>><<< 2998 1726886861.03600: stdout chunk (state=3): >>><<< 2998 1726886861.03773: _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 0x7fe4fb3a4530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb373b30> # /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 0x7fe4fb3a6ab0> 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 0x7fe4fb1551c0> # /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 0x7fe4fb155fd0> 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 0x7fe4fb193dd0> # /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 0x7fe4fb193fe0> # /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 0x7fe4fb1cb800> # /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 0x7fe4fb1cbe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1abaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1a91c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb190f80> # /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 0x7fe4fb1ef770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1ee390> # /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 0x7fe4fb1aa060> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb1ecbc0> # /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 0x7fe4fb21c7d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb190200> # /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 0x7fe4fb21cc80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21cb30> # 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 0x7fe4fb21cf20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb18ed20> # /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 0x7fe4fb21d610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21d2e0> 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 0x7fe4fb21e510> 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 0x7fe4fb238740> 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 0x7fe4fb239e80> # /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 0x7fe4fb23ad20> # 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 0x7fe4fb23b380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb23a270> # /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 0x7fe4fb23be00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb23b530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21e570> # /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 0x7fe4faf7bd70> # /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 0x7fe4fafa47a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa4500> # 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 0x7fe4fafa46b0> # 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 0x7fe4fafa48f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faf79f10> # /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 0x7fe4fafa5f70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa4bf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb21ec60> # /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 0x7fe4fafd2300> # /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 0x7fe4fafea480> # /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 0x7fe4fb0271d0> # /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 0x7fe4fb045970> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fb0272f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafeb110> # /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 0x7fe4fae64260> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafe94c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fafa6ea0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe4fae644d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_7cjgqtzm/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 0x7fe4faebdf70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae94e60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae67f50> # 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 0x7fe4fae97e00> # /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 0x7fe4faee19a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faee1730> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faee1040> # /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 0x7fe4faee1a60> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faebec00> 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 0x7fe4faee26c0> # 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 0x7fe4faee2900> # /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 0x7fe4faee2e10> 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 0x7fe4fad48b30> # 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 0x7fe4fad4a750> # /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 0x7fe4fad4b0e0> # /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 0x7fe4fad4bf20> # /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 0x7fe4fad4ed80> # 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 0x7fe4fad4eea0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4d040> # /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 0x7fe4fad52d80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad51850> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad515b0> # /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 0x7fe4fad53f20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad4d4c0> # 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 0x7fe4fad96fc0> # /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 0x7fe4fad971d0> # /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 0x7fe4fad98c80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad98a40> # /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 0x7fe4fad9b200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad99370> # /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 0x7fe4fada29f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad9b380> # 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 0x7fe4fada3cb0> # 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 0x7fe4fada39e0> # 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 0x7fe4fada3c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fad973b0> # /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 0x7fe4fada73b0> # 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 0x7fe4fadac740> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada5b20> # 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 0x7fe4fada6ea0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada5760> # 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 0x7fe4fae307a0> # /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 0x7fe4fae31610> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fada41a0> 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 0x7fe4fae315e0> # 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 0x7fe4fae32450> # 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 0x7fe4fae3a1e0> # 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 0x7fe4fae3ab40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae33410> # 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 0x7fe4fae397c0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae3acc0> 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 0x7fe4facced80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fac47c20> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae3ebd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fae3ea20> # 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 0x7fe4facd0050> # /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 0x7fe4facd0290> # /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 0x7fe4facd09e0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd0560> # /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 0x7fe4facd1310> # /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 0x7fe4facaac90> # /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 0x7fe4facaab70> # /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 0x7fe4fa70aa80> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faca8e00> # /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 0x7fe4fa71d580> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa71c0e0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa70b4a0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1f40> # /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 0x7fe4fa789580> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7416d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4faca8080> # /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 0x7fe4fa791190> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa78b350> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7411c0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1970> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd13a0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd10d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd02f0> # /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 0x7fe4facd13d0> # /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 0x7fe4fa7917f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4facd1400> # /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 0x7fe4fa791f40> # /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 0x7fe4fa7a4200> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7798b0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa792c30> # /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 0x7fe4fa779340> # /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 0x7fe4fa7ae7e0> # /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 0x7fe4fa7af470> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa7aef30> # /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 0x7fe4fa7af7a0> # /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 0x7fe4fa7b3e30> # /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 0x7fe4fa1533e0> # 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 0x7fe4fa1831a0> # /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 0x7fe4fa1832c0> # /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 0x7fe4f9eff4d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9efed20> # 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 0x7fe4f9efef00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa183800> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa182750> # /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 0x7fe4fa182ea0> # /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 0x7fe4f9f84a40> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9f84620> # /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 0x7fe4f9fb0320> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9f84b60> # /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 0x7fe4f9abf410> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9fb0470> # /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 0x7fe4f9b310a0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9abf980> # /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 0x7fe4f9b33f50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9b311f0> # /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 0x7fe4f81b4140> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9b78350> # /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 0x7fe4f81b5460> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b4860> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9f841a0> # /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 0x7fe4f81d4980> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b7dd0> # /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 0x7fe4f81d6ff0> # /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 0x7fe4f81d7ec0> # /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 0x7fe4f81fc7a0> # /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 0x7fe4f9efec90> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81fc110> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d6f60> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d6840> # /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 0x7fe4f81ff830> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d73e0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81d4c20> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b73e0> # /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 0x7fe4f81b7b00> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b7860> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f81b55e0> # /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 0x7fe4f823ce00> # /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 0x7fe4f823f2c0> # /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 0x7fe4f823faa0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f823e600> # /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 0x7fe4f82642f0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f823cdd0> # /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 0x7fe4f8265d30> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f82652b0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f82650d0> # /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 0x7fe4f8290da0> # /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 0x7fe4f7bbee40> # 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 0x7fe4f7bbf1a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8293080> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8291310> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8290290> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8266510> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8266240> # /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 0x7fe4f7bf4d10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bbfe30> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f8266a20> # /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 0x7fe4f7bf53a0> # /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 0x7fe4f7bf5730> # /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 0x7fe4f7bf57f0> # /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 0x7fe4f7bf5910> # /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 0x7fe4f7c1c500> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bf6630> # /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 0x7fe4f7c1c6b0> # /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 0x7fe4f7c1c7a0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7bf5760> # /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 0x7fe4f7c1c890> # /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 0x7fe4f7c6c350> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c47740> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c46150> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1e090> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c1d4f0> # /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 0x7fe4f7c1e540> # /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 0x7fe4f81b5280> # /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 0x7fe4f7c84bf0> # /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 0x7fe4f7c84e60> # /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 0x7fe4f7c857c0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c85250> # /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 0x7fe4f7c86690> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f9eff5c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4fa182300> # /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 0x7fe4f7c87110> # /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 0x7fe4f7a5fa40> # /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 0x7fe4f7a7da90> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a7d640> # 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 0x7fe4f7bf4dd0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a7c500> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a5fd40> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a5cad0> # /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 0x7fe4f7a5f800> # /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 0x7fe4f7a9af90> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7a99ac0> # /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 0x7fe4f7ac07a0> # /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 0x7fe4f7ac0aa0> # /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 0x7fe4f7ac0d10> # /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 0x7fe4f7ac0fb0> # /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 0x7fe4f7ac16d0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac1520> # /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 0x7fe4f7ac2f60> # /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 0x7fe4f7ac30e0> # /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 0x7fe4f7ac3320> # /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 0x7fe4f7ad82c0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7ac3b00> # /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 0x7fe4f7ad8e60> # /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 0x7fe4f7ad9280> # /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 0x7fe4f7ad9460> # /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 0x7fe4f7ad9700> # /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 0x7fe4f7ada600> # /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 0x7fe4f7ada840> # /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 0x7fe4f7adaa50> # /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 0x7fe4f7adb5f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7adb140> # /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 0x7fe4f7b004a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7adbda0> # /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 0x7fe4f7b01100> # /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 0x7fe4f7b01400> # /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 0x7fe4f7b02360> # /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 0x7fe4f7b02600> # /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 0x7fe4f7b027b0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c87530> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c872c0> import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7c86ba0> # /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 0x7fe4f7c87080> # /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 0x7fe4f7b02d50> # /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 0x7fe4f7b035c0> # /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 0x7fe4f7b28170> # /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 0x7fe4f7b28890> # /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 0x7fe4f7b29fd0> # /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 0x7fe4f7b2a090> # /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 0x7fe4f7b2a7b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2a630> # /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 0x7fe4f77f0e00> # /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 0x7fe4f77f1fd0> # /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 0x7fe4f77f2240> # /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 0x7fe4f77f23c0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f21e0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f1a90> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f0f20> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f0230> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2b770> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b2b020> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b29ac0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7b28fe0> # /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 0x7fe4f77f20f0> # /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 0x7fe4f77f34a0> # /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 0x7fe4f78306e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7830410> # /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 0x7fe4f7832b10> # /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 0x7fe4f78542c0> # 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 0x7fe4f7833470> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7833020> # /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 0x7fe4f7861c10> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7861040> # /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 0x7fe4f7862f60> # /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 0x7fe4f7885460> # /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 0x7fe4f7862270> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7861f70> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78309b0> # /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 0x7fe4f7831d90> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f7830710> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f77f3d40> # /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 0x7fe4f7887590> # /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 0x7fe4f78a5850> # /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 0x7fe4f78a6360> # /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 0x7fe4f78a6cf0> # /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 0x7fe4f78a7e60> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a7830> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a74d0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4f78a7170> # /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 0x7fe4f78a7bf0> # /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 0x7fe4f78d4b30> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["systemd"], "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.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.179 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 2998 1726886861.05206: done with _execute_module (ansible.legacy.dnf, {'name': ['systemd'], '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-1726886846.6950061-3078-112444891844919/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 2998 1726886861.05210: _low_level_execute_command(): starting 2998 1726886861.05212: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886846.6950061-3078-112444891844919/ > /dev/null 2>&1 && sleep 0' 2998 1726886861.05213: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 <<< 2998 1726886861.05215: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 2998 1726886861.05216: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886861.05218: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 2998 1726886861.05219: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 <<< 2998 1726886861.05220: stderr chunk (state=3): >>>debug2: match not found <<< 2998 1726886861.05221: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.05223: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 2998 1726886861.05224: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.45.179 is address <<< 2998 1726886861.05225: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 2998 1726886861.05226: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886861.05228: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.05229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.06880: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886861.06943: stderr chunk (state=3): >>><<< 2998 1726886861.06946: stdout chunk (state=3): >>><<< 2998 1726886861.06964: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886861.06969: handler run complete 2998 1726886861.06996: attempt loop complete, returning result 2998 1726886861.06999: _execute() done 2998 1726886861.07001: dumping result to json 2998 1726886861.07007: done dumping result, returning 2998 1726886861.07016: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required packages are installed [02812325-fa75-a4b8-3ecb-000000000010] 2998 1726886861.07023: sending task result for task 02812325-fa75-a4b8-3ecb-000000000010 2998 1726886861.07126: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000010 2998 1726886861.07130: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 2998 1726886861.07232: no more pending results, returning what we have 2998 1726886861.07235: results queue empty 2998 1726886861.07238: checking for any_errors_fatal 2998 1726886861.07243: done checking for any_errors_fatal 2998 1726886861.07244: checking for max_fail_percentage 2998 1726886861.07245: done checking for max_fail_percentage 2998 1726886861.07246: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.07247: done checking to see if all hosts have failed 2998 1726886861.07248: getting the remaining hosts for this loop 2998 1726886861.07250: done getting the remaining hosts for this loop 2998 1726886861.07253: getting the next task for host managed_node3 2998 1726886861.07262: done getting next task for host managed_node3 2998 1726886861.07266: ^ task is: TASK: fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes 2998 1726886861.07268: ^ 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 2998 1726886861.07278: getting variables 2998 1726886861.07279: in VariableManager get_vars() 2998 1726886861.07335: Calling all_inventory to load vars for managed_node3 2998 1726886861.07340: Calling groups_inventory to load vars for managed_node3 2998 1726886861.07342: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.07352: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.07355: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.07359: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.07530: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.07705: done with get_vars() 2998 1726886861.07719: done getting variables 2998 1726886861.07855: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:39 Friday 20 September 2024 22:47:41 -0400 (0:00:14.443) 0:00:18.712 ****** 2998 1726886861.07879: entering _queue_task() for managed_node3/debug 2998 1726886861.07880: Creating lock for debug 2998 1726886861.08098: worker is 1 (out of 1 available) 2998 1726886861.08116: exiting _queue_task() for managed_node3/debug 2998 1726886861.08129: done queuing things up, now waiting for results queue to drain 2998 1726886861.08130: waiting for pending results... 2998 1726886861.08434: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes 2998 1726886861.08556: in run() - task 02812325-fa75-a4b8-3ecb-000000000012 2998 1726886861.08560: variable 'ansible_search_path' from source: unknown 2998 1726886861.08564: variable 'ansible_search_path' from source: unknown 2998 1726886861.08591: calling self._execute() 2998 1726886861.08659: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.08666: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.08680: variable 'omit' from source: magic vars 2998 1726886861.09284: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 2998 1726886861.11758: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 2998 1726886861.11813: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 2998 1726886861.11843: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 2998 1726886861.11874: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 2998 1726886861.11895: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 2998 1726886861.11977: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 2998 1726886861.12000: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 2998 1726886861.12019: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 2998 1726886861.12050: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 2998 1726886861.12064: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 2998 1726886861.12143: variable '__systemd_is_transactional' from source: set_fact 2998 1726886861.12157: Evaluated conditional (__systemd_is_transactional | d(false)): False 2998 1726886861.12160: when evaluation is False, skipping this task 2998 1726886861.12165: _execute() done 2998 1726886861.12168: dumping result to json 2998 1726886861.12171: done dumping result, returning 2998 1726886861.12179: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes [02812325-fa75-a4b8-3ecb-000000000012] 2998 1726886861.12183: sending task result for task 02812325-fa75-a4b8-3ecb-000000000012 2998 1726886861.12283: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000012 2998 1726886861.12286: WORKER PROCESS EXITING skipping: [managed_node3] => { "false_condition": "__systemd_is_transactional | d(false)" } 2998 1726886861.12379: no more pending results, returning what we have 2998 1726886861.12382: results queue empty 2998 1726886861.12383: checking for any_errors_fatal 2998 1726886861.12388: done checking for any_errors_fatal 2998 1726886861.12388: checking for max_fail_percentage 2998 1726886861.12390: done checking for max_fail_percentage 2998 1726886861.12390: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.12391: done checking to see if all hosts have failed 2998 1726886861.12392: getting the remaining hosts for this loop 2998 1726886861.12393: done getting the remaining hosts for this loop 2998 1726886861.12396: getting the next task for host managed_node3 2998 1726886861.12403: done getting next task for host managed_node3 2998 1726886861.12406: ^ task is: TASK: fedora.linux_system_roles.systemd : Reboot transactional update systems 2998 1726886861.12408: ^ state is: HOST STATE: block=5, 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 2998 1726886861.12420: getting variables 2998 1726886861.12421: in VariableManager get_vars() 2998 1726886861.12455: Calling all_inventory to load vars for managed_node3 2998 1726886861.12458: Calling groups_inventory to load vars for managed_node3 2998 1726886861.12460: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.12469: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.12471: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.12473: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.12582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.12721: done with get_vars() 2998 1726886861.12729: done getting variables 2998 1726886861.12827: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:44 Friday 20 September 2024 22:47:41 -0400 (0:00:00.049) 0:00:18.762 ****** 2998 1726886861.12850: entering _queue_task() for managed_node3/reboot 2998 1726886861.12852: Creating lock for reboot 2998 1726886861.13055: worker is 1 (out of 1 available) 2998 1726886861.13070: exiting _queue_task() for managed_node3/reboot 2998 1726886861.13082: done queuing things up, now waiting for results queue to drain 2998 1726886861.13083: waiting for pending results... 2998 1726886861.13315: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Reboot transactional update systems 2998 1726886861.13374: in run() - task 02812325-fa75-a4b8-3ecb-000000000013 2998 1726886861.13379: variable 'ansible_search_path' from source: unknown 2998 1726886861.13382: variable 'ansible_search_path' from source: unknown 2998 1726886861.13519: calling self._execute() 2998 1726886861.13523: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.13525: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.13528: variable 'omit' from source: magic vars 2998 1726886861.14030: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 2998 1726886861.16387: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 2998 1726886861.16457: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 2998 1726886861.16498: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 2998 1726886861.16540: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 2998 1726886861.16640: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 2998 1726886861.16655: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 2998 1726886861.16689: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 2998 1726886861.16719: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 2998 1726886861.16770: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 2998 1726886861.16781: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 2998 1726886861.16890: variable '__systemd_is_transactional' from source: set_fact 2998 1726886861.16908: Evaluated conditional (__systemd_is_transactional | d(false)): False 2998 1726886861.16911: when evaluation is False, skipping this task 2998 1726886861.16914: _execute() done 2998 1726886861.16917: dumping result to json 2998 1726886861.16919: done dumping result, returning 2998 1726886861.16962: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Reboot transactional update systems [02812325-fa75-a4b8-3ecb-000000000013] 2998 1726886861.16966: sending task result for task 02812325-fa75-a4b8-3ecb-000000000013 2998 1726886861.17260: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000013 2998 1726886861.17264: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 2998 1726886861.17306: no more pending results, returning what we have 2998 1726886861.17310: results queue empty 2998 1726886861.17311: checking for any_errors_fatal 2998 1726886861.17316: done checking for any_errors_fatal 2998 1726886861.17317: checking for max_fail_percentage 2998 1726886861.17318: done checking for max_fail_percentage 2998 1726886861.17319: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.17320: done checking to see if all hosts have failed 2998 1726886861.17321: getting the remaining hosts for this loop 2998 1726886861.17322: done getting the remaining hosts for this loop 2998 1726886861.17326: getting the next task for host managed_node3 2998 1726886861.17332: done getting next task for host managed_node3 2998 1726886861.17335: ^ task is: TASK: fedora.linux_system_roles.systemd : Fail if reboot is needed and not set 2998 1726886861.17340: ^ state is: HOST STATE: block=5, 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 2998 1726886861.17360: getting variables 2998 1726886861.17362: in VariableManager get_vars() 2998 1726886861.17398: Calling all_inventory to load vars for managed_node3 2998 1726886861.17400: Calling groups_inventory to load vars for managed_node3 2998 1726886861.17403: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.17413: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.17416: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.17419: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.17621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.17852: done with get_vars() 2998 1726886861.17865: done getting variables 2998 1726886861.17966: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:49 Friday 20 September 2024 22:47:41 -0400 (0:00:00.051) 0:00:18.814 ****** 2998 1726886861.17996: entering _queue_task() for managed_node3/fail 2998 1726886861.17999: Creating lock for fail 2998 1726886861.18289: worker is 1 (out of 1 available) 2998 1726886861.18301: exiting _queue_task() for managed_node3/fail 2998 1726886861.18315: done queuing things up, now waiting for results queue to drain 2998 1726886861.18317: waiting for pending results... 2998 1726886861.18653: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Fail if reboot is needed and not set 2998 1726886861.18693: in run() - task 02812325-fa75-a4b8-3ecb-000000000014 2998 1726886861.18709: variable 'ansible_search_path' from source: unknown 2998 1726886861.18713: variable 'ansible_search_path' from source: unknown 2998 1726886861.18755: calling self._execute() 2998 1726886861.18852: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.18857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.19043: variable 'omit' from source: magic vars 2998 1726886861.19475: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 2998 1726886861.22165: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 2998 1726886861.22223: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 2998 1726886861.22257: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 2998 1726886861.22285: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 2998 1726886861.22306: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 2998 1726886861.22375: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 2998 1726886861.22398: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 2998 1726886861.22416: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 2998 1726886861.22446: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 2998 1726886861.22457: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 2998 1726886861.22538: variable '__systemd_is_transactional' from source: set_fact 2998 1726886861.22552: Evaluated conditional (__systemd_is_transactional | d(false)): False 2998 1726886861.22555: when evaluation is False, skipping this task 2998 1726886861.22558: _execute() done 2998 1726886861.22560: dumping result to json 2998 1726886861.22565: done dumping result, returning 2998 1726886861.22572: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Fail if reboot is needed and not set [02812325-fa75-a4b8-3ecb-000000000014] 2998 1726886861.22576: sending task result for task 02812325-fa75-a4b8-3ecb-000000000014 2998 1726886861.22673: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000014 2998 1726886861.22676: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__systemd_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 2998 1726886861.22722: no more pending results, returning what we have 2998 1726886861.22726: results queue empty 2998 1726886861.22727: checking for any_errors_fatal 2998 1726886861.22731: done checking for any_errors_fatal 2998 1726886861.22731: checking for max_fail_percentage 2998 1726886861.22733: done checking for max_fail_percentage 2998 1726886861.22734: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.22735: done checking to see if all hosts have failed 2998 1726886861.22735: getting the remaining hosts for this loop 2998 1726886861.22739: done getting the remaining hosts for this loop 2998 1726886861.22743: getting the next task for host managed_node3 2998 1726886861.22750: done getting next task for host managed_node3 2998 1726886861.22754: ^ task is: TASK: fedora.linux_system_roles.systemd : Deploy unit files 2998 1726886861.22755: ^ 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 2998 1726886861.22769: getting variables 2998 1726886861.22770: in VariableManager get_vars() 2998 1726886861.22803: Calling all_inventory to load vars for managed_node3 2998 1726886861.22805: Calling groups_inventory to load vars for managed_node3 2998 1726886861.22807: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.22816: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.22818: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.22821: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.22975: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.23097: done with get_vars() 2998 1726886861.23105: done getting variables 2998 1726886861.23197: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Deploy unit files] ******************* task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:56 Friday 20 September 2024 22:47:41 -0400 (0:00:00.052) 0:00:18.866 ****** 2998 1726886861.23217: entering _queue_task() for managed_node3/copy 2998 1726886861.23406: worker is 1 (out of 1 available) 2998 1726886861.23420: exiting _queue_task() for managed_node3/copy 2998 1726886861.23432: done queuing things up, now waiting for results queue to drain 2998 1726886861.23433: waiting for pending results... 2998 1726886861.23841: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Deploy unit files 2998 1726886861.23846: in run() - task 02812325-fa75-a4b8-3ecb-000000000016 2998 1726886861.23849: variable 'ansible_search_path' from source: unknown 2998 1726886861.23852: variable 'ansible_search_path' from source: unknown 2998 1726886861.23854: variable 'systemd_unit_files' from source: role '' defaults 2998 1726886861.24159: variable 'systemd_unit_files' from source: role '' defaults 2998 1726886861.24162: dumping result to json 2998 1726886861.24165: done dumping result, returning 2998 1726886861.24168: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Deploy unit files [02812325-fa75-a4b8-3ecb-000000000016] 2998 1726886861.24170: sending task result for task 02812325-fa75-a4b8-3ecb-000000000016 2998 1726886861.24248: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000016 2998 1726886861.24252: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.24301: no more pending results, returning what we have 2998 1726886861.24304: results queue empty 2998 1726886861.24305: checking for any_errors_fatal 2998 1726886861.24308: done checking for any_errors_fatal 2998 1726886861.24308: checking for max_fail_percentage 2998 1726886861.24310: done checking for max_fail_percentage 2998 1726886861.24310: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.24311: done checking to see if all hosts have failed 2998 1726886861.24312: getting the remaining hosts for this loop 2998 1726886861.24313: done getting the remaining hosts for this loop 2998 1726886861.24316: getting the next task for host managed_node3 2998 1726886861.24321: done getting next task for host managed_node3 2998 1726886861.24324: ^ task is: TASK: fedora.linux_system_roles.systemd : Deploy unit file templates 2998 1726886861.24326: ^ state is: HOST STATE: block=6, 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 2998 1726886861.24341: getting variables 2998 1726886861.24342: in VariableManager get_vars() 2998 1726886861.24373: Calling all_inventory to load vars for managed_node3 2998 1726886861.24375: Calling groups_inventory to load vars for managed_node3 2998 1726886861.24378: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.24386: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.24389: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.24392: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.24572: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.24963: done with get_vars() 2998 1726886861.24970: done getting variables 2998 1726886861.25049: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.systemd : Deploy unit file templates] ********** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:66 Friday 20 September 2024 22:47:41 -0400 (0:00:00.018) 0:00:18.884 ****** 2998 1726886861.25070: entering _queue_task() for managed_node3/template 2998 1726886861.25072: Creating lock for template 2998 1726886861.25247: worker is 1 (out of 1 available) 2998 1726886861.25260: exiting _queue_task() for managed_node3/template 2998 1726886861.25272: done queuing things up, now waiting for results queue to drain 2998 1726886861.25274: waiting for pending results... 2998 1726886861.25425: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Deploy unit file templates 2998 1726886861.25486: in run() - task 02812325-fa75-a4b8-3ecb-000000000017 2998 1726886861.25501: variable 'ansible_search_path' from source: unknown 2998 1726886861.25506: variable 'ansible_search_path' from source: unknown 2998 1726886861.25544: variable 'systemd_unit_file_templates' from source: role '' defaults 2998 1726886861.25794: variable 'systemd_unit_file_templates' from source: role '' defaults 2998 1726886861.25839: dumping result to json 2998 1726886861.25845: done dumping result, returning 2998 1726886861.25848: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Deploy unit file templates [02812325-fa75-a4b8-3ecb-000000000017] 2998 1726886861.25854: sending task result for task 02812325-fa75-a4b8-3ecb-000000000017 2998 1726886861.25952: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000017 2998 1726886861.25955: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.26003: no more pending results, returning what we have 2998 1726886861.26006: results queue empty 2998 1726886861.26007: checking for any_errors_fatal 2998 1726886861.26011: done checking for any_errors_fatal 2998 1726886861.26011: checking for max_fail_percentage 2998 1726886861.26013: done checking for max_fail_percentage 2998 1726886861.26013: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.26014: done checking to see if all hosts have failed 2998 1726886861.26015: getting the remaining hosts for this loop 2998 1726886861.26016: done getting the remaining hosts for this loop 2998 1726886861.26019: getting the next task for host managed_node3 2998 1726886861.26024: done getting next task for host managed_node3 2998 1726886861.26027: ^ task is: TASK: fedora.linux_system_roles.systemd : Create drop-in directories 2998 1726886861.26029: ^ state is: HOST STATE: block=6, 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 2998 1726886861.26043: getting variables 2998 1726886861.26044: in VariableManager get_vars() 2998 1726886861.26074: Calling all_inventory to load vars for managed_node3 2998 1726886861.26076: Calling groups_inventory to load vars for managed_node3 2998 1726886861.26078: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.26084: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.26086: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.26088: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.26192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.26313: done with get_vars() 2998 1726886861.26320: done getting variables TASK [fedora.linux_system_roles.systemd : Create drop-in directories] ********** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Friday 20 September 2024 22:47:41 -0400 (0:00:00.013) 0:00:18.897 ****** 2998 1726886861.26388: entering _queue_task() for managed_node3/file 2998 1726886861.26566: worker is 1 (out of 1 available) 2998 1726886861.26578: exiting _queue_task() for managed_node3/file 2998 1726886861.26591: done queuing things up, now waiting for results queue to drain 2998 1726886861.26592: waiting for pending results... 2998 1726886861.26756: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Create drop-in directories 2998 1726886861.26913: in run() - task 02812325-fa75-a4b8-3ecb-000000000018 2998 1726886861.26917: variable 'ansible_search_path' from source: unknown 2998 1726886861.26920: variable 'ansible_search_path' from source: unknown 2998 1726886861.26923: variable 'systemd_dropins' from source: role '' defaults 2998 1726886861.27343: variable 'systemd_dropins' from source: role '' defaults 2998 1726886861.27347: dumping result to json 2998 1726886861.27350: done dumping result, returning 2998 1726886861.27353: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Create drop-in directories [02812325-fa75-a4b8-3ecb-000000000018] 2998 1726886861.27355: sending task result for task 02812325-fa75-a4b8-3ecb-000000000018 2998 1726886861.27437: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000018 2998 1726886861.27441: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.27492: no more pending results, returning what we have 2998 1726886861.27496: results queue empty 2998 1726886861.27497: checking for any_errors_fatal 2998 1726886861.27503: done checking for any_errors_fatal 2998 1726886861.27504: checking for max_fail_percentage 2998 1726886861.27505: done checking for max_fail_percentage 2998 1726886861.27506: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.27507: done checking to see if all hosts have failed 2998 1726886861.27508: getting the remaining hosts for this loop 2998 1726886861.27510: done getting the remaining hosts for this loop 2998 1726886861.27513: getting the next task for host managed_node3 2998 1726886861.27518: done getting next task for host managed_node3 2998 1726886861.27522: ^ task is: TASK: fedora.linux_system_roles.systemd : Deploy systemd drop in config 2998 1726886861.27524: ^ state is: HOST STATE: block=6, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.27541: getting variables 2998 1726886861.27543: in VariableManager get_vars() 2998 1726886861.27583: Calling all_inventory to load vars for managed_node3 2998 1726886861.27586: Calling groups_inventory to load vars for managed_node3 2998 1726886861.27589: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.27599: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.27602: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.27606: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.27909: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.28112: done with get_vars() 2998 1726886861.28121: done getting variables 2998 1726886861.28184: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.systemd : Deploy systemd drop in config] ******* task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:89 Friday 20 September 2024 22:47:41 -0400 (0:00:00.018) 0:00:18.916 ****** 2998 1726886861.28212: entering _queue_task() for managed_node3/template 2998 1726886861.28448: worker is 1 (out of 1 available) 2998 1726886861.28466: exiting _queue_task() for managed_node3/template 2998 1726886861.28481: done queuing things up, now waiting for results queue to drain 2998 1726886861.28483: waiting for pending results... 2998 1726886861.28803: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Deploy systemd drop in config 2998 1726886861.28902: in run() - task 02812325-fa75-a4b8-3ecb-000000000019 2998 1726886861.28907: variable 'ansible_search_path' from source: unknown 2998 1726886861.28910: variable 'ansible_search_path' from source: unknown 2998 1726886861.28966: variable 'systemd_dropins' from source: role '' defaults 2998 1726886861.29294: variable 'systemd_dropins' from source: role '' defaults 2998 1726886861.29337: dumping result to json 2998 1726886861.29342: done dumping result, returning 2998 1726886861.29345: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Deploy systemd drop in config [02812325-fa75-a4b8-3ecb-000000000019] 2998 1726886861.29352: sending task result for task 02812325-fa75-a4b8-3ecb-000000000019 2998 1726886861.29455: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000019 2998 1726886861.29460: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.29514: no more pending results, returning what we have 2998 1726886861.29517: results queue empty 2998 1726886861.29518: checking for any_errors_fatal 2998 1726886861.29522: done checking for any_errors_fatal 2998 1726886861.29523: checking for max_fail_percentage 2998 1726886861.29524: done checking for max_fail_percentage 2998 1726886861.29525: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.29526: done checking to see if all hosts have failed 2998 1726886861.29527: getting the remaining hosts for this loop 2998 1726886861.29528: done getting the remaining hosts for this loop 2998 1726886861.29531: getting the next task for host managed_node3 2998 1726886861.29535: done getting next task for host managed_node3 2998 1726886861.29541: ^ task is: TASK: fedora.linux_system_roles.systemd : Reload systemd 2998 1726886861.29543: ^ state is: HOST STATE: block=6, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.29555: getting variables 2998 1726886861.29556: in VariableManager get_vars() 2998 1726886861.29586: Calling all_inventory to load vars for managed_node3 2998 1726886861.29588: Calling groups_inventory to load vars for managed_node3 2998 1726886861.29589: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.29595: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.29597: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.29599: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.29704: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.29824: done with get_vars() 2998 1726886861.29831: done getting variables TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:101 Friday 20 September 2024 22:47:41 -0400 (0:00:00.016) 0:00:18.933 ****** 2998 1726886861.29898: entering _queue_task() for managed_node3/systemd 2998 1726886861.29900: Creating lock for systemd 2998 1726886861.30088: worker is 1 (out of 1 available) 2998 1726886861.30101: exiting _queue_task() for managed_node3/systemd 2998 1726886861.30113: done queuing things up, now waiting for results queue to drain 2998 1726886861.30114: waiting for pending results... 2998 1726886861.30267: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Reload systemd 2998 1726886861.30320: in run() - task 02812325-fa75-a4b8-3ecb-00000000001a 2998 1726886861.30335: variable 'ansible_search_path' from source: unknown 2998 1726886861.30339: variable 'ansible_search_path' from source: unknown 2998 1726886861.30371: calling self._execute() 2998 1726886861.30431: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.30434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.30444: variable 'omit' from source: magic vars 2998 1726886861.31046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 2998 1726886861.31244: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 2998 1726886861.31305: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 2998 1726886861.31355: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 2998 1726886861.31400: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 2998 1726886861.31575: variable '__systemd_unit_files_result' from source: set_fact 2998 1726886861.31580: variable '__systemd_unit_file_templates_result' from source: set_fact 2998 1726886861.31583: variable '__systemd_dropins_result' from source: set_fact 2998 1726886861.31586: Evaluated conditional (__systemd_unit_files_result is changed or __systemd_unit_file_templates_result is changed or __systemd_dropins_result is changed ): False 2998 1726886861.31588: when evaluation is False, skipping this task 2998 1726886861.31590: _execute() done 2998 1726886861.31593: dumping result to json 2998 1726886861.31595: done dumping result, returning 2998 1726886861.31597: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Reload systemd [02812325-fa75-a4b8-3ecb-00000000001a] 2998 1726886861.31599: sending task result for task 02812325-fa75-a4b8-3ecb-00000000001a 2998 1726886861.31880: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000001a 2998 1726886861.31884: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__systemd_unit_files_result is changed or __systemd_unit_file_templates_result is changed or __systemd_dropins_result is changed\n", "skip_reason": "Conditional result was False" } 2998 1726886861.31931: no more pending results, returning what we have 2998 1726886861.31934: results queue empty 2998 1726886861.31938: checking for any_errors_fatal 2998 1726886861.31943: done checking for any_errors_fatal 2998 1726886861.31944: checking for max_fail_percentage 2998 1726886861.31946: done checking for max_fail_percentage 2998 1726886861.31947: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.31947: done checking to see if all hosts have failed 2998 1726886861.31948: getting the remaining hosts for this loop 2998 1726886861.31950: done getting the remaining hosts for this loop 2998 1726886861.31953: getting the next task for host managed_node3 2998 1726886861.31959: done getting next task for host managed_node3 2998 1726886861.31963: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are started 2998 1726886861.31965: ^ state is: HOST STATE: block=6, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.31977: getting variables 2998 1726886861.31978: in VariableManager get_vars() 2998 1726886861.32029: Calling all_inventory to load vars for managed_node3 2998 1726886861.32032: Calling groups_inventory to load vars for managed_node3 2998 1726886861.32035: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.32045: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.32048: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.32051: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.32271: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.32547: done with get_vars() 2998 1726886861.32557: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are started] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:109 Friday 20 September 2024 22:47:41 -0400 (0:00:00.027) 0:00:18.960 ****** 2998 1726886861.32647: entering _queue_task() for managed_node3/systemd 2998 1726886861.32850: worker is 1 (out of 1 available) 2998 1726886861.32865: exiting _queue_task() for managed_node3/systemd 2998 1726886861.32879: done queuing things up, now waiting for results queue to drain 2998 1726886861.32880: waiting for pending results... 2998 1726886861.33048: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are started 2998 1726886861.33108: in run() - task 02812325-fa75-a4b8-3ecb-00000000001b 2998 1726886861.33125: variable 'ansible_search_path' from source: unknown 2998 1726886861.33128: variable 'ansible_search_path' from source: unknown 2998 1726886861.33170: variable 'systemd_started_units' from source: role '' defaults 2998 1726886861.33417: variable 'systemd_started_units' from source: role '' defaults 2998 1726886861.33465: dumping result to json 2998 1726886861.33468: done dumping result, returning 2998 1726886861.33475: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are started [02812325-fa75-a4b8-3ecb-00000000001b] 2998 1726886861.33480: sending task result for task 02812325-fa75-a4b8-3ecb-00000000001b 2998 1726886861.33576: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000001b 2998 1726886861.33580: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.33627: no more pending results, returning what we have 2998 1726886861.33630: results queue empty 2998 1726886861.33631: checking for any_errors_fatal 2998 1726886861.33634: done checking for any_errors_fatal 2998 1726886861.33635: checking for max_fail_percentage 2998 1726886861.33638: done checking for max_fail_percentage 2998 1726886861.33639: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.33640: done checking to see if all hosts have failed 2998 1726886861.33641: getting the remaining hosts for this loop 2998 1726886861.33642: done getting the remaining hosts for this loop 2998 1726886861.33645: getting the next task for host managed_node3 2998 1726886861.33650: done getting next task for host managed_node3 2998 1726886861.33653: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are stopped 2998 1726886861.33655: ^ state is: HOST STATE: block=6, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.33668: getting variables 2998 1726886861.33669: in VariableManager get_vars() 2998 1726886861.33700: Calling all_inventory to load vars for managed_node3 2998 1726886861.33702: Calling groups_inventory to load vars for managed_node3 2998 1726886861.33704: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.33712: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.33714: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.33716: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.33826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.33949: done with get_vars() 2998 1726886861.33956: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are stopped] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:115 Friday 20 September 2024 22:47:41 -0400 (0:00:00.013) 0:00:18.974 ****** 2998 1726886861.34021: entering _queue_task() for managed_node3/systemd 2998 1726886861.34215: worker is 1 (out of 1 available) 2998 1726886861.34230: exiting _queue_task() for managed_node3/systemd 2998 1726886861.34243: done queuing things up, now waiting for results queue to drain 2998 1726886861.34244: waiting for pending results... 2998 1726886861.34599: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are stopped 2998 1726886861.34604: in run() - task 02812325-fa75-a4b8-3ecb-00000000001c 2998 1726886861.34608: variable 'ansible_search_path' from source: unknown 2998 1726886861.34611: variable 'ansible_search_path' from source: unknown 2998 1726886861.34614: variable 'systemd_stopped_units' from source: role '' defaults 2998 1726886861.35042: variable 'systemd_stopped_units' from source: role '' defaults 2998 1726886861.35053: dumping result to json 2998 1726886861.35064: done dumping result, returning 2998 1726886861.35071: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are stopped [02812325-fa75-a4b8-3ecb-00000000001c] 2998 1726886861.35074: sending task result for task 02812325-fa75-a4b8-3ecb-00000000001c skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.35322: no more pending results, returning what we have 2998 1726886861.35326: results queue empty 2998 1726886861.35327: checking for any_errors_fatal 2998 1726886861.35332: done checking for any_errors_fatal 2998 1726886861.35333: checking for max_fail_percentage 2998 1726886861.35334: done checking for max_fail_percentage 2998 1726886861.35335: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.35342: done checking to see if all hosts have failed 2998 1726886861.35343: getting the remaining hosts for this loop 2998 1726886861.35344: done getting the remaining hosts for this loop 2998 1726886861.35348: getting the next task for host managed_node3 2998 1726886861.35354: done getting next task for host managed_node3 2998 1726886861.35358: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are restarted 2998 1726886861.35360: ^ state is: HOST STATE: block=6, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.35373: getting variables 2998 1726886861.35375: in VariableManager get_vars() 2998 1726886861.35472: Calling all_inventory to load vars for managed_node3 2998 1726886861.35475: Calling groups_inventory to load vars for managed_node3 2998 1726886861.35477: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.35495: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.35499: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.35503: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.35657: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000001c 2998 1726886861.35662: WORKER PROCESS EXITING 2998 1726886861.35675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.35808: done with get_vars() 2998 1726886861.35815: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are restarted] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:121 Friday 20 September 2024 22:47:41 -0400 (0:00:00.018) 0:00:18.992 ****** 2998 1726886861.35884: entering _queue_task() for managed_node3/systemd 2998 1726886861.36074: worker is 1 (out of 1 available) 2998 1726886861.36089: exiting _queue_task() for managed_node3/systemd 2998 1726886861.36101: done queuing things up, now waiting for results queue to drain 2998 1726886861.36103: waiting for pending results... 2998 1726886861.36265: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are restarted 2998 1726886861.36321: in run() - task 02812325-fa75-a4b8-3ecb-00000000001d 2998 1726886861.36339: variable 'ansible_search_path' from source: unknown 2998 1726886861.36343: variable 'ansible_search_path' from source: unknown 2998 1726886861.36381: variable 'systemd_restarted_units' from source: role '' defaults 2998 1726886861.36626: variable 'systemd_restarted_units' from source: role '' defaults 2998 1726886861.36672: dumping result to json 2998 1726886861.36675: done dumping result, returning 2998 1726886861.36682: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are restarted [02812325-fa75-a4b8-3ecb-00000000001d] 2998 1726886861.36688: sending task result for task 02812325-fa75-a4b8-3ecb-00000000001d 2998 1726886861.36782: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000001d 2998 1726886861.36786: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.36830: no more pending results, returning what we have 2998 1726886861.36833: results queue empty 2998 1726886861.36834: checking for any_errors_fatal 2998 1726886861.36840: done checking for any_errors_fatal 2998 1726886861.36841: checking for max_fail_percentage 2998 1726886861.36842: done checking for max_fail_percentage 2998 1726886861.36843: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.36844: done checking to see if all hosts have failed 2998 1726886861.36844: getting the remaining hosts for this loop 2998 1726886861.36845: done getting the remaining hosts for this loop 2998 1726886861.36848: getting the next task for host managed_node3 2998 1726886861.36853: done getting next task for host managed_node3 2998 1726886861.36856: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are reloaded 2998 1726886861.36857: ^ state is: HOST STATE: block=6, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.36870: getting variables 2998 1726886861.36871: in VariableManager get_vars() 2998 1726886861.36900: Calling all_inventory to load vars for managed_node3 2998 1726886861.36902: Calling groups_inventory to load vars for managed_node3 2998 1726886861.36904: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.36910: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.36912: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.36913: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.37019: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.37157: done with get_vars() 2998 1726886861.37164: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are reloaded] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:127 Friday 20 September 2024 22:47:41 -0400 (0:00:00.013) 0:00:19.006 ****** 2998 1726886861.37227: entering _queue_task() for managed_node3/systemd 2998 1726886861.37405: worker is 1 (out of 1 available) 2998 1726886861.37418: exiting _queue_task() for managed_node3/systemd 2998 1726886861.37432: done queuing things up, now waiting for results queue to drain 2998 1726886861.37433: waiting for pending results... 2998 1726886861.37584: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are reloaded 2998 1726886861.37639: in run() - task 02812325-fa75-a4b8-3ecb-00000000001e 2998 1726886861.37652: variable 'ansible_search_path' from source: unknown 2998 1726886861.37656: variable 'ansible_search_path' from source: unknown 2998 1726886861.37696: variable 'systemd_reloaded_units' from source: role '' defaults 2998 1726886861.38077: variable 'systemd_reloaded_units' from source: role '' defaults 2998 1726886861.38114: dumping result to json 2998 1726886861.38118: done dumping result, returning 2998 1726886861.38128: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are reloaded [02812325-fa75-a4b8-3ecb-00000000001e] 2998 1726886861.38134: sending task result for task 02812325-fa75-a4b8-3ecb-00000000001e 2998 1726886861.38280: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000001e 2998 1726886861.38283: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.38365: no more pending results, returning what we have 2998 1726886861.38368: results queue empty 2998 1726886861.38369: checking for any_errors_fatal 2998 1726886861.38373: done checking for any_errors_fatal 2998 1726886861.38373: checking for max_fail_percentage 2998 1726886861.38374: done checking for max_fail_percentage 2998 1726886861.38375: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.38375: done checking to see if all hosts have failed 2998 1726886861.38376: getting the remaining hosts for this loop 2998 1726886861.38377: done getting the remaining hosts for this loop 2998 1726886861.38379: getting the next task for host managed_node3 2998 1726886861.38383: done getting next task for host managed_node3 2998 1726886861.38385: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are enabled 2998 1726886861.38387: ^ state is: HOST STATE: block=6, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.38405: getting variables 2998 1726886861.38407: in VariableManager get_vars() 2998 1726886861.38449: Calling all_inventory to load vars for managed_node3 2998 1726886861.38455: Calling groups_inventory to load vars for managed_node3 2998 1726886861.38458: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.38470: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.38474: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.38478: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.38654: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.38803: done with get_vars() 2998 1726886861.38810: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are enabled] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:133 Friday 20 September 2024 22:47:41 -0400 (0:00:00.016) 0:00:19.022 ****** 2998 1726886861.38877: entering _queue_task() for managed_node3/systemd 2998 1726886861.39104: worker is 1 (out of 1 available) 2998 1726886861.39124: exiting _queue_task() for managed_node3/systemd 2998 1726886861.39140: done queuing things up, now waiting for results queue to drain 2998 1726886861.39141: waiting for pending results... 2998 1726886861.39423: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are enabled 2998 1726886861.39493: in run() - task 02812325-fa75-a4b8-3ecb-00000000001f 2998 1726886861.39497: variable 'ansible_search_path' from source: unknown 2998 1726886861.39499: variable 'ansible_search_path' from source: unknown 2998 1726886861.39520: variable 'systemd_enabled_units' from source: role '' defaults 2998 1726886861.39893: variable 'systemd_enabled_units' from source: role '' defaults 2998 1726886861.39985: dumping result to json 2998 1726886861.39994: done dumping result, returning 2998 1726886861.39998: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are enabled [02812325-fa75-a4b8-3ecb-00000000001f] 2998 1726886861.40000: sending task result for task 02812325-fa75-a4b8-3ecb-00000000001f 2998 1726886861.40101: done sending task result for task 02812325-fa75-a4b8-3ecb-00000000001f 2998 1726886861.40104: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.40207: no more pending results, returning what we have 2998 1726886861.40210: results queue empty 2998 1726886861.40211: checking for any_errors_fatal 2998 1726886861.40217: done checking for any_errors_fatal 2998 1726886861.40217: checking for max_fail_percentage 2998 1726886861.40220: done checking for max_fail_percentage 2998 1726886861.40221: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.40222: done checking to see if all hosts have failed 2998 1726886861.40222: getting the remaining hosts for this loop 2998 1726886861.40224: done getting the remaining hosts for this loop 2998 1726886861.40229: getting the next task for host managed_node3 2998 1726886861.40234: done getting next task for host managed_node3 2998 1726886861.40244: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are disabled 2998 1726886861.40248: ^ state is: HOST STATE: block=6, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.40262: getting variables 2998 1726886861.40266: in VariableManager get_vars() 2998 1726886861.40306: Calling all_inventory to load vars for managed_node3 2998 1726886861.40312: Calling groups_inventory to load vars for managed_node3 2998 1726886861.40316: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.40324: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.40327: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.40333: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.40579: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.40818: done with get_vars() 2998 1726886861.40828: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are disabled] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:139 Friday 20 September 2024 22:47:41 -0400 (0:00:00.020) 0:00:19.043 ****** 2998 1726886861.40906: entering _queue_task() for managed_node3/systemd 2998 1726886861.41159: worker is 1 (out of 1 available) 2998 1726886861.41177: exiting _queue_task() for managed_node3/systemd 2998 1726886861.41189: done queuing things up, now waiting for results queue to drain 2998 1726886861.41190: waiting for pending results... 2998 1726886861.41425: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are disabled 2998 1726886861.41536: in run() - task 02812325-fa75-a4b8-3ecb-000000000020 2998 1726886861.41541: variable 'ansible_search_path' from source: unknown 2998 1726886861.41544: variable 'ansible_search_path' from source: unknown 2998 1726886861.41597: variable 'systemd_disabled_units' from source: role '' defaults 2998 1726886861.41896: variable 'systemd_disabled_units' from source: role '' defaults 2998 1726886861.41932: dumping result to json 2998 1726886861.41938: done dumping result, returning 2998 1726886861.41944: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are disabled [02812325-fa75-a4b8-3ecb-000000000020] 2998 1726886861.41950: sending task result for task 02812325-fa75-a4b8-3ecb-000000000020 2998 1726886861.42051: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000020 2998 1726886861.42054: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.42115: no more pending results, returning what we have 2998 1726886861.42117: results queue empty 2998 1726886861.42118: checking for any_errors_fatal 2998 1726886861.42122: done checking for any_errors_fatal 2998 1726886861.42123: checking for max_fail_percentage 2998 1726886861.42124: done checking for max_fail_percentage 2998 1726886861.42125: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.42126: done checking to see if all hosts have failed 2998 1726886861.42126: getting the remaining hosts for this loop 2998 1726886861.42127: done getting the remaining hosts for this loop 2998 1726886861.42130: getting the next task for host managed_node3 2998 1726886861.42135: done getting next task for host managed_node3 2998 1726886861.42140: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are masked 2998 1726886861.42142: ^ state is: HOST STATE: block=6, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.42154: getting variables 2998 1726886861.42155: in VariableManager get_vars() 2998 1726886861.42192: Calling all_inventory to load vars for managed_node3 2998 1726886861.42194: Calling groups_inventory to load vars for managed_node3 2998 1726886861.42195: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.42202: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.42203: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.42206: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.42360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.42519: done with get_vars() 2998 1726886861.42525: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are masked] **** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:145 Friday 20 September 2024 22:47:41 -0400 (0:00:00.016) 0:00:19.059 ****** 2998 1726886861.42594: entering _queue_task() for managed_node3/systemd 2998 1726886861.42838: worker is 1 (out of 1 available) 2998 1726886861.42851: exiting _queue_task() for managed_node3/systemd 2998 1726886861.42866: done queuing things up, now waiting for results queue to drain 2998 1726886861.42867: waiting for pending results... 2998 1726886861.43031: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are masked 2998 1726886861.43094: in run() - task 02812325-fa75-a4b8-3ecb-000000000021 2998 1726886861.43107: variable 'ansible_search_path' from source: unknown 2998 1726886861.43111: variable 'ansible_search_path' from source: unknown 2998 1726886861.43150: variable 'systemd_masked_units' from source: role '' defaults 2998 1726886861.43385: variable 'systemd_masked_units' from source: role '' defaults 2998 1726886861.43429: dumping result to json 2998 1726886861.43432: done dumping result, returning 2998 1726886861.43440: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are masked [02812325-fa75-a4b8-3ecb-000000000021] 2998 1726886861.43446: sending task result for task 02812325-fa75-a4b8-3ecb-000000000021 2998 1726886861.43539: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000021 2998 1726886861.43542: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.43590: no more pending results, returning what we have 2998 1726886861.43593: results queue empty 2998 1726886861.43594: checking for any_errors_fatal 2998 1726886861.43598: done checking for any_errors_fatal 2998 1726886861.43599: checking for max_fail_percentage 2998 1726886861.43600: done checking for max_fail_percentage 2998 1726886861.43601: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.43602: done checking to see if all hosts have failed 2998 1726886861.43603: getting the remaining hosts for this loop 2998 1726886861.43604: done getting the remaining hosts for this loop 2998 1726886861.43607: getting the next task for host managed_node3 2998 1726886861.43611: done getting next task for host managed_node3 2998 1726886861.43614: ^ task is: TASK: fedora.linux_system_roles.systemd : Ensure required units are unmasked 2998 1726886861.43616: ^ state is: HOST STATE: block=6, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.43628: getting variables 2998 1726886861.43629: in VariableManager get_vars() 2998 1726886861.43663: Calling all_inventory to load vars for managed_node3 2998 1726886861.43665: Calling groups_inventory to load vars for managed_node3 2998 1726886861.43666: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.43673: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.43674: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.43676: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.43810: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.43930: done with get_vars() 2998 1726886861.43938: done getting variables TASK [fedora.linux_system_roles.systemd : Ensure required units are unmasked] *** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:151 Friday 20 September 2024 22:47:41 -0400 (0:00:00.014) 0:00:19.074 ****** 2998 1726886861.44004: entering _queue_task() for managed_node3/systemd 2998 1726886861.44179: worker is 1 (out of 1 available) 2998 1726886861.44192: exiting _queue_task() for managed_node3/systemd 2998 1726886861.44203: done queuing things up, now waiting for results queue to drain 2998 1726886861.44205: waiting for pending results... 2998 1726886861.44366: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are unmasked 2998 1726886861.44417: in run() - task 02812325-fa75-a4b8-3ecb-000000000022 2998 1726886861.44431: variable 'ansible_search_path' from source: unknown 2998 1726886861.44435: variable 'ansible_search_path' from source: unknown 2998 1726886861.44474: variable 'systemd_unmasked_units' from source: role '' defaults 2998 1726886861.44703: variable 'systemd_unmasked_units' from source: role '' defaults 2998 1726886861.44740: dumping result to json 2998 1726886861.44744: done dumping result, returning 2998 1726886861.44751: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Ensure required units are unmasked [02812325-fa75-a4b8-3ecb-000000000022] 2998 1726886861.44760: sending task result for task 02812325-fa75-a4b8-3ecb-000000000022 2998 1726886861.44847: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000022 2998 1726886861.44850: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "skipped_reason": "No items in the list" } 2998 1726886861.44917: no more pending results, returning what we have 2998 1726886861.44919: results queue empty 2998 1726886861.44920: checking for any_errors_fatal 2998 1726886861.44924: done checking for any_errors_fatal 2998 1726886861.44925: checking for max_fail_percentage 2998 1726886861.44926: done checking for max_fail_percentage 2998 1726886861.44927: checking to see if all hosts have failed and the running result is not ok 2998 1726886861.44928: done checking to see if all hosts have failed 2998 1726886861.44928: getting the remaining hosts for this loop 2998 1726886861.44929: done getting the remaining hosts for this loop 2998 1726886861.44931: getting the next task for host managed_node3 2998 1726886861.44935: done getting next task for host managed_node3 2998 1726886861.44939: ^ task is: TASK: fedora.linux_system_roles.systemd : Gather systemd units state 2998 1726886861.44941: ^ state is: HOST STATE: block=6, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 2998 1726886861.44949: getting variables 2998 1726886861.44950: in VariableManager get_vars() 2998 1726886861.44974: Calling all_inventory to load vars for managed_node3 2998 1726886861.44975: Calling groups_inventory to load vars for managed_node3 2998 1726886861.44977: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886861.44982: Calling all_plugins_play to load vars for managed_node3 2998 1726886861.44984: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886861.44989: Calling groups_plugins_play to load vars for managed_node3 2998 1726886861.45095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.45215: done with get_vars() 2998 1726886861.45222: done getting variables TASK [fedora.linux_system_roles.systemd : Gather systemd units state] ********** task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:157 Friday 20 September 2024 22:47:41 -0400 (0:00:00.012) 0:00:19.086 ****** 2998 1726886861.45279: entering _queue_task() for managed_node3/fedora.linux_system_roles.systemd_units 2998 1726886861.45281: Creating lock for fedora.linux_system_roles.systemd_units 2998 1726886861.45463: worker is 1 (out of 1 available) 2998 1726886861.45477: exiting _queue_task() for managed_node3/fedora.linux_system_roles.systemd_units 2998 1726886861.45489: done queuing things up, now waiting for results queue to drain 2998 1726886861.45490: waiting for pending results... 2998 1726886861.45770: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Gather systemd units state 2998 1726886861.45821: in run() - task 02812325-fa75-a4b8-3ecb-000000000023 2998 1726886861.45830: variable 'ansible_search_path' from source: unknown 2998 1726886861.45833: variable 'ansible_search_path' from source: unknown 2998 1726886861.45906: calling self._execute() 2998 1726886861.45995: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.46015: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.46019: variable 'omit' from source: magic vars 2998 1726886861.46131: variable 'omit' from source: magic vars 2998 1726886861.46180: variable 'omit' from source: magic vars 2998 1726886861.46223: variable 'omit' from source: magic vars 2998 1726886861.46300: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886861.46342: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886861.46367: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886861.46384: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886861.46391: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886861.46458: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886861.46462: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.46464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.46565: Set connection var ansible_pipelining to False 2998 1726886861.46569: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886861.46593: Set connection var ansible_connection to ssh 2998 1726886861.46596: Set connection var ansible_timeout to 10 2998 1726886861.46599: Set connection var ansible_shell_type to sh 2998 1726886861.46601: Set connection var ansible_shell_executable to /bin/sh 2998 1726886861.46650: variable 'ansible_shell_executable' from source: unknown 2998 1726886861.46653: variable 'ansible_connection' from source: unknown 2998 1726886861.46655: variable 'ansible_module_compression' from source: unknown 2998 1726886861.46659: variable 'ansible_shell_type' from source: unknown 2998 1726886861.46664: variable 'ansible_shell_executable' from source: unknown 2998 1726886861.46666: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886861.46668: variable 'ansible_pipelining' from source: unknown 2998 1726886861.46670: variable 'ansible_timeout' from source: unknown 2998 1726886861.46673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886861.46873: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 2998 1726886861.46882: variable 'omit' from source: magic vars 2998 1726886861.46887: starting attempt loop 2998 1726886861.46890: running the handler 2998 1726886861.46904: _low_level_execute_command(): starting 2998 1726886861.46941: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 2998 1726886861.47651: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886861.47655: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.47665: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found <<< 2998 1726886861.47712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.47729: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886861.47810: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.47824: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.49479: stdout chunk (state=3): >>>/root <<< 2998 1726886861.49588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886861.49642: stderr chunk (state=3): >>><<< 2998 1726886861.49646: stdout chunk (state=3): >>><<< 2998 1726886861.49667: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886861.49680: _low_level_execute_command(): starting 2998 1726886861.49685: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027 `" && echo ansible-tmp-1726886861.4966629-3320-249204149271027="` echo /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027 `" ) && sleep 0' 2998 1726886861.50307: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.50310: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 2998 1726886861.50319: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.50331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886861.50346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.50388: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.52275: stdout chunk (state=3): >>>ansible-tmp-1726886861.4966629-3320-249204149271027=/root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027 <<< 2998 1726886861.52389: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886861.52450: stderr chunk (state=3): >>><<< 2998 1726886861.52454: stdout chunk (state=3): >>><<< 2998 1726886861.52472: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886861.4966629-3320-249204149271027=/root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027 , stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886861.52522: variable 'ansible_module_compression' from source: unknown 2998 1726886861.52560: ANSIBALLZ: Using lock for fedora.linux_system_roles.systemd_units 2998 1726886861.52571: ANSIBALLZ: Acquiring lock 2998 1726886861.52574: ANSIBALLZ: Lock acquired: 139663337260192 2998 1726886861.52576: ANSIBALLZ: Creating module 2998 1726886861.63340: ANSIBALLZ: Writing module into payload 2998 1726886861.63399: ANSIBALLZ: Writing module 2998 1726886861.63420: ANSIBALLZ: Renaming module 2998 1726886861.63425: ANSIBALLZ: Done creating module 2998 1726886861.63444: variable 'ansible_facts' from source: unknown 2998 1726886861.63490: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py 2998 1726886861.63597: Sending initial data 2998 1726886861.63600: Sent initial data (160 bytes) 2998 1726886861.64299: stderr chunk (state=3): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.64362: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' <<< 2998 1726886861.64381: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886861.64415: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.64486: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.66133: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "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 <<< 2998 1726886861.66164: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 2998 1726886861.66202: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-29989zslpnwq/tmp6g84iku9 /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py <<< 2998 1726886861.66206: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py" <<< 2998 1726886861.66239: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-29989zslpnwq/tmp6g84iku9" to remote "/root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py" <<< 2998 1726886861.66929: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886861.66966: stderr chunk (state=3): >>><<< 2998 1726886861.66975: stdout chunk (state=3): >>><<< 2998 1726886861.67112: done transferring module to remote 2998 1726886861.67116: _low_level_execute_command(): starting 2998 1726886861.67121: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/ /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py && sleep 0' 2998 1726886861.67623: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.67678: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886861.67726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.67768: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.69525: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886861.69566: stderr chunk (state=3): >>><<< 2998 1726886861.69570: stdout chunk (state=3): >>><<< 2998 1726886861.69584: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886861.69587: _low_level_execute_command(): starting 2998 1726886861.69592: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/AnsiballZ_systemd_units.py && sleep 0' 2998 1726886861.70079: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 2998 1726886861.70143: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.70193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.72413: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 2998 1726886861.72428: stdout chunk (state=3): >>>import _imp # builtin <<< 2998 1726886861.72464: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 2998 1726886861.72539: stdout chunk (state=3): >>>import '_io' # <<< 2998 1726886861.72553: stdout chunk (state=3): >>>import 'marshal' # <<< 2998 1726886861.72575: stdout chunk (state=3): >>>import 'posix' # <<< 2998 1726886861.72612: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 2998 1726886861.72652: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 2998 1726886861.72701: 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' <<< 2998 1726886861.72719: stdout chunk (state=3): >>>import '_codecs' # <<< 2998 1726886861.72745: stdout chunk (state=3): >>>import 'codecs' # <<< 2998 1726886861.72779: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 2998 1726886861.72800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 2998 1726886861.72825: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d8a8530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d877b30> <<< 2998 1726886861.72855: 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' <<< 2998 1726886861.72892: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d8aaab0> import '_signal' # <<< 2998 1726886861.72916: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 2998 1726886861.72930: stdout chunk (state=3): >>> import 'io' # <<< 2998 1726886861.72976: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 2998 1726886861.73082: stdout chunk (state=3): >>>import '_collections_abc' # <<< 2998 1726886861.73120: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 2998 1726886861.73176: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 2998 1726886861.73228: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 2998 1726886861.73291: 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 0x7fd10d659190> <<< 2998 1726886861.73328: 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' <<< 2998 1726886861.73393: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d659fd0> 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. <<< 2998 1726886861.73657: 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 <<< 2998 1726886861.73660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886861.73665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 2998 1726886861.73721: 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 <<< 2998 1726886861.73833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 2998 1726886861.73865: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d697dd0> # /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' <<< 2998 1726886861.73875: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d697fe0> <<< 2998 1726886861.73878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 2998 1726886861.73894: 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 <<< 2998 1726886861.73969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886861.73991: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 2998 1726886861.74017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6cf800> # /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 0x7fd10d6cfe90> <<< 2998 1726886861.74042: stdout chunk (state=3): >>>import '_collections' # <<< 2998 1726886861.74078: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6afaa0> <<< 2998 1726886861.74094: stdout chunk (state=3): >>>import '_functools' # <<< 2998 1726886861.74120: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6ad1c0> <<< 2998 1726886861.74220: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d694f80> <<< 2998 1726886861.74258: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 2998 1726886861.74295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 2998 1726886861.74333: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 2998 1726886861.74339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 2998 1726886861.74380: 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' <<< 2998 1726886861.74397: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6f37d0> <<< 2998 1726886861.74430: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6f23f0> <<< 2998 1726886861.74448: 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 0x7fd10d6ae090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6f0b00> <<< 2998 1726886861.74508: 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 0x7fd10d720860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d694200> <<< 2998 1726886861.74545: 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' <<< 2998 1726886861.74594: 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 0x7fd10d720d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d720bc0> <<< 2998 1726886861.74610: 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 0x7fd10d720f80> <<< 2998 1726886861.74627: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d692d20> <<< 2998 1726886861.74674: 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 <<< 2998 1726886861.74723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d721670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d721340> import 'importlib.machinery' # <<< 2998 1726886861.74782: 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' <<< 2998 1726886861.74804: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d722570> import 'importlib.util' # import 'runpy' # <<< 2998 1726886861.74823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 2998 1726886861.74855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 2998 1726886861.74877: 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' <<< 2998 1726886861.74880: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d73c7a0> <<< 2998 1726886861.74891: stdout chunk (state=3): >>>import 'errno' # <<< 2998 1726886861.74924: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.74947: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.74976: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd10d73deb0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 2998 1726886861.75009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 2998 1726886861.75014: 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 0x7fd10d73ed50> <<< 2998 1726886861.75055: 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 0x7fd10d73f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d73e2a0> <<< 2998 1726886861.75090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 2998 1726886861.75103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 2998 1726886861.75140: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.75156: 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 0x7fd10d73fe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d73f560> <<< 2998 1726886861.75181: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d7225d0> <<< 2998 1726886861.75223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 2998 1726886861.75270: 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 <<< 2998 1726886861.75277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 2998 1726886861.75318: 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 0x7fd10d503d70> <<< 2998 1726886861.75382: 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' <<< 2998 1726886861.75402: 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 0x7fd10d52c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52c5f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.75412: 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 0x7fd10d52c8c0> <<< 2998 1726886861.75441: 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 0x7fd10d52caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d501f10> <<< 2998 1726886861.75467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 2998 1726886861.75596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 2998 1726886861.75599: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 2998 1726886861.75603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 2998 1726886861.75606: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52e180> <<< 2998 1726886861.75650: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52ce30> <<< 2998 1726886861.75653: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d722cc0> <<< 2998 1726886861.75679: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 2998 1726886861.75726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886861.75768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 2998 1726886861.75806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 2998 1726886861.75825: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d556540> <<< 2998 1726886861.75870: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 2998 1726886861.75895: 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 <<< 2998 1726886861.75922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 2998 1726886861.75960: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d5726c0> <<< 2998 1726886861.75982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 2998 1726886861.76026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 2998 1726886861.76076: stdout chunk (state=3): >>>import 'ntpath' # <<< 2998 1726886861.76113: 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 0x7fd10d5a7440> <<< 2998 1726886861.76143: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 2998 1726886861.76185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 2998 1726886861.76197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 2998 1726886861.76244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 2998 1726886861.76328: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d5cdbe0> <<< 2998 1726886861.76405: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d5a7560> <<< 2998 1726886861.76492: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d573350> <<< 2998 1726886861.76496: 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 0x7fd10d3ac530> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d571700> <<< 2998 1726886861.76515: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52f0e0> <<< 2998 1726886861.76593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 2998 1726886861.76621: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd10d571ac0> <<< 2998 1726886861.76706: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.systemd_units_payload_13c4mfbi/ansible_fedora.linux_system_roles.systemd_units_payload.zip' <<< 2998 1726886861.76714: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.76852: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.76890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 2998 1726886861.76901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 2998 1726886861.76939: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 2998 1726886861.77011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 2998 1726886861.77051: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 2998 1726886861.77055: 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 0x7fd10d402210> import '_typing' # <<< 2998 1726886861.77250: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d3dd100> <<< 2998 1726886861.77261: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d3dc290> # zipimport: zlib available <<< 2998 1726886861.77286: stdout chunk (state=3): >>>import 'ansible' # <<< 2998 1726886861.77306: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.77324: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.77364: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 2998 1726886861.77368: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.78886: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.80121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 2998 1726886861.80129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d3df620> <<< 2998 1726886861.80153: 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' <<< 2998 1726886861.80179: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 2998 1726886861.80190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 2998 1726886861.80214: 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' <<< 2998 1726886861.80252: 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 0x7fd10d42dc10> <<< 2998 1726886861.80290: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d42d9a0> <<< 2998 1726886861.80318: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d42d2e0> <<< 2998 1726886861.80345: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 2998 1726886861.80353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 2998 1726886861.80392: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d42d730> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d402c30> <<< 2998 1726886861.80409: stdout chunk (state=3): >>>import 'atexit' # <<< 2998 1726886861.80435: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.80442: 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 0x7fd10d42e9f0> <<< 2998 1726886861.80470: 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 0x7fd10d42ec30> <<< 2998 1726886861.80491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 2998 1726886861.80541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 2998 1726886861.80553: stdout chunk (state=3): >>>import '_locale' # <<< 2998 1726886861.80600: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d42f0b0> <<< 2998 1726886861.80613: stdout chunk (state=3): >>>import 'pwd' # <<< 2998 1726886861.80626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 2998 1726886861.80651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 2998 1726886861.80690: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d298e00> <<< 2998 1726886861.80717: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.80723: 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 0x7fd10d29aa20> <<< 2998 1726886861.80741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 2998 1726886861.80755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 2998 1726886861.80793: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29b3b0> <<< 2998 1726886861.80813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 2998 1726886861.80838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 2998 1726886861.80857: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29c560> <<< 2998 1726886861.80875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 2998 1726886861.80916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 2998 1726886861.80934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 2998 1726886861.80941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 2998 1726886861.80993: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29f080> <<< 2998 1726886861.81032: 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 0x7fd10d29f170> <<< 2998 1726886861.81068: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29d340> <<< 2998 1726886861.81094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 2998 1726886861.81117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 2998 1726886861.81141: 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' <<< 2998 1726886861.81185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 2998 1726886861.81189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 2998 1726886861.81242: 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 0x7fd10d2a2ed0> <<< 2998 1726886861.81245: stdout chunk (state=3): >>>import '_tokenize' # <<< 2998 1726886861.81313: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2a19a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2a1700> <<< 2998 1726886861.81340: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 2998 1726886861.81357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 2998 1726886861.81419: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2a3e60> <<< 2998 1726886861.81447: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29d850> <<< 2998 1726886861.81485: 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 0x7fd10d2e7020> <<< 2998 1726886861.81512: 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 0x7fd10d2e7140> <<< 2998 1726886861.81548: 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 <<< 2998 1726886861.81553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 2998 1726886861.81584: 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' <<< 2998 1726886861.81621: 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 0x7fd10d2e8da0> <<< 2998 1726886861.81624: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2e8b60> <<< 2998 1726886861.81649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 2998 1726886861.81733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 2998 1726886861.81784: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.81819: 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 0x7fd10d2eb230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2e93d0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 2998 1726886861.81870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886861.81899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 2998 1726886861.81902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 2998 1726886861.81942: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2f2a20> <<< 2998 1726886861.82080: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2eb3e0> <<< 2998 1726886861.82160: 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 0x7fd10d2f3c80> <<< 2998 1726886861.82193: 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 0x7fd10d2f3a40> <<< 2998 1726886861.82243: 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 0x7fd10d2f3da0> <<< 2998 1726886861.82250: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2e7470> <<< 2998 1726886861.82272: 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 <<< 2998 1726886861.82276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 2998 1726886861.82287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 2998 1726886861.82344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 2998 1726886861.82347: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.82367: 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 0x7fd10d2f7380> <<< 2998 1726886861.82530: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.82562: 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 0x7fd10d2f8560> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2f5b20> <<< 2998 1726886861.82596: 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 0x7fd10d2f6ed0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2f57f0> <<< 2998 1726886861.82634: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 2998 1726886861.82720: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.82822: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.82871: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 2998 1726886861.82878: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 2998 1726886861.82891: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.83012: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.83143: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.83731: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.84341: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 2998 1726886861.84350: 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' # <<< 2998 1726886861.84370: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 2998 1726886861.84388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886861.84442: 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 0x7fd10d3806e0> <<< 2998 1726886861.84528: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 2998 1726886861.84535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 2998 1726886861.84557: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d3814c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2fbc20> <<< 2998 1726886861.84615: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 2998 1726886861.84626: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.84645: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.84657: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 2998 1726886861.84673: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.84829: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.85003: 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' <<< 2998 1726886861.85014: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d381190> <<< 2998 1726886861.85021: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.85530: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86023: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86100: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 2998 1726886861.86199: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86224: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86265: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 2998 1726886861.86274: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86347: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86450: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 2998 1726886861.86470: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86474: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86495: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 2998 1726886861.86499: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86543: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86577: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 2998 1726886861.86597: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.86847: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 2998 1726886861.87161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 2998 1726886861.87178: stdout chunk (state=3): >>>import '_ast' # <<< 2998 1726886861.87250: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d383710> <<< 2998 1726886861.87259: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87337: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87429: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 2998 1726886861.87471: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 2998 1726886861.87473: 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' <<< 2998 1726886861.87546: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.87676: 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 0x7fd10d18de80> <<< 2998 1726886861.87727: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 2998 1726886861.87731: 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 0x7fd10d18e720> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d382d50> <<< 2998 1726886861.87764: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87800: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87842: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 2998 1726886861.87847: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87897: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.87943: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88005: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88075: 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 <<< 2998 1726886861.88119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 2998 1726886861.88202: 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' <<< 2998 1726886861.88223: 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 0x7fd10d18d460> <<< 2998 1726886861.88251: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d18e900> <<< 2998 1726886861.88281: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 2998 1726886861.88304: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88374: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88445: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88471: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88510: 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' <<< 2998 1726886861.88545: 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 <<< 2998 1726886861.88564: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 2998 1726886861.88582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 2998 1726886861.88663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 2998 1726886861.88666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 2998 1726886861.88681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 2998 1726886861.88731: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d226b40> <<< 2998 1726886861.88776: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d198800> <<< 2998 1726886861.88864: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d192990> <<< 2998 1726886861.88870: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d1927e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 2998 1726886861.88880: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88914: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.88968: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 2998 1726886861.88973: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 2998 1726886861.88995: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 2998 1726886861.89024: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.89069: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 2998 1726886861.89091: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 2998 1726886861.89121: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles' # <<< 2998 1726886861.89127: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 2998 1726886861.89153: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 2998 1726886861.89172: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 2998 1726886861.89188: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.89234: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.89344: stdout chunk (state=3): >>># zipimport: zlib available <<< 2998 1726886861.90901: stdout chunk (state=3): >>> {"ansible_facts": {"systemd_units": {"proc-sys-fs-binfmt_misc.automount": {"name": "proc-sys-fs-binfmt_misc.automount", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Arbitrary Executable File Formats File System Automount Point"}, "sys-devices-platform-pcspkr-sound-card0-controlC0.device": {"name": "sys-devices-platform-pcspkr-sound-card0-controlC0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/pcspkr/sound/card0/controlC0"}, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device": {"name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1"}, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device": {"name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2"}, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device": {"name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3"}, "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device": {"name": "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0"}, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": {"name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vbd-768/block/xvda/xvda1"}, "sys-devices-vbd\\x2d768-block-xvda-xvda2.device": {"name": "sys-devices-vbd\\x2d768-block-xvda-xvda2.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vbd-768/block/xvda/xvda2"}, "sys-devices-vbd\\x2d768-block-xvda.device": {"name": "sys-devices-vbd\\x2d768-block-xvda.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vbd-768/block/xvda"}, "sys-devices-vif\\x2d0-net-eth0.device": {"name": "sys-devices-vif\\x2d0-net-eth0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vif-0/net/eth0"}, "sys-devices-virtual-block-zram0.device": {"name": "sys-devices-virtual-block-zram0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/virtual/block/zram0"}, "sys-devices-virtual-misc-rfkill.device": {"name": "sys-devices-virtual-misc-rfkill.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/virtual/misc/rfkill"}, "sys-module-configfs.device": {"name": "sys-module-configfs.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/module/configfs"}, "sys-module-fuse.device": {"name": "sys-module-fuse.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/module/fuse"}, "sys-subsystem-net-devices-eth0.device": {"name": "sys-subsystem-net-devices-eth0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/subsystem/net/devices/eth0"}, "-.mount": {"name": "-.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Root Mount"}, "dev-hugepages.mount": {"name": "dev-hugepages.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Huge Pages File System"}, "dev-mqueue.mount": {"name": "dev-mq<<< 2998 1726886861.90911: stdout chunk (state=3): >>>ueue.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "POSIX Message Queue File System"}, "run-user-0.mount": {"name": "run-user-0.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "/run/user/0"}, "sys-fs-fuse-connections.mount": {"name": "sys-fs-fuse-connections.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "FUSE Control File System"}, "sys-kernel-config.mount": {"name": "sys-kernel-config.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Kernel Configuration File System"}, "sys-kernel-debug.mount": {"name": "sys-kernel-debug.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Kernel Debug File System"}, "sys-kernel-tracing.mount": {"name": "sys-kernel-tracing.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Kernel Trace File System"}, "tmp.mount": {"name": "tmp.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Temporary Directory /tmp"}, "var-lib-nfs-rpc_pipefs.mount": {"name": "var-lib-nfs-rpc_pipefs.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "RPC Pipe File System"}, "systemd-ask-password-plymouth.path": {"name": "systemd-ask-password-plymouth.path", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Forward Password Requests to Plymouth Directory Watch"}, "systemd-ask-password-wall.path": {"name": "systemd-ask-password-wall.path", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Forward Password Requests to Wall Directory Watch"}, "init.scope": {"name": "init.scope", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "System and Service Manager"}, "session-4.scope": {"name": "session-4.scope", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Session 4 of User root"}, "session-5.scope": {"name": "session-5.scope", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Session 5 of User root"}, "auditd.service": {"name": "auditd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Security Audit Logging Service"}, "chronyd.service": {"name": "chronyd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "NTP client/server"}, "cloud-config.service": {"name": "cloud-config.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Apply the settings specified in cloud-config"}, "cloud-final.service": {"name": "cloud-final.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Execute cloud user/final scripts"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Initial cloud-init job (pre-networking)"}, "cloud-init.service": {"name": "cloud-init.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Initial cloud-init job (metadata service crawler)"}, "dbus-broker.service": {"name": "dbus-broker.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "D-Bus System Message Bus"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Restore /run/initramfs on shutdown"}, "getty@tty1.service": {"name": "getty@tty1.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Getty on tty1"}, "gssproxy.service": {"name": "gssproxy.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "GSSAPI Proxy Daemon"}, "kmod-<<< 2998 1726886861.90935: stdout chunk (state=3): >>>static-nodes.service": {"name": "kmod-static-nodes.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create List of Static Device Nodes"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Network Manager Wait Online"}, "NetworkManager.service": {"name": "NetworkManager.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Network Manager"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Hold until boot process finishes up"}, "plymouth-quit.service": {"name": "plymouth-quit.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Terminate Plymouth Boot Screen"}, "plymouth-read-write.service": {"name": "plymouth-read-write.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Tell Plymouth To Write Out Runtime Data"}, "plymouth-start.service": {"name": "plymouth-start.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Show Plymouth Boot Screen"}, "restraintd.service": {"name": "restraintd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "The restraint harness."}, "rngd.service": {"name": "rngd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Hardware RNG Entropy Gatherer Daemon"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Notify NFS peers of a restart"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Serial Getty on ttyS0"}, "sshd.service": {"name": "sshd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "OpenSSH server daemon"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "File System Check on Root Device"}, "systemd-homed-activate.service": {"name": "systemd-homed-activate.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Home Area Activation"}, "systemd-homed.service": {"name": "systemd-homed.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Home Area Manager"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Flush Journal to Persistent Storage"}, "systemd-journald.service": {"name": "systemd-journald.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Service"}, "systemd-logind.service": {"name": "systemd-logind.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Login Management"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Commit a transient machine-id on disk"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Load Kernel Modules"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Ge<<< 2998 1726886861.90947: stdout chunk (state=3): >>>nerate network units from Kernel command line"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Userspace Out-Of-Memory (OOM) Killer"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Load/Save OS Random Seed"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Remount Root and Kernel File Systems"}, "systemd-resolved.service": {"name": "systemd-resolved.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Network Name Resolution"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Apply Kernel Variables"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create Static Device Nodes in /dev gracefully"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create Static Device Nodes in /dev"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create System Files and Directories"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Coldplug All udev Devices"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Rule-based Manager for Device Events and Files"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Record System Boot/Shutdown in UTMP"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Permit User Sessions"}, "systemd-userdbd.service": {"name": "systemd-userdbd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Database Manager"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Virtual Console Setup"}, "systemd-zram-setup@zram0.service": {"name": "systemd-zram-setup@zram0.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create swap on /dev/zram0"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "User Runtime Directory /run/user/0"}, "user@0.service": {"name": "user@0.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Manager for UID 0"}, "-.slice": {"name": "-.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Root Slice"}, "system-getty.slice": {"name": "system-getty.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/getty"}, "system-modprobe.slice": {"name": "system-modprobe.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/modprobe"}, "system-serial\\x2dgetty.slice": {"name": "system-serial\\x2dgetty.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/serial-getty"}, "system-sshd\\x2dkeygen.slice": {"name": "system-sshd\\x2dkeygen.slice", "load_state": "loaded<<< 2998 1726886861.90964: stdout chunk (state=3): >>>", "active_state": "active", "sub_state": "active", "description": "Slice /system/sshd-keygen"}, "system-systemd\\x2dzram\\x2dsetup.slice": {"name": "system-systemd\\x2dzram\\x2dsetup.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/systemd-zram-setup"}, "system.slice": {"name": "system.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "System Slice"}, "user-0.slice": {"name": "user-0.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "User Slice of UID 0"}, "user.slice": {"name": "user.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "User and Session Slice"}, "dbus.socket": {"name": "dbus.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "D-Bus System Message Bus Socket"}, "dm-event.socket": {"name": "dm-event.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "Device-mapper event daemon FIFOs"}, "lvm2-lvmpolld.socket": {"name": "lvm2-lvmpolld.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "LVM2 poll daemon socket"}, "pcscd.socket": {"name": "pcscd.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "PC/SC Smart Card Daemon Activation Socket"}, "sssd-kcm.socket": {"name": "sssd-kcm.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "SSSD Kerberos Cache Manager responder socket"}, "systemd-coredump.socket": {"name": "systemd-coredump.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "Process Core Dump Socket"}, "systemd-initctl.socket": {"name": "systemd-initctl.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "initctl Compatibility Named Pipe"}, "systemd-journald-audit.socket": {"name": "systemd-journald-audit.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Audit Socket"}, "systemd-journald-dev-log.socket": {"name": "systemd-journald-dev-log.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Socket (/dev/log)"}, "systemd-journald.socket": {"name": "systemd-journald.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Socket"}, "systemd-oomd.socket": {"name": "systemd-oomd.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Userspace Out-Of-Memory (OOM) Killer Socket"}, "systemd-rfkill.socket": {"name": "systemd-rfkill.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "Load/Save RF Kill Switch Status /dev/rfkill Watch"}, "systemd-sysext.socket": {"name": "systemd-sysext.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "System Extension Image Management (Varlink)"}, "systemd-udevd-control.socket": {"name": "systemd-udevd-control.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "udev Control Socket"}, "systemd-udevd-kernel.socket": {"name": "systemd-udevd-kernel.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "udev Kernel Socket"}, "systemd-userdbd.socket": {"name": "systemd-userdbd.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Database Manager Socket"}, "dev-zram0.swap": {"name": "dev-zram0.swap", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Compressed Swap on /dev/zram0"}, "basic.target": {"name": "basic.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Basic System"}, "cloud-config.target": {"name": "cloud-config.target", "lo<<< 2998 1726886861.90981: stdout chunk (state=3): >>>ad_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Cloud-config availability"}, "cloud-init.target": {"name": "cloud-init.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Cloud-init target"}, "cryptsetup.target": {"name": "cryptsetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local Encrypted Volumes"}, "getty.target": {"name": "getty.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Login Prompts"}, "integritysetup.target": {"name": "integritysetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local Integrity Protected Volumes"}, "local-fs-pre.target": {"name": "local-fs-pre.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Preparation for Local File Systems"}, "local-fs.target": {"name": "local-fs.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local File Systems"}, "multi-user.target": {"name": "multi-user.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Multi-User System"}, "network-online.target": {"name": "network-online.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Network is Online"}, "network-pre.target": {"name": "network-pre.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Preparation for Network"}, "network.target": {"name": "network.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Network"}, "nfs-client.target": {"name": "nfs-client.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "NFS client services"}, "nss-lookup.target": {"name": "nss-lookup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Host and Network Name Lookups"}, "nss-user-lookup.target": {"name": "nss-user-lookup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "User and Group Name Lookups"}, "paths.target": {"name": "paths.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Path Units"}, "remote-cryptsetup.target": {"name": "remote-cryptsetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Remote Encrypted Volumes"}, "remote-fs-pre.target": {"name": "remote-fs-pre.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Preparation for Remote File Systems"}, "remote-fs.target": {"name": "remote-fs.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Remote File Systems"}, "rpc_pipefs.target": {"name": "rpc_pipefs.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "rpc_pipefs.target"}, "slices.target": {"name": "slices.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice Units"}, "sockets.target": {"name": "sockets.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Socket Units"}, "sound.target": {"name": "sound.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Sound Card"}, "sshd-keygen.target": {"name": "sshd-keygen.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "sshd-keygen.target"}, "swap.target": {"name": "swap.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Swaps"}, "sysinit.target": {"name": "sysinit.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "System Initialization"}, "timers.target": {"name": "timers.target", "load_state": "loaded", "active_state": "a<<< 2998 1726886861.90989: stdout chunk (state=3): >>>ctive", "sub_state": "active", "description": "Timer Units"}, "veritysetup.target": {"name": "veritysetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local Verity Protected Volumes"}, "dnf-makecache.timer": {"name": "dnf-makecache.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "dnf makecache --timer"}, "fstrim.timer": {"name": "fstrim.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Discard unused filesystem blocks once a week"}, "raid-check.timer": {"name": "raid-check.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Weekly RAID setup health check"}, "systemd-tmpfiles-clean.timer": {"name": "systemd-tmpfiles-clean.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Daily Cleanup of Temporary Directories"}, "unbound-anchor.timer": {"name": "unbound-anchor.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "daily update of the root trust anchor for DNSSEC"}}}, "invocation": {"module_args": {}}} # destroy __main__ <<< 2998 1726886861.91401: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 2998 1726886861.91410: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ <<< 2998 1726886861.91430: stdout chunk (state=3): >>># clear sys.path <<< 2998 1726886861.91448: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.91471: 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 <<< 2998 1726886861.91486: 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 <<< 2998 1726886861.91501: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.91519: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _sha2 # cleanup[2] removing random <<< 2998 1726886861.91543: 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 <<< 2998 1726886861.91556: stdout chunk (state=3): >>># cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 2998 1726886861.91560: 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 <<< 2998 1726886861.91588: stdout chunk (state=3): >>># 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 <<< 2998 1726886861.91597: 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 <<< 2998 1726886861.91615: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text <<< 2998 1726886861.91623: 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 <<< 2998 1726886861.91638: stdout chunk (state=3): >>># 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_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules <<< 2998 1726886861.91872: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 2998 1726886861.91876: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 2998 1726886861.91904: stdout chunk (state=3): >>># destroy _bz2 <<< 2998 1726886861.91923: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 2998 1726886861.91929: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 2998 1726886861.91954: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 2998 1726886861.91991: stdout chunk (state=3): >>># destroy ntpath <<< 2998 1726886861.91996: stdout chunk (state=3): >>># destroy importlib <<< 2998 1726886861.92027: 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 <<< 2998 1726886861.92047: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 2998 1726886861.92060: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 2998 1726886861.92082: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 2998 1726886861.92094: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess <<< 2998 1726886861.92110: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 2998 1726886861.92120: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 2998 1726886861.92135: stdout chunk (state=3): >>># destroy array <<< 2998 1726886861.92147: stdout chunk (state=3): >>># destroy datetime <<< 2998 1726886861.92164: stdout chunk (state=3): >>># destroy _hashlib <<< 2998 1726886861.92176: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux # destroy shutil <<< 2998 1726886861.92189: stdout chunk (state=3): >>># destroy distro # destroy distro.distro<<< 2998 1726886861.92199: stdout chunk (state=3): >>> # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 2998 1726886861.92251: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 2998 1726886861.92254: 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 <<< 2998 1726886861.92279: 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 <<< 2998 1726886861.92282: 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 <<< 2998 1726886861.92311: 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<<< 2998 1726886861.92323: stdout chunk (state=3): >>> # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 2998 1726886861.92347: 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 <<< 2998 1726886861.92361: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 2998 1726886861.92380: 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 <<< 2998 1726886861.92395: 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 <<< 2998 1726886861.92413: 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 <<< 2998 1726886861.92435: 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 <<< 2998 1726886861.92439: 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 <<< 2998 1726886861.92561: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 2998 1726886861.92582: stdout chunk (state=3): >>># destroy _collections <<< 2998 1726886861.92612: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 2998 1726886861.92618: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 2998 1726886861.92647: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 2998 1726886861.92689: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 2998 1726886861.92717: 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 <<< 2998 1726886861.92720: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 2998 1726886861.92739: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 2998 1726886861.92815: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 2998 1726886861.92822: 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 # destroy _bisect <<< 2998 1726886861.92835: stdout chunk (state=3): >>># destroy time <<< 2998 1726886861.92860: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 2998 1726886861.92889: stdout chunk (state=3): >>># destroy _operator # destroy _sha2 <<< 2998 1726886861.92901: stdout chunk (state=3): >>># destroy _string # destroy re <<< 2998 1726886861.92918: stdout chunk (state=3): >>># destroy itertools <<< 2998 1726886861.92924: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 2998 1726886861.92934: stdout chunk (state=3): >>># destroy _thread <<< 2998 1726886861.92944: stdout chunk (state=3): >>># clear sys.audit hooks <<< 2998 1726886861.93317: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.45.179 closed. <<< 2998 1726886861.93377: stderr chunk (state=3): >>><<< 2998 1726886861.93380: stdout chunk (state=3): >>><<< 2998 1726886861.93471: _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 0x7fd10d8a8530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d877b30> # /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 0x7fd10d8aaab0> 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 0x7fd10d659190> # /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 0x7fd10d659fd0> 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 0x7fd10d697dd0> # /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 0x7fd10d697fe0> # /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 0x7fd10d6cf800> # /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 0x7fd10d6cfe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6afaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6ad1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d694f80> # /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 0x7fd10d6f37d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6f23f0> # /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 0x7fd10d6ae090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d6f0b00> # /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 0x7fd10d720860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d694200> # /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 0x7fd10d720d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d720bc0> # 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 0x7fd10d720f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d692d20> # /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 0x7fd10d721670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d721340> 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 0x7fd10d722570> 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 0x7fd10d73c7a0> 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 0x7fd10d73deb0> # /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 0x7fd10d73ed50> # 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 0x7fd10d73f3b0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d73e2a0> # /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 0x7fd10d73fe30> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d73f560> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d7225d0> # /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 0x7fd10d503d70> # /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 0x7fd10d52c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52c5f0> # 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 0x7fd10d52c8c0> # 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 0x7fd10d52caa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d501f10> # /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 0x7fd10d52e180> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52ce30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d722cc0> # /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 0x7fd10d556540> # /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 0x7fd10d5726c0> # /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 0x7fd10d5a7440> # /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 0x7fd10d5cdbe0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d5a7560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d573350> # /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 0x7fd10d3ac530> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d571700> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d52f0e0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd10d571ac0> # zipimport: found 34 names in '/tmp/ansible_fedora.linux_system_roles.systemd_units_payload_13c4mfbi/ansible_fedora.linux_system_roles.systemd_units_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 0x7fd10d402210> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d3dd100> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d3dc290> # 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 0x7fd10d3df620> # /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 0x7fd10d42dc10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d42d9a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d42d2e0> # /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 0x7fd10d42d730> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d402c30> 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 0x7fd10d42e9f0> # 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 0x7fd10d42ec30> # /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 0x7fd10d42f0b0> 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 0x7fd10d298e00> # 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 0x7fd10d29aa20> # /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 0x7fd10d29b3b0> # /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 0x7fd10d29c560> # /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 0x7fd10d29f080> # 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 0x7fd10d29f170> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29d340> # /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 0x7fd10d2a2ed0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2a19a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2a1700> # /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 0x7fd10d2a3e60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d29d850> # 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 0x7fd10d2e7020> # /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 0x7fd10d2e7140> # /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 0x7fd10d2e8da0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2e8b60> # /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 0x7fd10d2eb230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2e93d0> # /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 0x7fd10d2f2a20> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2eb3e0> # 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 0x7fd10d2f3c80> # 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 0x7fd10d2f3a40> # 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 0x7fd10d2f3da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2e7470> # /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 0x7fd10d2f7380> # 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 0x7fd10d2f8560> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2f5b20> # 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 0x7fd10d2f6ed0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2f57f0> # 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 0x7fd10d3806e0> # /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 0x7fd10d3814c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d2fbc20> 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 0x7fd10d381190> # 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 0x7fd10d383710> # 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 0x7fd10d18de80> # 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 0x7fd10d18e720> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d382d50> # 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 0x7fd10d18d460> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d18e900> 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 0x7fd10d226b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d198800> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d192990> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd10d1927e0> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"ansible_facts": {"systemd_units": {"proc-sys-fs-binfmt_misc.automount": {"name": "proc-sys-fs-binfmt_misc.automount", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Arbitrary Executable File Formats File System Automount Point"}, "sys-devices-platform-pcspkr-sound-card0-controlC0.device": {"name": "sys-devices-platform-pcspkr-sound-card0-controlC0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/pcspkr/sound/card0/controlC0"}, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device": {"name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1"}, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device": {"name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2"}, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device": {"name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3"}, "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device": {"name": "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0"}, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": {"name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vbd-768/block/xvda/xvda1"}, "sys-devices-vbd\\x2d768-block-xvda-xvda2.device": {"name": "sys-devices-vbd\\x2d768-block-xvda-xvda2.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vbd-768/block/xvda/xvda2"}, "sys-devices-vbd\\x2d768-block-xvda.device": {"name": "sys-devices-vbd\\x2d768-block-xvda.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vbd-768/block/xvda"}, "sys-devices-vif\\x2d0-net-eth0.device": {"name": "sys-devices-vif\\x2d0-net-eth0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/vif-0/net/eth0"}, "sys-devices-virtual-block-zram0.device": {"name": "sys-devices-virtual-block-zram0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/virtual/block/zram0"}, "sys-devices-virtual-misc-rfkill.device": {"name": "sys-devices-virtual-misc-rfkill.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/devices/virtual/misc/rfkill"}, "sys-module-configfs.device": {"name": "sys-module-configfs.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/module/configfs"}, "sys-module-fuse.device": {"name": "sys-module-fuse.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/module/fuse"}, "sys-subsystem-net-devices-eth0.device": {"name": "sys-subsystem-net-devices-eth0.device", "load_state": "loaded", "active_state": "active", "sub_state": "plugged", "description": "/sys/subsystem/net/devices/eth0"}, "-.mount": {"name": "-.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Root Mount"}, "dev-hugepages.mount": {"name": "dev-hugepages.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Huge Pages File System"}, "dev-mqueue.mount": {"name": "dev-mqueue.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "POSIX Message Queue File System"}, "run-user-0.mount": {"name": "run-user-0.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "/run/user/0"}, "sys-fs-fuse-connections.mount": {"name": "sys-fs-fuse-connections.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "FUSE Control File System"}, "sys-kernel-config.mount": {"name": "sys-kernel-config.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Kernel Configuration File System"}, "sys-kernel-debug.mount": {"name": "sys-kernel-debug.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Kernel Debug File System"}, "sys-kernel-tracing.mount": {"name": "sys-kernel-tracing.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Kernel Trace File System"}, "tmp.mount": {"name": "tmp.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "Temporary Directory /tmp"}, "var-lib-nfs-rpc_pipefs.mount": {"name": "var-lib-nfs-rpc_pipefs.mount", "load_state": "loaded", "active_state": "active", "sub_state": "mounted", "description": "RPC Pipe File System"}, "systemd-ask-password-plymouth.path": {"name": "systemd-ask-password-plymouth.path", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Forward Password Requests to Plymouth Directory Watch"}, "systemd-ask-password-wall.path": {"name": "systemd-ask-password-wall.path", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Forward Password Requests to Wall Directory Watch"}, "init.scope": {"name": "init.scope", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "System and Service Manager"}, "session-4.scope": {"name": "session-4.scope", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Session 4 of User root"}, "session-5.scope": {"name": "session-5.scope", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Session 5 of User root"}, "auditd.service": {"name": "auditd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Security Audit Logging Service"}, "chronyd.service": {"name": "chronyd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "NTP client/server"}, "cloud-config.service": {"name": "cloud-config.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Apply the settings specified in cloud-config"}, "cloud-final.service": {"name": "cloud-final.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Execute cloud user/final scripts"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Initial cloud-init job (pre-networking)"}, "cloud-init.service": {"name": "cloud-init.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Initial cloud-init job (metadata service crawler)"}, "dbus-broker.service": {"name": "dbus-broker.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "D-Bus System Message Bus"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Restore /run/initramfs on shutdown"}, "getty@tty1.service": {"name": "getty@tty1.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Getty on tty1"}, "gssproxy.service": {"name": "gssproxy.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "GSSAPI Proxy Daemon"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create List of Static Device Nodes"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Network Manager Wait Online"}, "NetworkManager.service": {"name": "NetworkManager.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Network Manager"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Hold until boot process finishes up"}, "plymouth-quit.service": {"name": "plymouth-quit.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Terminate Plymouth Boot Screen"}, "plymouth-read-write.service": {"name": "plymouth-read-write.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Tell Plymouth To Write Out Runtime Data"}, "plymouth-start.service": {"name": "plymouth-start.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Show Plymouth Boot Screen"}, "restraintd.service": {"name": "restraintd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "The restraint harness."}, "rngd.service": {"name": "rngd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Hardware RNG Entropy Gatherer Daemon"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Notify NFS peers of a restart"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Serial Getty on ttyS0"}, "sshd.service": {"name": "sshd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "OpenSSH server daemon"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "File System Check on Root Device"}, "systemd-homed-activate.service": {"name": "systemd-homed-activate.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Home Area Activation"}, "systemd-homed.service": {"name": "systemd-homed.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Home Area Manager"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Flush Journal to Persistent Storage"}, "systemd-journald.service": {"name": "systemd-journald.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Service"}, "systemd-logind.service": {"name": "systemd-logind.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Login Management"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Commit a transient machine-id on disk"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Load Kernel Modules"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Generate network units from Kernel command line"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Userspace Out-Of-Memory (OOM) Killer"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Load/Save OS Random Seed"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Remount Root and Kernel File Systems"}, "systemd-resolved.service": {"name": "systemd-resolved.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Network Name Resolution"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Apply Kernel Variables"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create Static Device Nodes in /dev gracefully"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create Static Device Nodes in /dev"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create System Files and Directories"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Coldplug All udev Devices"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Rule-based Manager for Device Events and Files"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Record System Boot/Shutdown in UTMP"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Permit User Sessions"}, "systemd-userdbd.service": {"name": "systemd-userdbd.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Database Manager"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Virtual Console Setup"}, "systemd-zram-setup@zram0.service": {"name": "systemd-zram-setup@zram0.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "Create swap on /dev/zram0"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "load_state": "loaded", "active_state": "active", "sub_state": "exited", "description": "User Runtime Directory /run/user/0"}, "user@0.service": {"name": "user@0.service", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Manager for UID 0"}, "-.slice": {"name": "-.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Root Slice"}, "system-getty.slice": {"name": "system-getty.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/getty"}, "system-modprobe.slice": {"name": "system-modprobe.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/modprobe"}, "system-serial\\x2dgetty.slice": {"name": "system-serial\\x2dgetty.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/serial-getty"}, "system-sshd\\x2dkeygen.slice": {"name": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/sshd-keygen"}, "system-systemd\\x2dzram\\x2dsetup.slice": {"name": "system-systemd\\x2dzram\\x2dsetup.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice /system/systemd-zram-setup"}, "system.slice": {"name": "system.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "System Slice"}, "user-0.slice": {"name": "user-0.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "User Slice of UID 0"}, "user.slice": {"name": "user.slice", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "User and Session Slice"}, "dbus.socket": {"name": "dbus.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "D-Bus System Message Bus Socket"}, "dm-event.socket": {"name": "dm-event.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "Device-mapper event daemon FIFOs"}, "lvm2-lvmpolld.socket": {"name": "lvm2-lvmpolld.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "LVM2 poll daemon socket"}, "pcscd.socket": {"name": "pcscd.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "PC/SC Smart Card Daemon Activation Socket"}, "sssd-kcm.socket": {"name": "sssd-kcm.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "SSSD Kerberos Cache Manager responder socket"}, "systemd-coredump.socket": {"name": "systemd-coredump.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "Process Core Dump Socket"}, "systemd-initctl.socket": {"name": "systemd-initctl.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "initctl Compatibility Named Pipe"}, "systemd-journald-audit.socket": {"name": "systemd-journald-audit.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Audit Socket"}, "systemd-journald-dev-log.socket": {"name": "systemd-journald-dev-log.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Socket (/dev/log)"}, "systemd-journald.socket": {"name": "systemd-journald.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Journal Socket"}, "systemd-oomd.socket": {"name": "systemd-oomd.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "Userspace Out-Of-Memory (OOM) Killer Socket"}, "systemd-rfkill.socket": {"name": "systemd-rfkill.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "Load/Save RF Kill Switch Status /dev/rfkill Watch"}, "systemd-sysext.socket": {"name": "systemd-sysext.socket", "load_state": "loaded", "active_state": "active", "sub_state": "listening", "description": "System Extension Image Management (Varlink)"}, "systemd-udevd-control.socket": {"name": "systemd-udevd-control.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "udev Control Socket"}, "systemd-udevd-kernel.socket": {"name": "systemd-udevd-kernel.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "udev Kernel Socket"}, "systemd-userdbd.socket": {"name": "systemd-userdbd.socket", "load_state": "loaded", "active_state": "active", "sub_state": "running", "description": "User Database Manager Socket"}, "dev-zram0.swap": {"name": "dev-zram0.swap", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Compressed Swap on /dev/zram0"}, "basic.target": {"name": "basic.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Basic System"}, "cloud-config.target": {"name": "cloud-config.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Cloud-config availability"}, "cloud-init.target": {"name": "cloud-init.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Cloud-init target"}, "cryptsetup.target": {"name": "cryptsetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local Encrypted Volumes"}, "getty.target": {"name": "getty.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Login Prompts"}, "integritysetup.target": {"name": "integritysetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local Integrity Protected Volumes"}, "local-fs-pre.target": {"name": "local-fs-pre.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Preparation for Local File Systems"}, "local-fs.target": {"name": "local-fs.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local File Systems"}, "multi-user.target": {"name": "multi-user.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Multi-User System"}, "network-online.target": {"name": "network-online.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Network is Online"}, "network-pre.target": {"name": "network-pre.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Preparation for Network"}, "network.target": {"name": "network.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Network"}, "nfs-client.target": {"name": "nfs-client.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "NFS client services"}, "nss-lookup.target": {"name": "nss-lookup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Host and Network Name Lookups"}, "nss-user-lookup.target": {"name": "nss-user-lookup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "User and Group Name Lookups"}, "paths.target": {"name": "paths.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Path Units"}, "remote-cryptsetup.target": {"name": "remote-cryptsetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Remote Encrypted Volumes"}, "remote-fs-pre.target": {"name": "remote-fs-pre.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Preparation for Remote File Systems"}, "remote-fs.target": {"name": "remote-fs.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Remote File Systems"}, "rpc_pipefs.target": {"name": "rpc_pipefs.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "rpc_pipefs.target"}, "slices.target": {"name": "slices.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Slice Units"}, "sockets.target": {"name": "sockets.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Socket Units"}, "sound.target": {"name": "sound.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Sound Card"}, "sshd-keygen.target": {"name": "sshd-keygen.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "sshd-keygen.target"}, "swap.target": {"name": "swap.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Swaps"}, "sysinit.target": {"name": "sysinit.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "System Initialization"}, "timers.target": {"name": "timers.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Timer Units"}, "veritysetup.target": {"name": "veritysetup.target", "load_state": "loaded", "active_state": "active", "sub_state": "active", "description": "Local Verity Protected Volumes"}, "dnf-makecache.timer": {"name": "dnf-makecache.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "dnf makecache --timer"}, "fstrim.timer": {"name": "fstrim.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Discard unused filesystem blocks once a week"}, "raid-check.timer": {"name": "raid-check.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Weekly RAID setup health check"}, "systemd-tmpfiles-clean.timer": {"name": "systemd-tmpfiles-clean.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "Daily Cleanup of Temporary Directories"}, "unbound-anchor.timer": {"name": "unbound-anchor.timer", "load_state": "loaded", "active_state": "active", "sub_state": "waiting", "description": "daily update of the root trust anchor for DNSSEC"}}}, "invocation": {"module_args": {}}} # 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_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.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.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.45.179 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_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.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.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 2998 1726886861.94669: done with _execute_module (fedora.linux_system_roles.systemd_units, {'_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'fedora.linux_system_roles.systemd_units', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 2998 1726886861.94673: _low_level_execute_command(): starting 2998 1726886861.94675: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886861.4966629-3320-249204149271027/ > /dev/null 2>&1 && sleep 0' 2998 1726886861.95149: stderr chunk (state=2): >>>OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK <<< 2998 1726886861.95202: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 2998 1726886861.95206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 2998 1726886861.97008: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 2998 1726886861.97062: stderr chunk (state=3): >>><<< 2998 1726886861.97067: stdout chunk (state=3): >>><<< 2998 1726886861.97085: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.6p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.45.179 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.45.179 originally 10.31.45.179 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/777f784215' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 2998 1726886861.97091: handler run complete 2998 1726886861.97178: variable 'ansible_facts' from source: unknown 2998 1726886861.97262: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.97476: variable 'ansible_facts' from source: unknown 2998 1726886861.97542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886861.97642: attempt loop complete, returning result 2998 1726886861.97645: _execute() done 2998 1726886861.97648: dumping result to json 2998 1726886861.97678: done dumping result, returning 2998 1726886861.97686: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.systemd : Gather systemd units state [02812325-fa75-a4b8-3ecb-000000000023] 2998 1726886861.97691: sending task result for task 02812325-fa75-a4b8-3ecb-000000000023 2998 1726886861.99676: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000023 2998 1726886862.00275: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Audit Logging Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus-broker.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus-broker.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dev-zram0.swap": { "active_state": "active", "description": "Compressed Swap on /dev/zram0", "load_state": "loaded", "name": "dev-zram0.swap", "sub_state": "active" }, "dm-event.socket": { "active_state": "active", "description": "Device-mapper event daemon FIFOs", "load_state": "loaded", "name": "dm-event.socket", "sub_state": "listening" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "fstrim.timer": { "active_state": "active", "description": "Discard unused filesystem blocks once a week", "load_state": "loaded", "name": "fstrim.timer", "sub_state": "waiting" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "integritysetup.target": { "active_state": "active", "description": "Local Integrity Protected Volumes", "load_state": "loaded", "name": "integritysetup.target", "sub_state": "active" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create List of Static Device Nodes", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Preparation for Local File Systems", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "lvm2-lvmpolld.socket": { "active_state": "active", "description": "LVM2 poll daemon socket", "load_state": "loaded", "name": "lvm2-lvmpolld.socket", "sub_state": "listening" }, "lvm2-monitor.service": { "active_state": "active", "description": "Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling", "load_state": "loaded", "name": "lvm2-monitor.service", "sub_state": "exited" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Preparation for Network", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nss-lookup.target": { "active_state": "active", "description": "Host and Network Name Lookups", "load_state": "loaded", "name": "nss-lookup.target", "sub_state": "active" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Path Units", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "pcscd.socket": { "active_state": "active", "description": "PC/SC Smart Card Daemon Activation Socket", "load_state": "loaded", "name": "pcscd.socket", "sub_state": "listening" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "raid-check.timer": { "active_state": "active", "description": "Weekly RAID setup health check", "load_state": "loaded", "name": "raid-check.timer", "sub_state": "waiting" }, "remote-cryptsetup.target": { "active_state": "active", "description": "Remote Encrypted Volumes", "load_state": "loaded", "name": "remote-cryptsetup.target", "sub_state": "active" }, "remote-fs-pre.target": { "active_state": "active", "description": "Preparation for Remote File Systems", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "serial-getty@ttyS0.service": { "active_state": "active", "description": "Serial Getty on ttyS0", "load_state": "loaded", "name": "serial-getty@ttyS0.service", "sub_state": "running" }, "session-4.scope": { "active_state": "active", "description": "Session 4 of User root", "load_state": "loaded", "name": "session-4.scope", "sub_state": "running" }, "session-5.scope": { "active_state": "active", "description": "Session 5 of User root", "load_state": "loaded", "name": "session-5.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slice Units", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Socket Units", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sound.target": { "active_state": "active", "description": "Sound Card", "load_state": "loaded", "name": "sound.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swaps", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-pcspkr-sound-card0-controlC0.device": { "active_state": "active", "description": "/sys/devices/platform/pcspkr/sound/card0/controlC0", "load_state": "loaded", "name": "sys-devices-platform-pcspkr-sound-card0-controlC0.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda2.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda2", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda2.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-devices-virtual-block-zram0.device": { "active_state": "active", "description": "/sys/devices/virtual/block/zram0", "load_state": "loaded", "name": "sys-devices-virtual-block-zram0.device", "sub_state": "plugged" }, "sys-devices-virtual-misc-rfkill.device": { "active_state": "active", "description": "/sys/devices/virtual/misc/rfkill", "load_state": "loaded", "name": "sys-devices-virtual-misc-rfkill.device", "sub_state": "plugged" }, "sys-fs-fuse-connections.mount": { "active_state": "active", "description": "FUSE Control File System", "load_state": "loaded", "name": "sys-fs-fuse-connections.mount", "sub_state": "mounted" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "Kernel Trace File System", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-module-fuse.device": { "active_state": "active", "description": "/sys/module/fuse", "load_state": "loaded", "name": "sys-module-fuse.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "Slice /system/getty", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-modprobe.slice": { "active_state": "active", "description": "Slice /system/modprobe", "load_state": "loaded", "name": "system-modprobe.slice", "sub_state": "active" }, "system-serial\\x2dgetty.slice": { "active_state": "active", "description": "Slice /system/serial-getty", "load_state": "loaded", "name": "system-serial\\x2dgetty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "Slice /system/sshd-keygen", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system-systemd\\x2dzram\\x2dsetup.slice": { "active_state": "active", "description": "Slice /system/systemd-zram-setup", "load_state": "loaded", "name": "system-systemd\\x2dzram\\x2dsetup.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-fsck-root.service": { "active_state": "active", "description": "File System Check on Root Device", "load_state": "loaded", "name": "systemd-fsck-root.service", "sub_state": "exited" }, "systemd-homed-activate.service": { "active_state": "active", "description": "Home Area Activation", "load_state": "loaded", "name": "systemd-homed-activate.service", "sub_state": "exited" }, "systemd-homed.service": { "active_state": "active", "description": "Home Area Manager", "load_state": "loaded", "name": "systemd-homed.service", "sub_state": "running" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-audit.socket": { "active_state": "active", "description": "Journal Audit Socket", "load_state": "loaded", "name": "systemd-journald-audit.socket", "sub_state": "running" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "User Login Management", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-modules-load.service": { "active_state": "active", "description": "Load Kernel Modules", "load_state": "loaded", "name": "systemd-modules-load.service", "sub_state": "exited" }, "systemd-network-generator.service": { "active_state": "active", "description": "Generate network units from Kernel command line", "load_state": "loaded", "name": "systemd-network-generator.service", "sub_state": "exited" }, "systemd-oomd.service": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer", "load_state": "loaded", "name": "systemd-oomd.service", "sub_state": "running" }, "systemd-oomd.socket": { "active_state": "active", "description": "Userspace Out-Of-Memory (OOM) Killer Socket", "load_state": "loaded", "name": "systemd-oomd.socket", "sub_state": "running" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save OS Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-resolved.service": { "active_state": "active", "description": "Network Name Resolution", "load_state": "loaded", "name": "systemd-resolved.service", "sub_state": "running" }, "systemd-rfkill.socket": { "active_state": "active", "description": "Load/Save RF Kill Switch Status /dev/rfkill Watch", "load_state": "loaded", "name": "systemd-rfkill.socket", "sub_state": "listening" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-sysext.socket": { "active_state": "active", "description": "System Extension Image Management (Varlink)", "load_state": "loaded", "name": "systemd-sysext.socket", "sub_state": "listening" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev-early.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev gracefully", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev-early.service", "sub_state": "exited" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create System Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "Coldplug All udev Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "Rule-based Manager for Device Events and Files", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Record System Boot/Shutdown in UTMP", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "systemd-userdbd.service": { "active_state": "active", "description": "User Database Manager", "load_state": "loaded", "name": "systemd-userdbd.service", "sub_state": "running" }, "systemd-userdbd.socket": { "active_state": "active", "description": "User Database Manager Socket", "load_state": "loaded", "name": "systemd-userdbd.socket", "sub_state": "running" }, "systemd-vconsole-setup.service": { "active_state": "active", "description": "Virtual Console Setup", "load_state": "loaded", "name": "systemd-vconsole-setup.service", "sub_state": "exited" }, "systemd-zram-setup@zram0.service": { "active_state": "active", "description": "Create swap on /dev/zram0", "load_state": "loaded", "name": "systemd-zram-setup@zram0.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timer Units", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tmp.mount": { "active_state": "active", "description": "Temporary Directory /tmp", "load_state": "loaded", "name": "tmp.mount", "sub_state": "mounted" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User Runtime Directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" }, "veritysetup.target": { "active_state": "active", "description": "Local Verity Protected Volumes", "load_state": "loaded", "name": "veritysetup.target", "sub_state": "active" } } }, "changed": false } 2998 1726886862.00794: no more pending results, returning what we have 2998 1726886862.00797: results queue empty 2998 1726886862.00798: checking for any_errors_fatal 2998 1726886862.00802: done checking for any_errors_fatal 2998 1726886862.00803: checking for max_fail_percentage 2998 1726886862.00805: done checking for max_fail_percentage 2998 1726886862.00805: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.00806: done checking to see if all hosts have failed 2998 1726886862.00807: getting the remaining hosts for this loop 2998 1726886862.00808: done getting the remaining hosts for this loop 2998 1726886862.00817: getting the next task for host managed_node3 2998 1726886862.00823: done getting next task for host managed_node3 2998 1726886862.00825: ^ task is: TASK: meta (role_complete) 2998 1726886862.00827: ^ state is: HOST STATE: block=7, 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 2998 1726886862.00839: getting variables 2998 1726886862.00841: in VariableManager get_vars() 2998 1726886862.00872: Calling all_inventory to load vars for managed_node3 2998 1726886862.00875: Calling groups_inventory to load vars for managed_node3 2998 1726886862.00877: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.00887: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.00890: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.00893: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.01370: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.01800: done with get_vars() 2998 1726886862.01812: done getting variables 2998 1726886862.01897: done queuing things up, now waiting for results queue to drain 2998 1726886862.01903: results queue empty 2998 1726886862.01904: checking for any_errors_fatal 2998 1726886862.01910: done checking for any_errors_fatal 2998 1726886862.01911: checking for max_fail_percentage 2998 1726886862.01912: done checking for max_fail_percentage 2998 1726886862.01912: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.01913: done checking to see if all hosts have failed 2998 1726886862.01914: getting the remaining hosts for this loop 2998 1726886862.01915: done getting the remaining hosts for this loop 2998 1726886862.01918: getting the next task for host managed_node3 2998 1726886862.01921: done getting next task for host managed_node3 2998 1726886862.01923: ^ task is: TASK: Print units facts 2998 1726886862.01925: ^ state is: HOST STATE: block=8, 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 2998 1726886862.01927: getting variables 2998 1726886862.01928: in VariableManager get_vars() 2998 1726886862.01942: Calling all_inventory to load vars for managed_node3 2998 1726886862.01945: Calling groups_inventory to load vars for managed_node3 2998 1726886862.01947: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.01952: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.01954: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.01958: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.02274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.02700: done with get_vars() 2998 1726886862.02708: done getting variables 2998 1726886862.02757: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Print units facts] ******************************************************* task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:10 Friday 20 September 2024 22:47:42 -0400 (0:00:00.575) 0:00:19.661 ****** 2998 1726886862.02786: entering _queue_task() for managed_node3/debug 2998 1726886862.03068: worker is 1 (out of 1 available) 2998 1726886862.03245: exiting _queue_task() for managed_node3/debug 2998 1726886862.03257: done queuing things up, now waiting for results queue to drain 2998 1726886862.03261: waiting for pending results... 2998 1726886862.03385: running TaskExecutor() for managed_node3/TASK: Print units facts 2998 1726886862.03487: in run() - task 02812325-fa75-a4b8-3ecb-000000000025 2998 1726886862.03582: variable 'ansible_search_path' from source: unknown 2998 1726886862.03595: calling self._execute() 2998 1726886862.03655: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886862.03659: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886862.03669: variable 'omit' from source: magic vars 2998 1726886862.03754: variable 'omit' from source: magic vars 2998 1726886862.03783: variable 'omit' from source: magic vars 2998 1726886862.03814: variable 'systemd_units' from source: set_fact 2998 1726886862.04050: variable 'systemd_units' from source: set_fact 2998 1726886862.05893: variable 'omit' from source: magic vars 2998 1726886862.06143: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886862.06148: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886862.06150: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886862.06153: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886862.06156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886862.06160: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886862.06163: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886862.06165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886862.06192: Set connection var ansible_pipelining to False 2998 1726886862.06206: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886862.06220: Set connection var ansible_connection to ssh 2998 1726886862.06232: Set connection var ansible_timeout to 10 2998 1726886862.06243: Set connection var ansible_shell_type to sh 2998 1726886862.06257: Set connection var ansible_shell_executable to /bin/sh 2998 1726886862.06288: variable 'ansible_shell_executable' from source: unknown 2998 1726886862.06297: variable 'ansible_connection' from source: unknown 2998 1726886862.06304: variable 'ansible_module_compression' from source: unknown 2998 1726886862.06312: variable 'ansible_shell_type' from source: unknown 2998 1726886862.06319: variable 'ansible_shell_executable' from source: unknown 2998 1726886862.06326: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886862.06333: variable 'ansible_pipelining' from source: unknown 2998 1726886862.06343: variable 'ansible_timeout' from source: unknown 2998 1726886862.06352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886862.06518: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 2998 1726886862.06522: variable 'omit' from source: magic vars 2998 1726886862.06560: starting attempt loop 2998 1726886862.06563: running the handler 2998 1726886862.07068: handler run complete 2998 1726886862.07184: attempt loop complete, returning result 2998 1726886862.07188: _execute() done 2998 1726886862.07191: dumping result to json 2998 1726886862.07217: done dumping result, returning 2998 1726886862.07224: done running TaskExecutor() for managed_node3/TASK: Print units facts [02812325-fa75-a4b8-3ecb-000000000025] 2998 1726886862.07229: sending task result for task 02812325-fa75-a4b8-3ecb-000000000025 2998 1726886862.08005: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000025 2998 1726886862.08008: WORKER PROCESS EXITING ok: [managed_node3] => {} MSG: {'ansible_facts': {'systemd_units': {'proc-sys-fs-binfmt_misc.automount': {'name': 'proc-sys-fs-binfmt_misc.automount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Arbitrary Executable File Formats File System Automount Point'}, 'sys-devices-platform-pcspkr-sound-card0-controlC0.device': {'name': 'sys-devices-platform-pcspkr-sound-card0-controlC0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/pcspkr/sound/card0/controlC0'}, 'sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device': {'name': 'sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1'}, 'sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device': {'name': 'sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2'}, 'sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device': {'name': 'sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3'}, 'sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device': {'name': 'sys-devices-pnp0-00:06-00:06:0-00:06:0.0-tty-ttyS0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/pnp0/00:06/00:06:0/00:06:0.0/tty/ttyS0'}, 'sys-devices-vbd\\x2d768-block-xvda-xvda1.device': {'name': 'sys-devices-vbd\\x2d768-block-xvda-xvda1.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vbd-768/block/xvda/xvda1'}, 'sys-devices-vbd\\x2d768-block-xvda-xvda2.device': {'name': 'sys-devices-vbd\\x2d768-block-xvda-xvda2.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vbd-768/block/xvda/xvda2'}, 'sys-devices-vbd\\x2d768-block-xvda.device': {'name': 'sys-devices-vbd\\x2d768-block-xvda.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vbd-768/block/xvda'}, 'sys-devices-vif\\x2d0-net-eth0.device': {'name': 'sys-devices-vif\\x2d0-net-eth0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/vif-0/net/eth0'}, 'sys-devices-virtual-block-zram0.device': {'name': 'sys-devices-virtual-block-zram0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/virtual/block/zram0'}, 'sys-devices-virtual-misc-rfkill.device': {'name': 'sys-devices-virtual-misc-rfkill.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/devices/virtual/misc/rfkill'}, 'sys-module-configfs.device': {'name': 'sys-module-configfs.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/module/configfs'}, 'sys-module-fuse.device': {'name': 'sys-module-fuse.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/module/fuse'}, 'sys-subsystem-net-devices-eth0.device': {'name': 'sys-subsystem-net-devices-eth0.device', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'plugged', 'description': '/sys/subsystem/net/devices/eth0'}, '-.mount': {'name': '-.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Root Mount'}, 'dev-hugepages.mount': {'name': 'dev-hugepages.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Huge Pages File System'}, 'dev-mqueue.mount': {'name': 'dev-mqueue.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'POSIX Message Queue File System'}, 'run-user-0.mount': {'name': 'run-user-0.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': '/run/user/0'}, 'sys-fs-fuse-connections.mount': {'name': 'sys-fs-fuse-connections.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'FUSE Control File System'}, 'sys-kernel-config.mount': {'name': 'sys-kernel-config.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Kernel Configuration File System'}, 'sys-kernel-debug.mount': {'name': 'sys-kernel-debug.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Kernel Debug File System'}, 'sys-kernel-tracing.mount': {'name': 'sys-kernel-tracing.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Kernel Trace File System'}, 'tmp.mount': {'name': 'tmp.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'Temporary Directory /tmp'}, 'var-lib-nfs-rpc_pipefs.mount': {'name': 'var-lib-nfs-rpc_pipefs.mount', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'mounted', 'description': 'RPC Pipe File System'}, 'systemd-ask-password-plymouth.path': {'name': 'systemd-ask-password-plymouth.path', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Forward Password Requests to Plymouth Directory Watch'}, 'systemd-ask-password-wall.path': {'name': 'systemd-ask-password-wall.path', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Forward Password Requests to Wall Directory Watch'}, 'init.scope': {'name': 'init.scope', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'System and Service Manager'}, 'session-4.scope': {'name': 'session-4.scope', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Session 4 of User root'}, 'session-5.scope': {'name': 'session-5.scope', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Session 5 of User root'}, 'auditd.service': {'name': 'auditd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Security Audit Logging Service'}, 'chronyd.service': {'name': 'chronyd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'NTP client/server'}, 'cloud-config.service': {'name': 'cloud-config.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Apply the settings specified in cloud-config'}, 'cloud-final.service': {'name': 'cloud-final.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Execute cloud user/final scripts'}, 'cloud-init-local.service': {'name': 'cloud-init-local.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Initial cloud-init job (pre-networking)'}, 'cloud-init.service': {'name': 'cloud-init.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Initial cloud-init job (metadata service crawler)'}, 'dbus-broker.service': {'name': 'dbus-broker.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'D-Bus System Message Bus'}, 'dracut-shutdown.service': {'name': 'dracut-shutdown.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Restore /run/initramfs on shutdown'}, 'getty@tty1.service': {'name': 'getty@tty1.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Getty on tty1'}, 'gssproxy.service': {'name': 'gssproxy.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'GSSAPI Proxy Daemon'}, 'kmod-static-nodes.service': {'name': 'kmod-static-nodes.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create List of Static Device Nodes'}, 'lvm2-monitor.service': {'name': 'lvm2-monitor.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling'}, 'NetworkManager-wait-online.service': {'name': 'NetworkManager-wait-online.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Network Manager Wait Online'}, 'NetworkManager.service': {'name': 'NetworkManager.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Network Manager'}, 'plymouth-quit-wait.service': {'name': 'plymouth-quit-wait.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Hold until boot process finishes up'}, 'plymouth-quit.service': {'name': 'plymouth-quit.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Terminate Plymouth Boot Screen'}, 'plymouth-read-write.service': {'name': 'plymouth-read-write.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Tell Plymouth To Write Out Runtime Data'}, 'plymouth-start.service': {'name': 'plymouth-start.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Show Plymouth Boot Screen'}, 'restraintd.service': {'name': 'restraintd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'The restraint harness.'}, 'rngd.service': {'name': 'rngd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Hardware RNG Entropy Gatherer Daemon'}, 'rpc-statd-notify.service': {'name': 'rpc-statd-notify.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Notify NFS peers of a restart'}, 'serial-getty@ttyS0.service': {'name': 'serial-getty@ttyS0.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Serial Getty on ttyS0'}, 'sshd.service': {'name': 'sshd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'OpenSSH server daemon'}, 'systemd-fsck-root.service': {'name': 'systemd-fsck-root.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'File System Check on Root Device'}, 'systemd-homed-activate.service': {'name': 'systemd-homed-activate.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Home Area Activation'}, 'systemd-homed.service': {'name': 'systemd-homed.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Home Area Manager'}, 'systemd-journal-flush.service': {'name': 'systemd-journal-flush.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Flush Journal to Persistent Storage'}, 'systemd-journald.service': {'name': 'systemd-journald.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Service'}, 'systemd-logind.service': {'name': 'systemd-logind.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'User Login Management'}, 'systemd-machine-id-commit.service': {'name': 'systemd-machine-id-commit.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Commit a transient machine-id on disk'}, 'systemd-modules-load.service': {'name': 'systemd-modules-load.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Load Kernel Modules'}, 'systemd-network-generator.service': {'name': 'systemd-network-generator.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Generate network units from Kernel command line'}, 'systemd-oomd.service': {'name': 'systemd-oomd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Userspace Out-Of-Memory (OOM) Killer'}, 'systemd-random-seed.service': {'name': 'systemd-random-seed.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Load/Save OS Random Seed'}, 'systemd-remount-fs.service': {'name': 'systemd-remount-fs.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Remount Root and Kernel File Systems'}, 'systemd-resolved.service': {'name': 'systemd-resolved.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Network Name Resolution'}, 'systemd-sysctl.service': {'name': 'systemd-sysctl.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Apply Kernel Variables'}, 'systemd-tmpfiles-setup-dev-early.service': {'name': 'systemd-tmpfiles-setup-dev-early.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create Static Device Nodes in /dev gracefully'}, 'systemd-tmpfiles-setup-dev.service': {'name': 'systemd-tmpfiles-setup-dev.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create Static Device Nodes in /dev'}, 'systemd-tmpfiles-setup.service': {'name': 'systemd-tmpfiles-setup.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create System Files and Directories'}, 'systemd-udev-trigger.service': {'name': 'systemd-udev-trigger.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Coldplug All udev Devices'}, 'systemd-udevd.service': {'name': 'systemd-udevd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Rule-based Manager for Device Events and Files'}, 'systemd-update-utmp.service': {'name': 'systemd-update-utmp.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Record System Boot/Shutdown in UTMP'}, 'systemd-user-sessions.service': {'name': 'systemd-user-sessions.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Permit User Sessions'}, 'systemd-userdbd.service': {'name': 'systemd-userdbd.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'User Database Manager'}, 'systemd-vconsole-setup.service': {'name': 'systemd-vconsole-setup.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Virtual Console Setup'}, 'systemd-zram-setup@zram0.service': {'name': 'systemd-zram-setup@zram0.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'Create swap on /dev/zram0'}, 'user-runtime-dir@0.service': {'name': 'user-runtime-dir@0.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'exited', 'description': 'User Runtime Directory /run/user/0'}, 'user@0.service': {'name': 'user@0.service', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'User Manager for UID 0'}, '-.slice': {'name': '-.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Root Slice'}, 'system-getty.slice': {'name': 'system-getty.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slice /system/getty'}, 'system-modprobe.slice': {'name': 'system-modprobe.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slice /system/modprobe'}, 'system-serial\\x2dgetty.slice': {'name': 'system-serial\\x2dgetty.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slice /system/serial-getty'}, 'system-sshd\\x2dkeygen.slice': {'name': 'system-sshd\\x2dkeygen.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slice /system/sshd-keygen'}, 'system-systemd\\x2dzram\\x2dsetup.slice': {'name': 'system-systemd\\x2dzram\\x2dsetup.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slice /system/systemd-zram-setup'}, 'system.slice': {'name': 'system.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'System Slice'}, 'user-0.slice': {'name': 'user-0.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'User Slice of UID 0'}, 'user.slice': {'name': 'user.slice', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'User and Session Slice'}, 'dbus.socket': {'name': 'dbus.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'D-Bus System Message Bus Socket'}, 'dm-event.socket': {'name': 'dm-event.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'Device-mapper event daemon FIFOs'}, 'lvm2-lvmpolld.socket': {'name': 'lvm2-lvmpolld.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'LVM2 poll daemon socket'}, 'pcscd.socket': {'name': 'pcscd.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'PC/SC Smart Card Daemon Activation Socket'}, 'sssd-kcm.socket': {'name': 'sssd-kcm.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'SSSD Kerberos Cache Manager responder socket'}, 'systemd-coredump.socket': {'name': 'systemd-coredump.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'Process Core Dump Socket'}, 'systemd-initctl.socket': {'name': 'systemd-initctl.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'initctl Compatibility Named Pipe'}, 'systemd-journald-audit.socket': {'name': 'systemd-journald-audit.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Audit Socket'}, 'systemd-journald-dev-log.socket': {'name': 'systemd-journald-dev-log.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Socket (/dev/log)'}, 'systemd-journald.socket': {'name': 'systemd-journald.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Journal Socket'}, 'systemd-oomd.socket': {'name': 'systemd-oomd.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'Userspace Out-Of-Memory (OOM) Killer Socket'}, 'systemd-rfkill.socket': {'name': 'systemd-rfkill.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'Load/Save RF Kill Switch Status /dev/rfkill Watch'}, 'systemd-sysext.socket': {'name': 'systemd-sysext.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'listening', 'description': 'System Extension Image Management (Varlink)'}, 'systemd-udevd-control.socket': {'name': 'systemd-udevd-control.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'udev Control Socket'}, 'systemd-udevd-kernel.socket': {'name': 'systemd-udevd-kernel.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'udev Kernel Socket'}, 'systemd-userdbd.socket': {'name': 'systemd-userdbd.socket', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'running', 'description': 'User Database Manager Socket'}, 'dev-zram0.swap': {'name': 'dev-zram0.swap', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Compressed Swap on /dev/zram0'}, 'basic.target': {'name': 'basic.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Basic System'}, 'cloud-config.target': {'name': 'cloud-config.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Cloud-config availability'}, 'cloud-init.target': {'name': 'cloud-init.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Cloud-init target'}, 'cryptsetup.target': {'name': 'cryptsetup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local Encrypted Volumes'}, 'getty.target': {'name': 'getty.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Login Prompts'}, 'integritysetup.target': {'name': 'integritysetup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local Integrity Protected Volumes'}, 'local-fs-pre.target': {'name': 'local-fs-pre.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Preparation for Local File Systems'}, 'local-fs.target': {'name': 'local-fs.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local File Systems'}, 'multi-user.target': {'name': 'multi-user.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Multi-User System'}, 'network-online.target': {'name': 'network-online.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Network is Online'}, 'network-pre.target': {'name': 'network-pre.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Preparation for Network'}, 'network.target': {'name': 'network.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Network'}, 'nfs-client.target': {'name': 'nfs-client.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'NFS client services'}, 'nss-lookup.target': {'name': 'nss-lookup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Host and Network Name Lookups'}, 'nss-user-lookup.target': {'name': 'nss-user-lookup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'User and Group Name Lookups'}, 'paths.target': {'name': 'paths.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Path Units'}, 'remote-cryptsetup.target': {'name': 'remote-cryptsetup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Remote Encrypted Volumes'}, 'remote-fs-pre.target': {'name': 'remote-fs-pre.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Preparation for Remote File Systems'}, 'remote-fs.target': {'name': 'remote-fs.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Remote File Systems'}, 'rpc_pipefs.target': {'name': 'rpc_pipefs.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'rpc_pipefs.target'}, 'slices.target': {'name': 'slices.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Slice Units'}, 'sockets.target': {'name': 'sockets.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Socket Units'}, 'sound.target': {'name': 'sound.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Sound Card'}, 'sshd-keygen.target': {'name': 'sshd-keygen.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'sshd-keygen.target'}, 'swap.target': {'name': 'swap.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Swaps'}, 'sysinit.target': {'name': 'sysinit.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'System Initialization'}, 'timers.target': {'name': 'timers.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Timer Units'}, 'veritysetup.target': {'name': 'veritysetup.target', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'active', 'description': 'Local Verity Protected Volumes'}, 'dnf-makecache.timer': {'name': 'dnf-makecache.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'dnf makecache --timer'}, 'fstrim.timer': {'name': 'fstrim.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Discard unused filesystem blocks once a week'}, 'raid-check.timer': {'name': 'raid-check.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Weekly RAID setup health check'}, 'systemd-tmpfiles-clean.timer': {'name': 'systemd-tmpfiles-clean.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'Daily Cleanup of Temporary Directories'}, 'unbound-anchor.timer': {'name': 'unbound-anchor.timer', 'load_state': 'loaded', 'active_state': 'active', 'sub_state': 'waiting', 'description': 'daily update of the root trust anchor for DNSSEC'}}}, 'failed': False, 'changed': False} 2998 1726886862.08366: no more pending results, returning what we have 2998 1726886862.08369: results queue empty 2998 1726886862.08371: checking for any_errors_fatal 2998 1726886862.08372: done checking for any_errors_fatal 2998 1726886862.08373: checking for max_fail_percentage 2998 1726886862.08375: done checking for max_fail_percentage 2998 1726886862.08375: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.08376: done checking to see if all hosts have failed 2998 1726886862.08377: getting the remaining hosts for this loop 2998 1726886862.08378: done getting the remaining hosts for this loop 2998 1726886862.08382: getting the next task for host managed_node3 2998 1726886862.08388: done getting next task for host managed_node3 2998 1726886862.08390: ^ task is: TASK: Check that unit state object has required fields 2998 1726886862.08391: ^ state is: HOST STATE: block=8, 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 2998 1726886862.08393: getting variables 2998 1726886862.08394: in VariableManager get_vars() 2998 1726886862.08415: Calling all_inventory to load vars for managed_node3 2998 1726886862.08417: Calling groups_inventory to load vars for managed_node3 2998 1726886862.08419: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.08426: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.08427: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.08429: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.08780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.09211: done with get_vars() 2998 1726886862.09222: done getting variables 2998 1726886862.09324: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Check that unit state object has required fields] ************************ task path: /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:14 Friday 20 September 2024 22:47:42 -0400 (0:00:00.065) 0:00:19.727 ****** 2998 1726886862.09353: entering _queue_task() for managed_node3/assert 2998 1726886862.09355: Creating lock for assert 2998 1726886862.09605: worker is 1 (out of 1 available) 2998 1726886862.09617: exiting _queue_task() for managed_node3/assert 2998 1726886862.09630: done queuing things up, now waiting for results queue to drain 2998 1726886862.09631: waiting for pending results... 2998 1726886862.10028: running TaskExecutor() for managed_node3/TASK: Check that unit state object has required fields 2998 1726886862.10040: in run() - task 02812325-fa75-a4b8-3ecb-000000000026 2998 1726886862.10044: variable 'ansible_search_path' from source: unknown 2998 1726886862.10073: calling self._execute() 2998 1726886862.10152: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886862.10157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886862.10172: variable 'omit' from source: magic vars 2998 1726886862.10257: variable 'omit' from source: magic vars 2998 1726886862.10283: variable 'omit' from source: magic vars 2998 1726886862.10311: variable 'omit' from source: magic vars 2998 1726886862.10347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 2998 1726886862.10378: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 2998 1726886862.10400: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 2998 1726886862.10412: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886862.10421: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 2998 1726886862.10447: variable 'inventory_hostname' from source: host vars for 'managed_node3' 2998 1726886862.10451: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886862.10454: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886862.10526: Set connection var ansible_pipelining to False 2998 1726886862.10532: Set connection var ansible_module_compression to ZIP_DEFLATED 2998 1726886862.10541: Set connection var ansible_connection to ssh 2998 1726886862.10547: Set connection var ansible_timeout to 10 2998 1726886862.10549: Set connection var ansible_shell_type to sh 2998 1726886862.10556: Set connection var ansible_shell_executable to /bin/sh 2998 1726886862.10641: variable 'ansible_shell_executable' from source: unknown 2998 1726886862.10644: variable 'ansible_connection' from source: unknown 2998 1726886862.10647: variable 'ansible_module_compression' from source: unknown 2998 1726886862.10649: variable 'ansible_shell_type' from source: unknown 2998 1726886862.10651: variable 'ansible_shell_executable' from source: unknown 2998 1726886862.10653: variable 'ansible_host' from source: host vars for 'managed_node3' 2998 1726886862.10655: variable 'ansible_pipelining' from source: unknown 2998 1726886862.10657: variable 'ansible_timeout' from source: unknown 2998 1726886862.10662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 2998 1726886862.10776: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 2998 1726886862.10793: variable 'omit' from source: magic vars 2998 1726886862.10803: starting attempt loop 2998 1726886862.10811: running the handler 2998 1726886862.11279: variable 'ansible_facts' from source: unknown 2998 1726886862.11472: Evaluated conditional (ansible_facts["systemd_units"] ["sshd.service"] ["name"] == "sshd.service"): True 2998 1726886862.11844: variable 'ansible_facts' from source: unknown 2998 1726886862.11848: Evaluated conditional (ansible_facts["systemd_units"] ["sshd.service"] ["active_state"] == "active"): True 2998 1726886862.12001: variable 'ansible_facts' from source: unknown 2998 1726886862.12140: Evaluated conditional (ansible_facts["systemd_units"] ["sshd.service"] ["sub_state"] == "running"): True 2998 1726886862.12327: variable 'ansible_facts' from source: unknown 2998 1726886862.12469: Evaluated conditional (ansible_facts["systemd_units"] ["sshd.service"] ["load_state"] == "loaded"): True 2998 1726886862.12675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 2998 1726886862.14871: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 2998 1726886862.14942: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 2998 1726886862.14988: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 2998 1726886862.15031: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 2998 1726886862.15070: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 2998 1726886862.15148: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 2998 1726886862.15382: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 2998 1726886862.15415: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 2998 1726886862.15479: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 2998 1726886862.15500: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 2998 1726886862.15628: variable 'ansible_facts' from source: unknown 2998 1726886862.15785: Evaluated conditional (ansible_facts["systemd_units"] ["sshd.service"] ["description"] | length > 0): True 2998 1726886862.15798: handler run complete 2998 1726886862.15819: attempt loop complete, returning result 2998 1726886862.15826: _execute() done 2998 1726886862.15834: dumping result to json 2998 1726886862.15844: done dumping result, returning 2998 1726886862.15857: done running TaskExecutor() for managed_node3/TASK: Check that unit state object has required fields [02812325-fa75-a4b8-3ecb-000000000026] 2998 1726886862.15870: sending task result for task 02812325-fa75-a4b8-3ecb-000000000026 ok: [managed_node3] => { "changed": false } MSG: All assertions passed 2998 1726886862.16143: no more pending results, returning what we have 2998 1726886862.16148: results queue empty 2998 1726886862.16149: checking for any_errors_fatal 2998 1726886862.16237: done checking for any_errors_fatal 2998 1726886862.16239: checking for max_fail_percentage 2998 1726886862.16241: done checking for max_fail_percentage 2998 1726886862.16242: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.16244: done checking to see if all hosts have failed 2998 1726886862.16245: getting the remaining hosts for this loop 2998 1726886862.16247: done getting the remaining hosts for this loop 2998 1726886862.16252: getting the next task for host managed_node3 2998 1726886862.16262: done getting next task for host managed_node3 2998 1726886862.16265: ^ task is: TASK: meta (flush_handlers) 2998 1726886862.16267: ^ state is: HOST STATE: block=9, 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 2998 1726886862.16278: getting variables 2998 1726886862.16280: in VariableManager get_vars() 2998 1726886862.16323: Calling all_inventory to load vars for managed_node3 2998 1726886862.16327: Calling groups_inventory to load vars for managed_node3 2998 1726886862.16329: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.16539: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.16544: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.16550: done sending task result for task 02812325-fa75-a4b8-3ecb-000000000026 2998 1726886862.16553: WORKER PROCESS EXITING 2998 1726886862.16560: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.16951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.17407: done with get_vars() 2998 1726886862.17419: done getting variables 2998 1726886862.17499: in VariableManager get_vars() 2998 1726886862.17511: Calling all_inventory to load vars for managed_node3 2998 1726886862.17513: Calling groups_inventory to load vars for managed_node3 2998 1726886862.17515: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.17520: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.17522: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.17525: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.18025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.18802: done with get_vars() 2998 1726886862.18819: done queuing things up, now waiting for results queue to drain 2998 1726886862.18821: results queue empty 2998 1726886862.18822: checking for any_errors_fatal 2998 1726886862.18825: done checking for any_errors_fatal 2998 1726886862.18826: checking for max_fail_percentage 2998 1726886862.18827: done checking for max_fail_percentage 2998 1726886862.18827: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.18828: done checking to see if all hosts have failed 2998 1726886862.18829: getting the remaining hosts for this loop 2998 1726886862.18830: done getting the remaining hosts for this loop 2998 1726886862.18832: getting the next task for host managed_node3 2998 1726886862.18839: done getting next task for host managed_node3 2998 1726886862.18841: ^ task is: TASK: meta (flush_handlers) 2998 1726886862.18843: ^ state is: HOST STATE: block=10, 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 2998 1726886862.18845: getting variables 2998 1726886862.18846: in VariableManager get_vars() 2998 1726886862.18860: Calling all_inventory to load vars for managed_node3 2998 1726886862.18862: Calling groups_inventory to load vars for managed_node3 2998 1726886862.18864: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.18869: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.18871: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.18874: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.19209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.19628: done with get_vars() 2998 1726886862.19641: done getting variables 2998 1726886862.19700: in VariableManager get_vars() 2998 1726886862.19713: Calling all_inventory to load vars for managed_node3 2998 1726886862.19716: Calling groups_inventory to load vars for managed_node3 2998 1726886862.19718: Calling all_plugins_inventory to load vars for managed_node3 2998 1726886862.19723: Calling all_plugins_play to load vars for managed_node3 2998 1726886862.19725: Calling groups_plugins_inventory to load vars for managed_node3 2998 1726886862.19729: Calling groups_plugins_play to load vars for managed_node3 2998 1726886862.20118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 2998 1726886862.20531: done with get_vars() 2998 1726886862.20547: done queuing things up, now waiting for results queue to drain 2998 1726886862.20549: results queue empty 2998 1726886862.20550: checking for any_errors_fatal 2998 1726886862.20551: done checking for any_errors_fatal 2998 1726886862.20552: checking for max_fail_percentage 2998 1726886862.20553: done checking for max_fail_percentage 2998 1726886862.20554: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.20555: done checking to see if all hosts have failed 2998 1726886862.20555: getting the remaining hosts for this loop 2998 1726886862.20556: done getting the remaining hosts for this loop 2998 1726886862.20562: getting the next task for host managed_node3 2998 1726886862.20566: done getting next task for host managed_node3 2998 1726886862.20567: ^ task is: None 2998 1726886862.20568: ^ state is: HOST STATE: block=11, 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 2998 1726886862.20569: done queuing things up, now waiting for results queue to drain 2998 1726886862.20570: results queue empty 2998 1726886862.20571: checking for any_errors_fatal 2998 1726886862.20572: done checking for any_errors_fatal 2998 1726886862.20572: checking for max_fail_percentage 2998 1726886862.20573: done checking for max_fail_percentage 2998 1726886862.20574: checking to see if all hosts have failed and the running result is not ok 2998 1726886862.20575: done checking to see if all hosts have failed 2998 1726886862.20577: getting the next task for host managed_node3 2998 1726886862.20579: done getting next task for host managed_node3 2998 1726886862.20580: ^ task is: None 2998 1726886862.20581: ^ state is: HOST STATE: block=11, 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_node3 : ok=9 changed=0 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Friday 20 September 2024 22:47:42 -0400 (0:00:00.113) 0:00:19.840 ****** =============================================================================== fedora.linux_system_roles.systemd : Ensure required packages are installed -- 14.44s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Gathering Facts --------------------------------------------------------- 3.33s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:3 fedora.linux_system_roles.systemd : Gather systemd units state ---------- 0.58s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:157 fedora.linux_system_roles.systemd : Check if system is ostree ----------- 0.47s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin --- 0.38s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 Check that unit state object has required fields ------------------------ 0.11s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:14 Print units facts ------------------------------------------------------- 0.07s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_facts.yml:10 fedora.linux_system_roles.systemd : Fail if reboot is needed and not set --- 0.05s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:49 fedora.linux_system_roles.systemd : Reboot transactional update systems --- 0.05s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:44 fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes --- 0.05s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:39 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 0.03s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:101 fedora.linux_system_roles.systemd : Set flag if transactional-update exists --- 0.03s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:23 fedora.linux_system_roles.systemd : Set flag to indicate system is ostree --- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:11 fedora.linux_system_roles.systemd : Ensure required units are enabled --- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:133 fedora.linux_system_roles.systemd : Ensure required units are stopped --- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:115 fedora.linux_system_roles.systemd : Deploy unit files ------------------- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:56 fedora.linux_system_roles.systemd : Create drop-in directories ---------- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 fedora.linux_system_roles.systemd : Ensure required units are disabled --- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:139 fedora.linux_system_roles.systemd : Deploy systemd drop in config ------- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:89 fedora.linux_system_roles.systemd : Ensure required units are reloaded --- 0.02s /tmp/collections-X0Y/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:127 2998 1726886862.20684: RUNNING CLEANUP