[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. 8186 1726791683.45082: starting run ansible-playbook [core 2.16.11] 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-9XQ executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 8186 1726791683.45359: Added group all to inventory 8186 1726791683.45360: Added group ungrouped to inventory 8186 1726791683.45363: Group all now contains ungrouped 8186 1726791683.45365: Examining possible inventory source: /tmp/kernel_settings-UIu/inventory.yml 8186 1726791683.53780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 8186 1726791683.53822: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 8186 1726791683.53839: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 8186 1726791683.53879: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 8186 1726791683.53928: Loaded config def from plugin (inventory/script) 8186 1726791683.53929: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 8186 1726791683.53956: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 8186 1726791683.54014: Loaded config def from plugin (inventory/yaml) 8186 1726791683.54016: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 8186 1726791683.54075: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 8186 1726791683.54344: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 8186 1726791683.54346: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 8186 1726791683.54348: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 8186 1726791683.54353: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 8186 1726791683.54356: Loading data from /tmp/kernel_settings-UIu/inventory.yml 8186 1726791683.54399: /tmp/kernel_settings-UIu/inventory.yml was not parsable by auto 8186 1726791683.54443: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 8186 1726791683.54470: Loading data from /tmp/kernel_settings-UIu/inventory.yml 8186 1726791683.54524: group all already in inventory 8186 1726791683.54529: set inventory_file for managed_node1 8186 1726791683.54532: set inventory_dir for managed_node1 8186 1726791683.54532: Added host managed_node1 to inventory 8186 1726791683.54534: Added host managed_node1 to group all 8186 1726791683.54534: set ansible_host for managed_node1 8186 1726791683.54535: set ansible_ssh_extra_args for managed_node1 8186 1726791683.54537: set inventory_file for managed_node2 8186 1726791683.54538: set inventory_dir for managed_node2 8186 1726791683.54539: Added host managed_node2 to inventory 8186 1726791683.54539: Added host managed_node2 to group all 8186 1726791683.54540: set ansible_host for managed_node2 8186 1726791683.54540: set ansible_ssh_extra_args for managed_node2 8186 1726791683.54542: set inventory_file for managed_node3 8186 1726791683.54543: set inventory_dir for managed_node3 8186 1726791683.54543: Added host managed_node3 to inventory 8186 1726791683.54544: Added host managed_node3 to group all 8186 1726791683.54545: set ansible_host for managed_node3 8186 1726791683.54545: set ansible_ssh_extra_args for managed_node3 8186 1726791683.54547: Reconcile groups and hosts in inventory. 8186 1726791683.54549: Group ungrouped now contains managed_node1 8186 1726791683.54550: Group ungrouped now contains managed_node2 8186 1726791683.54551: Group ungrouped now contains managed_node3 8186 1726791683.54606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 8186 1726791683.54689: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 8186 1726791683.54719: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 8186 1726791683.54737: Loaded config def from plugin (vars/host_group_vars) 8186 1726791683.54738: 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) 8186 1726791683.54743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 8186 1726791683.54748: 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) 8186 1726791683.54775: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 8186 1726791683.55024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791683.55092: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 8186 1726791683.55115: Loaded config def from plugin (connection/local) 8186 1726791683.55117: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 8186 1726791683.55430: Loaded config def from plugin (connection/paramiko_ssh) 8186 1726791683.55433: 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) 8186 1726791683.55995: 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) 8186 1726791683.56018: Loaded config def from plugin (connection/psrp) 8186 1726791683.56019: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 8186 1726791683.56422: 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) 8186 1726791683.56444: Loaded config def from plugin (connection/ssh) 8186 1726791683.56446: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 8186 1726791683.57550: 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) 8186 1726791683.57574: Loaded config def from plugin (connection/winrm) 8186 1726791683.57576: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 8186 1726791683.57599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 8186 1726791683.57642: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 8186 1726791683.57680: Loaded config def from plugin (shell/cmd) 8186 1726791683.57682: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 8186 1726791683.57700: 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) 8186 1726791683.57735: Loaded config def from plugin (shell/powershell) 8186 1726791683.57736: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 8186 1726791683.57773: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 8186 1726791683.57872: Loaded config def from plugin (shell/sh) 8186 1726791683.57873: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 8186 1726791683.57898: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 8186 1726791683.57969: Loaded config def from plugin (become/runas) 8186 1726791683.57972: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 8186 1726791683.58078: Loaded config def from plugin (become/su) 8186 1726791683.58080: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 8186 1726791683.58175: Loaded config def from plugin (become/sudo) 8186 1726791683.58176: 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 8186 1726791683.58203: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml 8186 1726791683.58524: trying /usr/local/lib/python3.12/site-packages/ansible/modules 8186 1726791683.60443: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 8186 1726791683.60575: in VariableManager get_vars() 8186 1726791683.60591: done with get_vars() 8186 1726791683.60621: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 8186 1726791683.60629: 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 8186 1726791683.60826: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 8186 1726791683.60923: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 8186 1726791683.60925: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-9XQ/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) 8186 1726791683.60945: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 8186 1726791683.60960: 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) 8186 1726791683.61055: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 8186 1726791683.61092: Loaded config def from plugin (callback/default) 8186 1726791683.61094: 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) 8186 1726791683.61797: Loaded config def from plugin (callback/junit) 8186 1726791683.61799: 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) 8186 1726791683.61828: 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) 8186 1726791683.61865: Loaded config def from plugin (callback/minimal) 8186 1726791683.61866: 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) 8186 1726791683.61895: 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) 8186 1726791683.61932: Loaded config def from plugin (callback/tree) 8186 1726791683.61933: 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 8186 1726791683.62130: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 8186 1726791683.62132: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-9XQ/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_bool_not_allowed.yml ******************************************* 1 plays in /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml 8186 1726791683.62148: in VariableManager get_vars() 8186 1726791683.62157: done with get_vars() 8186 1726791683.62161: in VariableManager get_vars() 8186 1726791683.62166: done with get_vars() 8186 1726791683.62169: variable 'omit' from source: magic vars 8186 1726791683.62194: in VariableManager get_vars() 8186 1726791683.62202: done with get_vars() 8186 1726791683.62215: variable 'omit' from source: magic vars PLAY [Test boolean values not allowed] ***************************************** 8186 1726791683.62556: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 8186 1726791683.62606: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 8186 1726791683.62629: getting the remaining hosts for this loop 8186 1726791683.62630: done getting the remaining hosts for this loop 8186 1726791683.62632: getting the next task for host managed_node1 8186 1726791683.62634: done getting next task for host managed_node1 8186 1726791683.62635: ^ task is: TASK: Gathering Facts 8186 1726791683.62636: ^ 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 8186 1726791683.62640: getting variables 8186 1726791683.62640: in VariableManager get_vars() 8186 1726791683.62646: Calling all_inventory to load vars for managed_node1 8186 1726791683.62648: Calling groups_inventory to load vars for managed_node1 8186 1726791683.62649: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791683.62658: Calling all_plugins_play to load vars for managed_node1 8186 1726791683.62665: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791683.62666: Calling groups_plugins_play to load vars for managed_node1 8186 1726791683.62691: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791683.62721: done with get_vars() 8186 1726791683.62725: done getting variables 8186 1726791683.62771: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:2 Thursday 19 September 2024 20:21:23 -0400 (0:00:00.007) 0:00:00.007 **** 8186 1726791683.62787: entering _queue_task() for managed_node1/gather_facts 8186 1726791683.62788: Creating lock for gather_facts 8186 1726791683.62993: worker is 1 (out of 1 available) 8186 1726791683.63004: exiting _queue_task() for managed_node1/gather_facts 8186 1726791683.63014: done queuing things up, now waiting for results queue to drain 8186 1726791683.63015: waiting for pending results... 8189 1726791683.63097: running TaskExecutor() for managed_node1/TASK: Gathering Facts 8189 1726791683.63188: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000000d 8189 1726791683.63204: variable 'ansible_search_path' from source: unknown 8189 1726791683.63231: calling self._execute() 8189 1726791683.63274: variable 'ansible_host' from source: host vars for 'managed_node1' 8189 1726791683.63283: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8189 1726791683.63293: variable 'omit' from source: magic vars 8189 1726791683.63357: variable 'omit' from source: magic vars 8189 1726791683.63380: variable 'omit' from source: magic vars 8189 1726791683.63406: variable 'omit' from source: magic vars 8189 1726791683.63437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8189 1726791683.63462: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8189 1726791683.63481: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8189 1726791683.63496: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8189 1726791683.63505: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8189 1726791683.63525: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8189 1726791683.63528: variable 'ansible_host' from source: host vars for 'managed_node1' 8189 1726791683.63531: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8189 1726791683.63598: Set connection var ansible_shell_executable to /bin/sh 8189 1726791683.63604: Set connection var ansible_pipelining to False 8189 1726791683.63610: Set connection var ansible_module_compression to ZIP_DEFLATED 8189 1726791683.63613: Set connection var ansible_connection to ssh 8189 1726791683.63616: Set connection var ansible_timeout to 10 8189 1726791683.63618: Set connection var ansible_shell_type to sh 8189 1726791683.63631: variable 'ansible_shell_executable' from source: unknown 8189 1726791683.63634: variable 'ansible_connection' from source: unknown 8189 1726791683.63636: variable 'ansible_module_compression' from source: unknown 8189 1726791683.63638: variable 'ansible_shell_type' from source: unknown 8189 1726791683.63639: variable 'ansible_shell_executable' from source: unknown 8189 1726791683.63641: variable 'ansible_host' from source: host vars for 'managed_node1' 8189 1726791683.63643: variable 'ansible_pipelining' from source: unknown 8189 1726791683.63645: variable 'ansible_timeout' from source: unknown 8189 1726791683.63647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8189 1726791683.63773: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=True, class_only=False) 8189 1726791683.63786: variable 'omit' from source: magic vars 8189 1726791683.63791: starting attempt loop 8189 1726791683.63794: running the handler 8189 1726791683.63807: variable 'ansible_facts' from source: unknown 8189 1726791683.63821: _low_level_execute_command(): starting 8189 1726791683.63829: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8189 1726791683.97060: stderr chunk (state=2): >>>Warning: Permanently added '10.31.45.60' (ECDSA) to the list of known hosts. <<< 8189 1726791684.74561: stdout chunk (state=3): >>>/root <<< 8189 1726791684.74812: stderr chunk (state=3): >>><<< 8189 1726791684.74820: stdout chunk (state=3): >>><<< 8189 1726791684.74840: _low_level_execute_command() done: rc=0, stdout=/root , stderr=Warning: Permanently added '10.31.45.60' (ECDSA) to the list of known hosts. 8189 1726791684.74855: _low_level_execute_command(): starting 8189 1726791684.74862: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982 `" && echo ansible-tmp-1726791684.7484949-8189-145616422461982="` echo /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982 `" ) && sleep 0' 8189 1726791684.77242: stdout chunk (state=2): >>>ansible-tmp-1726791684.7484949-8189-145616422461982=/root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982 <<< 8189 1726791684.77365: stderr chunk (state=3): >>><<< 8189 1726791684.77375: stdout chunk (state=3): >>><<< 8189 1726791684.77391: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791684.7484949-8189-145616422461982=/root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982 , stderr= 8189 1726791684.77418: variable 'ansible_module_compression' from source: unknown 8189 1726791684.77458: ANSIBALLZ: Using generic lock for ansible.legacy.setup 8189 1726791684.77463: ANSIBALLZ: Acquiring lock 8189 1726791684.77467: ANSIBALLZ: Lock acquired: 140400519102096 8189 1726791684.77474: ANSIBALLZ: Creating module 8189 1726791684.97996: ANSIBALLZ: Writing module into payload 8189 1726791684.98106: ANSIBALLZ: Writing module 8189 1726791684.98127: ANSIBALLZ: Renaming module 8189 1726791684.98134: ANSIBALLZ: Done creating module 8189 1726791684.98157: variable 'ansible_facts' from source: unknown 8189 1726791684.98163: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8189 1726791684.98174: _low_level_execute_command(): starting 8189 1726791684.98180: _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 '"'"'python3.6'"'"'; command -v '"'"'/usr/bin/python3'"'"'; command -v '"'"'/usr/libexec/platform-python'"'"'; command -v '"'"'python2.7'"'"'; command -v '"'"'/usr/bin/python'"'"'; command -v '"'"'python'"'"'; echo ENDFOUND && sleep 0' 8189 1726791685.00373: stdout chunk (state=2): >>>PLATFORM <<< 8189 1726791685.00433: stdout chunk (state=3): >>>Linux <<< 8189 1726791685.00449: stdout chunk (state=3): >>>FOUND <<< 8189 1726791685.00459: stdout chunk (state=3): >>>/usr/bin/python3.12 <<< 8189 1726791685.00474: stdout chunk (state=3): >>>/usr/bin/python3.6 <<< 8189 1726791685.00492: stdout chunk (state=3): >>>/usr/bin/python3 <<< 8189 1726791685.00505: stdout chunk (state=3): >>>/usr/libexec/platform-python ENDFOUND <<< 8189 1726791685.00640: stderr chunk (state=3): >>><<< 8189 1726791685.00646: stdout chunk (state=3): >>><<< 8189 1726791685.00658: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3.6 /usr/bin/python3 /usr/libexec/platform-python ENDFOUND , stderr= 8189 1726791685.00665 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3.6', '/usr/bin/python3', '/usr/libexec/platform-python'] 8189 1726791685.00698: _low_level_execute_command(): starting 8189 1726791685.00705: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 8189 1726791685.00773: Sending initial data 8189 1726791685.00781: Sent initial data (1234 bytes) 8189 1726791685.04528: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"8\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"8\"\nPLATFORM_ID=\"platform:el8\"\nPRETTY_NAME=\"CentOS Stream 8\"\nANSI_COLOR=\"0;31\"\nCPE_NAME=\"cpe:/o:centos:centos:8\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 8\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 8189 1726791685.04940: stderr chunk (state=3): >>><<< 8189 1726791685.04947: stdout chunk (state=3): >>><<< 8189 1726791685.04959: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"8\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"8\"\nPLATFORM_ID=\"platform:el8\"\nPRETTY_NAME=\"CentOS Stream 8\"\nANSI_COLOR=\"0;31\"\nCPE_NAME=\"cpe:/o:centos:centos:8\"\nHOME_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://bugzilla.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 8\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr= 8189 1726791685.05001: variable 'ansible_facts' from source: unknown 8189 1726791685.05006: variable 'ansible_facts' from source: unknown 8189 1726791685.05015: variable 'ansible_module_compression' from source: unknown 8189 1726791685.05043: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 8189 1726791685.05064: variable 'ansible_facts' from source: unknown 8189 1726791685.05204: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982/AnsiballZ_setup.py 8189 1726791685.05349: Sending initial data 8189 1726791685.05355: Sent initial data (152 bytes) 8189 1726791685.08062: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmplamoksp6 /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982/AnsiballZ_setup.py <<< 8189 1726791685.09801: stderr chunk (state=3): >>><<< 8189 1726791685.09807: stdout chunk (state=3): >>><<< 8189 1726791685.09825: done transferring module to remote 8189 1726791685.09837: _low_level_execute_command(): starting 8189 1726791685.09843: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982/ /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982/AnsiballZ_setup.py && sleep 0' 8189 1726791685.12075: stderr chunk (state=2): >>><<< 8189 1726791685.12081: stdout chunk (state=2): >>><<< 8189 1726791685.12095: _low_level_execute_command() done: rc=0, stdout=, stderr= 8189 1726791685.12099: _low_level_execute_command(): starting 8189 1726791685.12106: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982/AnsiballZ_setup.py && sleep 0' 8189 1726791685.14826: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8189 1726791685.14841: stdout chunk (state=3): >>>import '_warnings' # <<< 8189 1726791685.14854: stdout chunk (state=3): >>>import '_thread' # <<< 8189 1726791685.14863: stdout chunk (state=3): >>>import '_weakref' # <<< 8189 1726791685.14910: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8189 1726791685.14944: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8189 1726791685.14991: stdout chunk (state=3): >>>import 'posix' # <<< 8189 1726791685.15001: stdout chunk (state=3): >>>import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8189 1726791685.15016: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8189 1726791685.15064: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.15090: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8189 1726791685.15110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8189 1726791685.15123: stdout chunk (state=3): >>>import '_codecs' # <<< 8189 1726791685.15147: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4080e48> <<< 8189 1726791685.15182: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8189 1726791685.15197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4016828> <<< 8189 1726791685.15211: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be40809b0> <<< 8189 1726791685.15228: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py <<< 8189 1726791685.15239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8189 1726791685.15247: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4023630> <<< 8189 1726791685.15270: stdout chunk (state=3): >>>import '_signal' # <<< 8189 1726791685.15289: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8189 1726791685.15305: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402a160> <<< 8189 1726791685.15325: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8189 1726791685.15346: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8189 1726791685.15370: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8189 1726791685.15390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8189 1726791685.15399: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402f0f0> <<< 8189 1726791685.15411: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402a748> <<< 8189 1726791685.15439: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402a390> <<< 8189 1726791685.15466: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8189 1726791685.15484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8189 1726791685.15496: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8189 1726791685.15523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8189 1726791685.15530: stdout chunk (state=3): >>>import 'errno' # <<< 8189 1726791685.15550: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8189 1726791685.15562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8189 1726791685.15582: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fd4470> <<< 8189 1726791685.15602: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8189 1726791685.15613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8189 1726791685.15630: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8189 1726791685.15640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' <<< 8189 1726791685.15655: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fd9e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fd4b38> <<< 8189 1726791685.15683: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8189 1726791685.15714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8189 1726791685.15822: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fe04e0> <<< 8189 1726791685.15844: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fc3d68> <<< 8189 1726791685.15860: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8189 1726791685.15871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8189 1726791685.15878: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fc6198> <<< 8189 1726791685.15916: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8189 1726791685.15930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8189 1726791685.15948: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22d4940> <<< 8189 1726791685.15966: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8189 1726791685.15987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' <<< 8189 1726791685.15993: stdout chunk (state=3): >>>import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22e6240> <<< 8189 1726791685.16077: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4034a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8189 1726791685.16476: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8189 1726791685.16485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8189 1726791685.16505: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8189 1726791685.16528: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8189 1726791685.16545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8189 1726791685.16567: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8189 1726791685.16575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8189 1726791685.16599: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8189 1726791685.16659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8189 1726791685.16673: stdout chunk (state=3): >>>import '_functools' # <<< 8189 1726791685.16691: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8189 1726791685.16724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.16741: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8189 1726791685.16758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8189 1726791685.16777: stdout chunk (state=3): >>>import '_operator' # <<< 8189 1726791685.16788: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be220c080> <<< 8189 1726791685.16801: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py <<< 8189 1726791685.16816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22172b0> <<< 8189 1726791685.16828: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8189 1726791685.16841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8189 1726791685.16859: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.16871: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be2217f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be2217a90> <<< 8189 1726791685.16888: stdout chunk (state=3): >>>import 'itertools' # <<< 8189 1726791685.16902: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8189 1726791685.16924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8189 1726791685.16931: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be2221080> <<< 8189 1726791685.16945: stdout chunk (state=3): >>>import '_collections' # <<< 8189 1726791685.16987: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22af7b8> <<< 8189 1726791685.17003: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8189 1726791685.17018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8189 1726791685.17053: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22afba8> <<< 8189 1726791685.17107: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22a3160> <<< 8189 1726791685.17127: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8189 1726791685.17137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22a3e48> <<< 8189 1726791685.17143: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be229a438> <<< 8189 1726791685.17188: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be228b470> <<< 8189 1726791685.17207: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8189 1726791685.17219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8189 1726791685.17229: stdout chunk (state=3): >>>import '_sre' # <<< 8189 1726791685.17248: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8189 1726791685.17258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8189 1726791685.17281: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8189 1726791685.17316: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fc4278> <<< 8189 1726791685.17329: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fcccf8> <<< 8189 1726791685.17347: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22a3438> <<< 8189 1726791685.17356: stdout chunk (state=3): >>>import '_locale' # <<< 8189 1726791685.17408: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd1e10> <<< 8189 1726791685.17425: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22852b0> <<< 8189 1726791685.17438: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8189 1726791685.17453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8189 1726791685.17476: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.17485: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be1fd81d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd1f98> <<< 8189 1726791685.17515: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be1fd82e8> <<< 8189 1726791685.17523: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22f4fd0> <<< 8189 1726791685.17605: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8189 1726791685.17618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8189 1726791685.17637: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8189 1726791685.17645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.17659: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8189 1726791685.17678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8189 1726791685.17690: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd8dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd89e8> <<< 8189 1726791685.17716: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8189 1726791685.17723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fe36a0> <<< 8189 1726791685.17741: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8189 1726791685.17760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8189 1726791685.17783: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8189 1726791685.17842: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fe3e80> <<< 8189 1726791685.17860: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8189 1726791685.17874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8189 1726791685.17907: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b6a198> <<< 8189 1726791685.17921: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fe3780> <<< 8189 1726791685.17939: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8189 1726791685.17958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8189 1726791685.18002: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b6fc88> <<< 8189 1726791685.18014: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd8518> <<< 8189 1726791685.18034: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8189 1726791685.18055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8189 1726791685.18077: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8189 1726791685.18087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b932e8> <<< 8189 1726791685.18109: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.18118: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be1b936a0> <<< 8189 1726791685.18128: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8189 1726791685.18151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8189 1726791685.18174: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8189 1726791685.18187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8189 1726791685.18194: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b9a390> <<< 8189 1726791685.18212: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8189 1726791685.18229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8189 1726791685.18247: stdout chunk (state=3): >>>import 'time' # <<< 8189 1726791685.18264: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8189 1726791685.18280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8189 1726791685.18303: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8189 1726791685.18313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8189 1726791685.18326: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8189 1726791685.18365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8189 1726791685.18386: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py <<< 8189 1726791685.18398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1944ba8> <<< 8189 1726791685.18514: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be193b2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1931f98> <<< 8189 1726791685.18533: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1929e80> <<< 8189 1726791685.18558: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b9ad30> <<< 8189 1726791685.18590: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be193bf60> <<< 8189 1726791685.18607: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b93a20> <<< 8189 1726791685.18623: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8189 1726791685.18644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8189 1726791685.18678: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.18690: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3f91710> <<< 8189 1726791685.18701: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be193f048> <<< 8189 1726791685.18710: stdout chunk (state=3): >>>import 'pwd' # <<< 8189 1726791685.18728: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.18737: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3f91a90> <<< 8189 1726791685.18791: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd8860> <<< 8189 1726791685.18810: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8189 1726791685.18824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8189 1726791685.18847: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8189 1726791685.18854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8189 1726791685.18883: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fa95c0> <<< 8189 1726791685.18908: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8189 1726791685.18917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8189 1726791685.19048: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.19057: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fad630> <<< 8189 1726791685.19083: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.19091: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fadb00> <<< 8189 1726791685.19118: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.19125: stdout chunk (state=3): >>># extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fadc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fa9e10> <<< 8189 1726791685.19148: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8189 1726791685.19173: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fadf60> <<< 8189 1726791685.19182: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fad4e0> <<< 8189 1726791685.19206: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.19215: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fad240> <<< 8189 1726791685.19228: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3f9db00> <<< 8189 1726791685.19247: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b7f358> <<< 8189 1726791685.19268: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py<<< 8189 1726791685.19277: stdout chunk (state=3): >>> <<< 8189 1726791685.19305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8189 1726791685.19348: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fa9470> <<< 8189 1726791685.19664: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py <<< 8189 1726791685.19673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8189 1726791685.19690: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff69908> <<< 8189 1726791685.19818: stdout chunk (state=3): >>># zipimport: found 106 names in '/tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 8189 1726791685.19836: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.19862: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py <<< 8189 1726791685.19874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.19886: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.19898: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8189 1726791685.20981: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.21891: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8189 1726791685.21903: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc3bac8> <<< 8189 1726791685.21912: stdout chunk (state=3): >>>import 'atexit' # <<< 8189 1726791685.21926: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8189 1726791685.21965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8189 1726791685.22032: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfbe0278> <<< 8189 1726791685.22039: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfbe74e0> <<< 8189 1726791685.22066: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfbe75f8> <<< 8189 1726791685.22089: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8189 1726791685.22114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8189 1726791685.22158: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfbe7b38> <<< 8189 1726791685.22176: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8189 1726791685.22197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8189 1726791685.22212: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8189 1726791685.22233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8189 1726791685.22253: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py <<< 8189 1726791685.22262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8189 1726791685.22336: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc12b00> <<< 8189 1726791685.22371: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff1d048> <<< 8189 1726791685.22402: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff1d278> <<< 8189 1726791685.22421: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8189 1726791685.22444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc'<<< 8189 1726791685.22453: stdout chunk (state=3): >>> <<< 8189 1726791685.22507: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff1d5c0> <<< 8189 1726791685.22520: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc0d2b0> <<< 8189 1726791685.22816: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc004a8> <<< 8189 1726791685.22839: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8189 1726791685.22867: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc0d860> <<< 8189 1726791685.22895: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.22902: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff47dd8> <<< 8189 1726791685.22926: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff47ef0> <<< 8189 1726791685.22951: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8189 1726791685.22964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8189 1726791685.22983: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8189 1726791685.23003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8189 1726791685.23029: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8189 1726791685.23039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.23087: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe1c9b0> <<< 8189 1726791685.23173: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' <<< 8189 1726791685.23195: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe28ac8> <<< 8189 1726791685.23201: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff4ada0> <<< 8189 1726791685.23221: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' <<< 8189 1726791685.23233: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff524a8> <<< 8189 1726791685.23430: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff402e8> <<< 8189 1726791685.23466: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8189 1726791685.23496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.23520: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8189 1726791685.23530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8189 1726791685.23542: stdout chunk (state=3): >>>import '_string' # <<< 8189 1726791685.23624: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe43b00> <<< 8189 1726791685.23677: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff52668> <<< 8189 1726791685.23806: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe519e8> <<< 8189 1726791685.23841: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe51ac8> <<< 8189 1726791685.23882: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.23890: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe51c50> <<< 8189 1726791685.23907: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff3c080> <<< 8189 1726791685.23979: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py <<< 8189 1726791685.23990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8189 1726791685.24000: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8189 1726791685.24021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8189 1726791685.24065: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8189 1726791685.24074: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfeee5f8> <<< 8189 1726791685.24949: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfee3cf8> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfee3ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfee37b8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff079e8> <<< 8189 1726791685.24961: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff076d8> <<< 8189 1726791685.25189: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfef8eb8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff07550> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfef8710> # zipimport: zlib available <<< 8189 1726791685.25608: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.25994: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py <<< 8189 1726791685.26027: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8189 1726791685.26060: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.26078: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selectors.py <<< 8189 1726791685.26091: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.26257: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8189 1726791685.26293: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.26361: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8189 1726791685.26393: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfce72b0> # zipimport: zlib available <<< 8189 1726791685.26747: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.27095: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.27404: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py <<< 8189 1726791685.27436: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8189 1726791685.27477: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.27504: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8189 1726791685.27525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.27683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.27858: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8189 1726791685.27878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8189 1726791685.28059: stdout chunk (state=3): >>>import '_ast' # <<< 8189 1726791685.28093: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfddc8d0> # zipimport: zlib available # zipimport: zlib available <<< 8189 1726791685.28122: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8189 1726791685.28181: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28240: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py <<< 8189 1726791685.28267: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8189 1726791685.28291: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28312: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28342: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8189 1726791685.28382: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28412: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28456: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28515: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8189 1726791685.28600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.28701: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfd5d128> <<< 8189 1726791685.28762: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd25898> <<< 8189 1726791685.28799: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py <<< 8189 1726791685.28817: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28856: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28903: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28931: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.28964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.29232: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.29496: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8189 1726791685.29536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8189 1726791685.29562: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8189 1726791685.29589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8189 1726791685.29706: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd8b080> <<< 8189 1726791685.29736: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8189 1726791685.29833: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd8b128> <<< 8189 1726791685.29878: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd26940> <<< 8189 1726791685.29942: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8189 1726791685.29965: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.29998: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8189 1726791685.30028: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/pycompat24.py <<< 8189 1726791685.30131: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py <<< 8189 1726791685.30162: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8189 1726791685.30209: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30268: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30295: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8189 1726791685.30326: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30362: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30387: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30415: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 8189 1726791685.30478: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30530: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.30587: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py <<< 8189 1726791685.30622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' <<< 8189 1726791685.31263: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfdf2b70> <<< 8189 1726791685.31288: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available <<< 8189 1726791685.31409: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.31533: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.31563: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.31615: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791685.31641: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py <<< 8189 1726791685.31678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' <<< 8189 1726791685.31714: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe980b8> # /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' <<< 8189 1726791685.31738: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py <<< 8189 1726791685.31766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' <<< 8189 1726791685.31808: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfeb9ac8> <<< 8189 1726791685.31900: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfec72b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfea4780> <<< 8189 1726791685.31928: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfeb9828> <<< 8189 1726791685.31953: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe98a58> <<< 8189 1726791685.31983: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfdc9b70> <<< 8189 1726791685.32007: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfdfc4a8> <<< 8189 1726791685.32064: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py <<< 8189 1726791685.32103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' <<< 8189 1726791685.32139: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be18e3710> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py <<< 8189 1726791685.32166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be18ea278> <<< 8189 1726791685.32203: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe11748> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py <<< 8189 1726791685.32239: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available <<< 8189 1726791685.32287: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32339: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py <<< 8189 1726791685.32363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32389: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32424: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available <<< 8189 1726791685.32449: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available <<< 8189 1726791685.32475: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32504: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available <<< 8189 1726791685.32532: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32580: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available <<< 8189 1726791685.32615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32648: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 8189 1726791685.32695: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32781: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.32829: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py <<< 8189 1726791685.32850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33245: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33612: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available <<< 8189 1726791685.33658: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33699: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33723: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33753: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py <<< 8189 1726791685.33785: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available <<< 8189 1726791685.33815: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available <<< 8189 1726791685.33853: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33901: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available <<< 8189 1726791685.33924: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.33951: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 8189 1726791685.33979: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34010: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 8189 1726791685.34061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34131: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' <<< 8189 1726791685.34159: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be190cc50> <<< 8189 1726791685.34189: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py <<< 8189 1726791685.34206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' <<< 8189 1726791685.34397: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdbd9e080> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available <<< 8189 1726791685.34451: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34500: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available <<< 8189 1726791685.34672: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34746: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 8189 1726791685.34771: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34802: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34871: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available <<< 8189 1726791685.34903: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.34942: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py <<< 8189 1726791685.34965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' <<< 8189 1726791685.34988: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py <<< 8189 1726791685.35014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' <<< 8189 1726791685.35090: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdbdb62b0> <<< 8189 1726791685.35155: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdbd3e978> <<< 8189 1726791685.35382: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdbd91a90> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available <<< 8189 1726791685.35427: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.35471: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 8189 1726791685.35493: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.35539: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.35780: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe767f0> <<< 8189 1726791685.35935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36198: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py <<< 8189 1726791685.36222: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36245: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36282: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available <<< 8189 1726791685.36312: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36356: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' <<< 8189 1726791685.36403: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe80518> <<< 8189 1726791685.36441: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe80198> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available <<< 8189 1726791685.36476: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36502: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 8189 1726791685.36526: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36654: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36790: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 8189 1726791685.36861: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36946: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.36979: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37007: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py <<< 8189 1726791685.37038: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available <<< 8189 1726791685.37061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37161: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37279: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py <<< 8189 1726791685.37299: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37376: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37475: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available <<< 8189 1726791685.37502: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37526: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.37956: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.38383: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available <<< 8189 1726791685.38466: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.38549: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available <<< 8189 1726791685.38620: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.38699: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 8189 1726791685.38823: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.38939: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 8189 1726791685.38973: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available <<< 8189 1726791685.39006: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39038: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py <<< 8189 1726791685.39058: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39197: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39344: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39497: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py <<< 8189 1726791685.39524: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39540: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39574: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 8189 1726791685.39597: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39624: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available <<< 8189 1726791685.39675: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39732: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available <<< 8189 1726791685.39759: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39781: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 8189 1726791685.39803: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39830: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39881: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py <<< 8189 1726791685.39899: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39932: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.39986: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available <<< 8189 1726791685.40180: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40386: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available <<< 8189 1726791685.40428: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40478: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available <<< 8189 1726791685.40508: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40534: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py <<< 8189 1726791685.40553: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40572: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40598: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available <<< 8189 1726791685.40626: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40651: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py <<< 8189 1726791685.40670: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40715: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40783: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available <<< 8189 1726791685.40810: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 8189 1726791685.40833: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40871: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 8189 1726791685.40895: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40914: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40945: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.40979: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41032: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41087: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 8189 1726791685.41112: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 8189 1726791685.41143: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41189: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 8189 1726791685.41338: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41492: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 8189 1726791685.41525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41571: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available <<< 8189 1726791685.41603: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41642: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 8189 1726791685.41711: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41774: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py <<< 8189 1726791685.41800: stdout chunk (state=3): >>>import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available <<< 8189 1726791685.41848: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.41925: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py <<< 8189 1726791685.42123: stdout chunk (state=3): >>># zipimport: zlib available <<< 8189 1726791685.42392: stdout chunk (state=3): >>>import 'gc' # <<< 8189 1726791685.43397: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/idna.cpython-36.pyc matches /usr/lib64/python3.6/encodings/idna.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/idna.cpython-36.pyc' <<< 8189 1726791685.43420: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stringprep.cpython-36.pyc matches /usr/lib64/python3.6/stringprep.py <<< 8189 1726791685.43443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stringprep.cpython-36.pyc' <<< 8189 1726791685.43478: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfc73f98> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc73780> <<< 8189 1726791685.43543: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc65f28> <<< 8189 1726791686.59068: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/dummy/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/dummy/__init__.py <<< 8189 1726791686.59096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/__init__.cpython-36.pyc' <<< 8189 1726791686.59175: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/dummy/__pycache__/connection.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/dummy/connection.py <<< 8189 1726791686.59191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/connection.cpython-36.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfcb3ac8> <<< 8189 1726791686.59210: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfcb3860> <<< 8189 1726791686.59487: 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 <<< 8189 1726791686.83412: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-45-60.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-60", "ansible_nodename": "ip-10-31-45-60.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": "e53017989a3c4970ae37ad012037c2ff", "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOFvJWEHW4nQVheiB4Kb8PMjbP36zLeDfJ6jR3qDwnPaBzRlYwJD7F8dZ2XUPDgqnstmhpREM+wHo4sCk3+4WGRAVr/wOMOTN5TRTbc7xr7tLDCBWrdcBi6wdZffLs0Gk+NCUGY5pIqV5Z9c4thSULIzmt3pNU4RN4G7eJkSC2V3AAAAFQCK1zt496CtVF8KgDJkDqkqYrLNJwAAAIEAs82pRkNmIP2Cp3y9ReaDN/iSSZNBSysoIWy5vEQrdrYRCCt8jKQ6UhiEVmQWHoS64GkjvNs6vo8tVghvYiuJdB5K2IibKJYveFSzhE4oFIaP7DTuvW/B6vQyw3Oy<<< 8189 1726791686.83448: stdout chunk (state=3): >>>WxPbijEkrpYwgnvCFvPLkKYRFKmuwudGCvjrB9BeIPW+sGkAAACAYblwcS45mWCYaopQTh+lY6PqJAT10mDdjhARWvAW0nNCW0Oqe+28kReW9LADJJWmWZNn+VtwO355z9Awuoy/wU0nLdLr8H8xnFXtCeBkyX6cBoRP0Vt8UMC7iNX/PyYTKDny7bgKmkNAvuSYeQJNqF6w4Zos2GuIMKjFqBb6Jyw=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCavVuu4hT8/Z7i8+tH8oIzlNIxD2+j8vTKnr8c+DNG9dvr6XEK8VISE6VAnMI6KayHIK3XU7g4K4QAf4HSew8NupQsefvenOtO08r3XcWg6jolHhAg7mJNL+5wIeWAqskgIMQg83K/l9kByqbba14cEu4lPyqbe6jthXUDPs9vbPShdTVuJjLizi38TQkMqVIWRuFR0VzZ7cDc0mF7fHbQtyDUq4ZRTzthSuh6NAYWQw7bHxkTMiDsgYK6camakhIEoV2+1VwNvDtWawnohxlqdQhNUb2oh36aLYCYGwiFHL6JMZBa6Y64roouhhciJld2GidLfulkmZv7eQut+12SzMoC7Ob90T5TmAkZMlI5na8nglC/LyKephzEw0092P9x5SUwjidgoKTd15EFPH2STpel4MNGBhO+b99ljQ/Q1cntugsScCaWmWrfrj5SiGCnUp7u6s0GcCk6xzyfZpSNaq2uNZ81dnB529vY3EewbinKZAQZkRwQ3yImTN3kZNU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBxpDaCf5grEVMXwkaHKf5xldnbbS9rKkJuOqA2XFDEwGJB5xpfIlYwTunDyZQIeuwIqRSpWoNE8oWHRjeBHBdM=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJoa4lTDY3S8b5prkqM7xKO+E6yQRyIIlHKj753o9eZ0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_loadavg": {"1m": 0.48, "5m": 0.36, "15m": 0.16}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "20", "minute": "21", "second": "25", "epoch": "1726791685", "epoch_int": "1726791685", "date": "2024-09-19", "time": "20:21:25", "iso8601_micro": "2024-09-20T00:21:25.712173Z", "iso8601": "2024-09-20T00:21:25Z", "iso8601_basic": "20240919T202125712173", "iso8601_basic_short": "20240919T202125", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_env": {"PYTHONVERBOSE": "1", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.150 48538 10.31.45.60 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.44.150 48538 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "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_<<< 8189 1726791686.83480: stdout chunk (state=3): >>>mb": 3539, "ansible_memfree_mb": 2711, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 828, "free": 2711}, "nocache": {"free": 3298, "used": 241}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20b5df-d744-7971-9009-9069584c39d1", "ansible_product_uuid": "ec20b5df-d744-7971-9009-9069584c39d1", "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": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 234, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263497502720, "block_size": 4096, "block_total": 65533179, "block_available": 64330445, "block_used": 1202734, "inode_total": 131071472, "inode_available": 130994307, "inode_used": 77165, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocach<<< 8189 1726791686.83506: stdout chunk (state=3): >>>e_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:b8:5f:c8:88:b1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.60", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::b8:5fff:fec8:88b1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.60", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:b8:5f:c8:88:b1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.60"], "ansible_all_ipv6_addresses": ["fe80::b8:5fff:fec8:88b1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.60", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::b8:5fff:fec8:88b1"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 8189 1726791686.83952: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 8189 1726791686.83967: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8189 1726791686.83991: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset <<< 8189 1726791686.84001: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword <<< 8189 1726791686.84011: stdout chunk (state=3): >>># destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil <<< 8189 1726791686.84026: stdout chunk (state=3): >>># cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible <<< 8189 1726791686.84050: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util <<< 8189 1726791686.84067: stdout chunk (state=3): >>># cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast <<< 8189 1726791686.84088: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai <<< 8189 1726791686.84108: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys <<< 8189 1726791686.84124: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos <<< 8189 1726791686.84141: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing gc # cleanup[2] removing encodings.idna # cleanup[2] removing stringprep # cleanup[2] removing unicodedata # cleanup[2] removing multiprocessing.dummy <<< 8189 1726791686.84157: stdout chunk (state=3): >>># cleanup[2] removing multiprocessing.dummy.connection <<< 8189 1726791686.84175: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8189 1726791686.84440: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8189 1726791686.84474: stdout chunk (state=3): >>># destroy importlib.util <<< 8189 1726791686.84483: stdout chunk (state=3): >>># destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8189 1726791686.84505: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8189 1726791686.84529: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 8189 1726791686.84537: stdout chunk (state=3): >>># destroy encodings <<< 8189 1726791686.84558: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8189 1726791686.84568: stdout chunk (state=3): >>># destroy ctypes <<< 8189 1726791686.84582: stdout chunk (state=3): >>># destroy _string <<< 8189 1726791686.84687: stdout chunk (state=3): >>># destroy systemd._journal <<< 8189 1726791686.84700: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 8189 1726791686.84720: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.dummy <<< 8189 1726791686.84732: stdout chunk (state=3): >>># destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy pickle # destroy multiprocessing.context # destroy _compat_pickle <<< 8189 1726791686.84748: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy traceback # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process <<< 8189 1726791686.84768: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 8189 1726791686.84790: stdout chunk (state=3): >>># destroy ipaddress # destroy textwrap # destroy base64 <<< 8189 1726791686.84806: stdout chunk (state=3): >>># destroy _ssl <<< 8189 1726791686.84828: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy platform # destroy getpass # destroy contextlib <<< 8189 1726791686.84841: stdout chunk (state=3): >>># destroy termios <<< 8189 1726791686.84861: stdout chunk (state=3): >>># destroy json # destroy socket # destroy struct <<< 8189 1726791686.84880: stdout chunk (state=3): >>># destroy glob <<< 8189 1726791686.84889: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy gc # destroy unicodedata # destroy array # destroy multiprocessing.dummy.connection <<< 8189 1726791686.84914: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp <<< 8189 1726791686.84930: stdout chunk (state=3): >>># cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs <<< 8189 1726791686.84942: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8189 1726791686.84961: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re <<< 8189 1726791686.84976: stdout chunk (state=3): >>># destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 8189 1726791686.84996: stdout chunk (state=3): >>># destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil <<< 8189 1726791686.85011: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping threading <<< 8189 1726791686.85031: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib <<< 8189 1726791686.85043: stdout chunk (state=3): >>># cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian <<< 8189 1726791686.85062: stdout chunk (state=3): >>># cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping encodings.idna <<< 8189 1726791686.85074: stdout chunk (state=3): >>># destroy stringprep # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8189 1726791686.85204: stdout chunk (state=3): >>># destroy posixpath # destroy _functools # destroy _sre # destroy sre_parse <<< 8189 1726791686.85244: stdout chunk (state=3): >>># destroy stat # destroy _signal <<< 8189 1726791686.85257: stdout chunk (state=3): >>># destroy _heapq # destroy select <<< 8189 1726791686.85275: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random <<< 8189 1726791686.85295: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8189 1726791686.85309: 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings <<< 8189 1726791686.85580: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8189 1726791686.85630: stderr chunk (state=3): >>><<< 8189 1726791686.85636: stdout chunk (state=3): >>><<< 8189 1726791686.85709: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4080e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4016828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be40809b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4023630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402a160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402f0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402a748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be402a390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fd4470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fd9e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fd4b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fe04e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fc3d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fc6198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22d4940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22e6240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be4034a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be220c080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22172b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be2217f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be2217a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be2221080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22af7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22afba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22a3160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22a3e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be229a438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be228b470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fc4278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fcccf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22a3438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd1e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22852b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be1fd81d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd1f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be1fd82e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be22f4fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd8dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd89e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fe36a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fe3e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b6a198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fe3780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b6fc88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd8518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b932e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be1b936a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b9a390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1944ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be193b2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1931f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1929e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b9ad30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be193bf60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b93a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3f91710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be193f048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3f91a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1fd8860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fa95c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fad630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fadb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fadc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fa9e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fadf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fad4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be3fad240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3f9db00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be1b7f358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be3fa9470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff69908> # zipimport: found 106 names in '/tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc3bac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfbe0278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfbe74e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfbe75f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfbe7b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc12b00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff1d048> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff1d278> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff1d5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc0d2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc004a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc0d860> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff47dd8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff47ef0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe1c9b0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe28ac8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff4ada0> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff524a8> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff402e8> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe43b00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff52668> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe519e8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe51ac8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe51c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff3c080> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfeee5f8> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfee3cf8> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfee3ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfee37b8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdff079e8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff076d8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfef8eb8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdff07550> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfef8710> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfce72b0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfddc8d0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfd5d128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd25898> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd8b080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd8b128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfd26940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/modules/__init__.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py # code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfdf2b70> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe980b8> # /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py # code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfeb9ac8> # extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfec72b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfea4780> # extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfeb9828> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe98a58> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfdc9b70> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfdfc4a8> # /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be18e3710> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be18ea278> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe11748> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be190cc50> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py # code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdbd9e080> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py # code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py # code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdbdb62b0> # extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdbd3e978> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdbd91a90> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe767f0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfe80518> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfe80198> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/base.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.setup_payload_ja5lp120/ansible_ansible.legacy.setup_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available import 'gc' # # /usr/lib64/python3.6/encodings/__pycache__/idna.cpython-36.pyc matches /usr/lib64/python3.6/encodings/idna.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/idna.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/stringprep.cpython-36.pyc matches /usr/lib64/python3.6/stringprep.py # code object from '/usr/lib64/python3.6/__pycache__/stringprep.cpython-36.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0bdfc73f98> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc73780> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfc65f28> # /usr/lib64/python3.6/multiprocessing/dummy/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/dummy/__pycache__/connection.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.6/multiprocessing/dummy/__pycache__/connection.cpython-36.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfcb3ac8> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bdfcb3860> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_iscsi_iqn": "", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_is_chroot": false, "ansible_python": {"version": {"major": 3, "minor": 6, "micro": 8, "releaselevel": "final", "serial": 0}, "version_info": [3, 6, 8, "final", 0], "executable": "/usr/libexec/platform-python", "has_sslcontext": true, "type": "cpython"}, "ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_distribution_major_version": "8", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "ansible_system": "Linux", "ansible_kernel": "4.18.0-553.5.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Tue May 21 05:46:01 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.6.8", "ansible_fqdn": "ip-10-31-45-60.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-45-60", "ansible_nodename": "ip-10-31-45-60.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": "e53017989a3c4970ae37ad012037c2ff", "ansible_fips": false, "ansible_apparmor": {"status": "disabled"}, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAOFvJWEHW4nQVheiB4Kb8PMjbP36zLeDfJ6jR3qDwnPaBzRlYwJD7F8dZ2XUPDgqnstmhpREM+wHo4sCk3+4WGRAVr/wOMOTN5TRTbc7xr7tLDCBWrdcBi6wdZffLs0Gk+NCUGY5pIqV5Z9c4thSULIzmt3pNU4RN4G7eJkSC2V3AAAAFQCK1zt496CtVF8KgDJkDqkqYrLNJwAAAIEAs82pRkNmIP2Cp3y9ReaDN/iSSZNBSysoIWy5vEQrdrYRCCt8jKQ6UhiEVmQWHoS64GkjvNs6vo8tVghvYiuJdB5K2IibKJYveFSzhE4oFIaP7DTuvW/B6vQyw3OyWxPbijEkrpYwgnvCFvPLkKYRFKmuwudGCvjrB9BeIPW+sGkAAACAYblwcS45mWCYaopQTh+lY6PqJAT10mDdjhARWvAW0nNCW0Oqe+28kReW9LADJJWmWZNn+VtwO355z9Awuoy/wU0nLdLr8H8xnFXtCeBkyX6cBoRP0Vt8UMC7iNX/PyYTKDny7bgKmkNAvuSYeQJNqF6w4Zos2GuIMKjFqBb6Jyw=", "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCavVuu4hT8/Z7i8+tH8oIzlNIxD2+j8vTKnr8c+DNG9dvr6XEK8VISE6VAnMI6KayHIK3XU7g4K4QAf4HSew8NupQsefvenOtO08r3XcWg6jolHhAg7mJNL+5wIeWAqskgIMQg83K/l9kByqbba14cEu4lPyqbe6jthXUDPs9vbPShdTVuJjLizi38TQkMqVIWRuFR0VzZ7cDc0mF7fHbQtyDUq4ZRTzthSuh6NAYWQw7bHxkTMiDsgYK6camakhIEoV2+1VwNvDtWawnohxlqdQhNUb2oh36aLYCYGwiFHL6JMZBa6Y64roouhhciJld2GidLfulkmZv7eQut+12SzMoC7Ob90T5TmAkZMlI5na8nglC/LyKephzEw0092P9x5SUwjidgoKTd15EFPH2STpel4MNGBhO+b99ljQ/Q1cntugsScCaWmWrfrj5SiGCnUp7u6s0GcCk6xzyfZpSNaq2uNZ81dnB529vY3EewbinKZAQZkRwQ3yImTN3kZNU=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBxpDaCf5grEVMXwkaHKf5xldnbbS9rKkJuOqA2XFDEwGJB5xpfIlYwTunDyZQIeuwIqRSpWoNE8oWHRjeBHBdM=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIJoa4lTDY3S8b5prkqM7xKO+E6yQRyIIlHKj753o9eZ0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_fibre_channel_wwn": [], "ansible_hostnqn": "", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_loadavg": {"1m": 0.48, "5m": 0.36, "15m": 0.16}, "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64", "root": "UUID=fe591198-9082-4b15-9b62-e83518524cd2", "ro": true, "crashkernel": "auto", "net.ifnames": "0", "rhgb": true, "quiet": true}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "38", "day": "19", "hour": "20", "minute": "21", "second": "25", "epoch": "1726791685", "epoch_int": "1726791685", "date": "2024-09-19", "time": "20:21:25", "iso8601_micro": "2024-09-20T00:21:25.712173Z", "iso8601": "2024-09-20T00:21:25Z", "iso8601_basic": "20240919T202125712173", "iso8601_basic_short": "20240919T202125", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_lsb": {}, "ansible_env": {"PYTHONVERBOSE": "1", "LS_COLORS": "", "SSH_CONNECTION": "10.31.44.150 48538 10.31.45.60 22", "_": "/usr/libexec/platform-python", "LANG": "en_US.UTF-8", "which_declare": "declare -f", "XDG_SESSION_ID": "5", "USER": "root", "SELINUX_ROLE_REQUESTED": "", "PWD": "/root", "HOME": "/root", "SSH_CLIENT": "10.31.44.150 48538 22", "SELINUX_LEVEL_REQUESTED": "", "SSH_TTY": "/dev/pts/0", "SHELL": "/bin/bash", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "2", "LOGNAME": "root", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "XDG_RUNTIME_DIR": "/run/user/0", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}"}, "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": 3539, "ansible_memfree_mb": 2711, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3539, "used": 828, "free": 2711}, "nocache": {"free": 3298, "used": 241}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec20b5df-d744-7971-9009-9069584c39d1", "ansible_product_uuid": "ec20b5df-d744-7971-9009-9069584c39d1", "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": "0", "partitions": {"xvda1": {"links": {"ids": [], "uuids": ["fe591198-9082-4b15-9b62-e83518524cd2"], "labels": [], "masters": []}, "start": "2048", "sectors": "524285919", "sectorsize": 512, "size": "250.00 GB", "uuid": "fe591198-9082-4b15-9b62-e83518524cd2", "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda1": ["fe591198-9082-4b15-9b62-e83518524cd2"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 234, "ansible_lvm": "N/A", "ansible_mounts": [{"mount": "/", "device": "/dev/xvda1", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_total": 268423901184, "size_available": 263497502720, "block_size": 4096, "block_total": 65533179, "block_available": 64330445, "block_used": 1202734, "inode_total": 131071472, "inode_available": 130994307, "inode_used": 77165, "uuid": "fe591198-9082-4b15-9b62-e83518524cd2"}], "ansible_local": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "02:b8:5f:c8:88:b1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.45.60", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22"}, "ipv6": [{"address": "fe80::b8:5fff:fec8:88b1", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "rx_udp_gro_forwarding": "off", "rx_gro_list": "off", "tls_hw_rx_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.44.1", "interface": "eth0", "address": "10.31.45.60", "broadcast": "10.31.47.255", "netmask": "255.255.252.0", "network": "10.31.44.0", "prefix": "22", "macaddress": "02:b8:5f:c8:88:b1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.45.60"], "ansible_all_ipv6_addresses": ["fe80::b8:5fff:fec8:88b1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.45.60", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::b8:5fff:fec8:88b1"]}, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing gc # cleanup[2] removing encodings.idna # cleanup[2] removing stringprep # cleanup[2] removing unicodedata # cleanup[2] removing multiprocessing.dummy # cleanup[2] removing multiprocessing.dummy.connection # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy pickle # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy queue # destroy traceback # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy shlex # destroy fcntl # destroy datetime # destroy ipaddress # destroy textwrap # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy platform # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy gc # destroy unicodedata # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy _functools # destroy _sre # destroy sre_parse # destroy stat # destroy _signal # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing gc # cleanup[2] removing encodings.idna # cleanup[2] removing stringprep # cleanup[2] removing unicodedata # cleanup[2] removing multiprocessing.dummy # cleanup[2] removing multiprocessing.dummy.connection # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy pickle # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy queue # destroy traceback # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy shlex # destroy fcntl # destroy datetime # destroy ipaddress # destroy textwrap # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy platform # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy glob # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy gc # destroy unicodedata # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy _functools # destroy _sre # destroy sre_parse # destroy stat # destroy _signal # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings 8189 1726791686.86820: 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.16.11', '_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-1726791684.7484949-8189-145616422461982/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8189 1726791686.86840: _low_level_execute_command(): starting 8189 1726791686.86847: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791684.7484949-8189-145616422461982/ > /dev/null 2>&1 && sleep 0' 8189 1726791686.89209: stderr chunk (state=2): >>><<< 8189 1726791686.89215: stdout chunk (state=2): >>><<< 8189 1726791686.89228: _low_level_execute_command() done: rc=0, stdout=, stderr= 8189 1726791686.89236: handler run complete 8189 1726791686.89300: variable 'ansible_facts' from source: unknown 8189 1726791686.89357: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8189 1726791686.89527: variable 'ansible_facts' from source: unknown 8189 1726791686.89592: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8189 1726791686.89660: attempt loop complete, returning result 8189 1726791686.89666: _execute() done 8189 1726791686.89669: dumping result to json 8189 1726791686.89691: done dumping result, returning 8189 1726791686.89699: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [029c2e81-ca9f-66d5-1a1d-00000000000d] 8189 1726791686.89703: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000000d 8189 1726791686.89808: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000000d 8189 1726791686.89812: WORKER PROCESS EXITING ok: [managed_node1] 8186 1726791686.90240: no more pending results, returning what we have 8186 1726791686.90242: results queue empty 8186 1726791686.90242: checking for any_errors_fatal 8186 1726791686.90243: done checking for any_errors_fatal 8186 1726791686.90243: checking for max_fail_percentage 8186 1726791686.90244: done checking for max_fail_percentage 8186 1726791686.90245: checking to see if all hosts have failed and the running result is not ok 8186 1726791686.90245: done checking to see if all hosts have failed 8186 1726791686.90245: getting the remaining hosts for this loop 8186 1726791686.90246: done getting the remaining hosts for this loop 8186 1726791686.90248: getting the next task for host managed_node1 8186 1726791686.90252: done getting next task for host managed_node1 8186 1726791686.90253: ^ task is: TASK: meta (flush_handlers) 8186 1726791686.90254: ^ 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 8186 1726791686.90257: getting variables 8186 1726791686.90258: in VariableManager get_vars() 8186 1726791686.90276: Calling all_inventory to load vars for managed_node1 8186 1726791686.90277: Calling groups_inventory to load vars for managed_node1 8186 1726791686.90279: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791686.90288: Calling all_plugins_play to load vars for managed_node1 8186 1726791686.90289: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791686.90291: Calling groups_plugins_play to load vars for managed_node1 8186 1726791686.91903: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791686.92006: done with get_vars() 8186 1726791686.92013: done getting variables 8186 1726791686.92042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 8186 1726791686.92080: in VariableManager get_vars() 8186 1726791686.92088: Calling all_inventory to load vars for managed_node1 8186 1726791686.92090: Calling groups_inventory to load vars for managed_node1 8186 1726791686.92091: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791686.92094: Calling all_plugins_play to load vars for managed_node1 8186 1726791686.92096: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791686.92097: Calling groups_plugins_play to load vars for managed_node1 8186 1726791686.92171: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791686.92273: done with get_vars() 8186 1726791686.92282: done queuing things up, now waiting for results queue to drain 8186 1726791686.92283: results queue empty 8186 1726791686.92286: checking for any_errors_fatal 8186 1726791686.92289: done checking for any_errors_fatal 8186 1726791686.92289: checking for max_fail_percentage 8186 1726791686.92290: done checking for max_fail_percentage 8186 1726791686.92290: checking to see if all hosts have failed and the running result is not ok 8186 1726791686.92290: done checking to see if all hosts have failed 8186 1726791686.92291: getting the remaining hosts for this loop 8186 1726791686.92291: done getting the remaining hosts for this loop 8186 1726791686.92293: getting the next task for host managed_node1 8186 1726791686.92295: done getting next task for host managed_node1 8186 1726791686.92297: ^ task is: TASK: Try to pass a boolean value for sysctl value 8186 1726791686.92297: ^ 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 8186 1726791686.92299: getting variables 8186 1726791686.92299: in VariableManager get_vars() 8186 1726791686.92304: Calling all_inventory to load vars for managed_node1 8186 1726791686.92306: Calling groups_inventory to load vars for managed_node1 8186 1726791686.92307: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791686.92310: Calling all_plugins_play to load vars for managed_node1 8186 1726791686.92311: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791686.92313: Calling groups_plugins_play to load vars for managed_node1 8186 1726791686.92407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791686.92505: done with get_vars() 8186 1726791686.92511: done getting variables TASK [Try to pass a boolean value for sysctl value] **************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:9 Thursday 19 September 2024 20:21:26 -0400 (0:00:03.297) 0:00:03.304 **** 8186 1726791686.92556: entering _queue_task() for managed_node1/include_role 8186 1726791686.92557: Creating lock for include_role 8186 1726791686.92733: worker is 1 (out of 1 available) 8186 1726791686.92747: exiting _queue_task() for managed_node1/include_role 8186 1726791686.92757: done queuing things up, now waiting for results queue to drain 8186 1726791686.92758: waiting for pending results... 8235 1726791686.92846: running TaskExecutor() for managed_node1/TASK: Try to pass a boolean value for sysctl value 8235 1726791686.92939: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000006 8235 1726791686.92954: variable 'ansible_search_path' from source: unknown 8235 1726791686.92982: calling self._execute() 8235 1726791686.93032: variable 'ansible_host' from source: host vars for 'managed_node1' 8235 1726791686.93042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8235 1726791686.93050: variable 'omit' from source: magic vars 8235 1726791686.93120: _execute() done 8235 1726791686.93126: dumping result to json 8235 1726791686.93131: done dumping result, returning 8235 1726791686.93136: done running TaskExecutor() for managed_node1/TASK: Try to pass a boolean value for sysctl value [029c2e81-ca9f-66d5-1a1d-000000000006] 8235 1726791686.93144: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000006 8235 1726791686.93172: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000006 8235 1726791686.93174: WORKER PROCESS EXITING 8186 1726791686.93313: no more pending results, returning what we have 8186 1726791686.93317: in VariableManager get_vars() 8186 1726791686.93340: Calling all_inventory to load vars for managed_node1 8186 1726791686.93342: Calling groups_inventory to load vars for managed_node1 8186 1726791686.93345: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791686.93351: Calling all_plugins_play to load vars for managed_node1 8186 1726791686.93352: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791686.93354: Calling groups_plugins_play to load vars for managed_node1 8186 1726791686.93450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791686.93551: done with get_vars() 8186 1726791686.93556: variable 'ansible_search_path' from source: unknown 8186 1726791686.93630: variable 'omit' from source: magic vars 8186 1726791686.93645: variable 'omit' from source: magic vars 8186 1726791686.93654: variable 'omit' from source: magic vars 8186 1726791686.93656: we have included files to process 8186 1726791686.93657: generating all_blocks data 8186 1726791686.93657: done generating all_blocks data 8186 1726791686.93658: processing included file: fedora.linux_system_roles.kernel_settings 8186 1726791686.93674: in VariableManager get_vars() 8186 1726791686.93682: done with get_vars() 8186 1726791686.93729: in VariableManager get_vars() 8186 1726791686.93738: done with get_vars() 8186 1726791686.93763: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 8186 1726791686.93864: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 8186 1726791686.93906: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 8186 1726791686.93987: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 8186 1726791686.94439: in VariableManager get_vars() 8186 1726791686.94452: done with get_vars() 8186 1726791686.95396: in VariableManager get_vars() 8186 1726791686.95408: done with get_vars() 8186 1726791686.95511: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 8186 1726791686.95925: iterating over new_blocks loaded from include file 8186 1726791686.95927: in VariableManager get_vars() 8186 1726791686.95938: done with get_vars() 8186 1726791686.95939: filtering new block on tags 8186 1726791686.95949: done filtering new block on tags 8186 1726791686.95951: in VariableManager get_vars() 8186 1726791686.95960: done with get_vars() 8186 1726791686.95961: filtering new block on tags 8186 1726791686.95974: done filtering new block on tags 8186 1726791686.95975: in VariableManager get_vars() 8186 1726791686.95986: done with get_vars() 8186 1726791686.95988: filtering new block on tags 8186 1726791686.96010: done filtering new block on tags 8186 1726791686.96011: in VariableManager get_vars() 8186 1726791686.96020: done with get_vars() 8186 1726791686.96021: filtering new block on tags 8186 1726791686.96030: done filtering new block on tags 8186 1726791686.96031: done iterating over new_blocks loaded from include file 8186 1726791686.96032: extending task lists for all hosts with included blocks 8186 1726791686.96082: done extending task lists 8186 1726791686.96082: done processing included files 8186 1726791686.96083: results queue empty 8186 1726791686.96083: checking for any_errors_fatal 8186 1726791686.96086: done checking for any_errors_fatal 8186 1726791686.96087: checking for max_fail_percentage 8186 1726791686.96087: done checking for max_fail_percentage 8186 1726791686.96088: checking to see if all hosts have failed and the running result is not ok 8186 1726791686.96088: done checking to see if all hosts have failed 8186 1726791686.96089: getting the remaining hosts for this loop 8186 1726791686.96089: done getting the remaining hosts for this loop 8186 1726791686.96091: getting the next task for host managed_node1 8186 1726791686.96093: done getting next task for host managed_node1 8186 1726791686.96094: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8186 1726791686.96096: ^ state is: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8186 1726791686.96102: getting variables 8186 1726791686.96103: in VariableManager get_vars() 8186 1726791686.96113: Calling all_inventory to load vars for managed_node1 8186 1726791686.96115: Calling groups_inventory to load vars for managed_node1 8186 1726791686.96116: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791686.96119: Calling all_plugins_play to load vars for managed_node1 8186 1726791686.96120: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791686.96122: Calling groups_plugins_play to load vars for managed_node1 8186 1726791686.96213: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791686.96317: done with get_vars() 8186 1726791686.96324: done getting variables 8186 1726791686.96366: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 20:21:26 -0400 (0:00:00.038) 0:00:03.343 **** 8186 1726791686.96390: entering _queue_task() for managed_node1/fail 8186 1726791686.96391: Creating lock for fail 8186 1726791686.96551: worker is 1 (out of 1 available) 8186 1726791686.96564: exiting _queue_task() for managed_node1/fail 8186 1726791686.96577: done queuing things up, now waiting for results queue to drain 8186 1726791686.96578: waiting for pending results... 8236 1726791686.96665: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8236 1726791686.96761: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000002c 8236 1726791686.96776: variable 'ansible_search_path' from source: unknown 8236 1726791686.96780: variable 'ansible_search_path' from source: unknown 8236 1726791686.96808: calling self._execute() 8236 1726791686.96857: variable 'ansible_host' from source: host vars for 'managed_node1' 8236 1726791686.96866: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8236 1726791686.96875: variable 'omit' from source: magic vars 8236 1726791686.97179: variable 'kernel_settings_sysctl' from source: include params 8236 1726791686.97197: variable '__kernel_settings_state_empty' from source: role '' all vars 8236 1726791686.97206: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 8236 1726791686.97399: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8236 1726791686.98961: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8236 1726791686.99014: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8236 1726791686.99043: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8236 1726791686.99071: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8236 1726791686.99094: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8236 1726791686.99146: 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) 8236 1726791686.99167: 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) 8236 1726791686.99188: 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) 8236 1726791686.99212: 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) 8236 1726791686.99220: 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) 8236 1726791686.99251: 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) 8236 1726791686.99266: 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) 8236 1726791686.99281: 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) 8236 1726791686.99317: 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) 8236 1726791686.99329: 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) 8236 1726791686.99356: 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) 8236 1726791686.99378: 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) 8236 1726791686.99397: 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) 8236 1726791686.99423: 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) 8236 1726791686.99433: 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) 8236 1726791686.99614: variable 'kernel_settings_sysctl' from source: include params 8236 1726791686.99664: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8236 1726791686.99774: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8236 1726791686.99804: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8236 1726791686.99829: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8236 1726791686.99851: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8236 1726791687.00013: 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) 8236 1726791687.00034: 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) 8236 1726791687.00052: 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) 8236 1726791687.00073: 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) 8236 1726791687.00103: 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) 8236 1726791687.00120: 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) 8236 1726791687.00138: 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) 8236 1726791687.00159: 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) 8236 1726791687.00178: Evaluated conditional ((kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", true) | list | length > 0) or (kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", false) | list | length > 0)): True 8236 1726791687.00187: variable 'omit' from source: magic vars 8236 1726791687.00217: variable 'omit' from source: magic vars 8236 1726791687.00240: variable 'omit' from source: magic vars 8236 1726791687.00259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8236 1726791687.00282: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8236 1726791687.00298: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8236 1726791687.00311: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8236 1726791687.00320: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8236 1726791687.00343: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8236 1726791687.00348: variable 'ansible_host' from source: host vars for 'managed_node1' 8236 1726791687.00352: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8236 1726791687.00418: Set connection var ansible_shell_executable to /bin/sh 8236 1726791687.00425: Set connection var ansible_pipelining to False 8236 1726791687.00434: Set connection var ansible_module_compression to ZIP_DEFLATED 8236 1726791687.00438: Set connection var ansible_connection to ssh 8236 1726791687.00443: Set connection var ansible_timeout to 10 8236 1726791687.00446: Set connection var ansible_shell_type to sh 8236 1726791687.00460: variable 'ansible_shell_executable' from source: unknown 8236 1726791687.00462: variable 'ansible_connection' from source: unknown 8236 1726791687.00464: variable 'ansible_module_compression' from source: unknown 8236 1726791687.00466: variable 'ansible_shell_type' from source: unknown 8236 1726791687.00471: variable 'ansible_shell_executable' from source: unknown 8236 1726791687.00473: variable 'ansible_host' from source: host vars for 'managed_node1' 8236 1726791687.00476: variable 'ansible_pipelining' from source: unknown 8236 1726791687.00477: variable 'ansible_timeout' from source: unknown 8236 1726791687.00479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8236 1726791687.00548: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8236 1726791687.00559: variable 'omit' from source: magic vars 8236 1726791687.00565: starting attempt loop 8236 1726791687.00571: running the handler 8236 1726791687.00580: handler run complete 8236 1726791687.00599: attempt loop complete, returning result 8236 1726791687.00603: _execute() done 8236 1726791687.00607: dumping result to json 8236 1726791687.00611: done dumping result, returning 8236 1726791687.00618: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [029c2e81-ca9f-66d5-1a1d-00000000002c] 8236 1726791687.00623: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000002c 8236 1726791687.00643: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000002c 8236 1726791687.00646: WORKER PROCESS EXITING 8186 1726791687.00713: marking managed_node1 as failed 8186 1726791687.00720: marking host managed_node1 failed, current state: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8186 1726791687.00726: ^ failed state is now: HOST STATE: block=2, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8186 1726791687.00727: getting the next task for host managed_node1 8186 1726791687.00731: done getting next task for host managed_node1 8186 1726791687.00733: ^ task is: TASK: Check for sysctl bool value error 8186 1726791687.00734: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Boolean values are not allowed for sysctl settings 8186 1726791687.00842: no more pending results, returning what we have 8186 1726791687.00845: results queue empty 8186 1726791687.00845: checking for any_errors_fatal 8186 1726791687.00848: done checking for any_errors_fatal 8186 1726791687.00849: checking for max_fail_percentage 8186 1726791687.00850: done checking for max_fail_percentage 8186 1726791687.00850: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.00851: done checking to see if all hosts have failed 8186 1726791687.00851: getting the remaining hosts for this loop 8186 1726791687.00852: done getting the remaining hosts for this loop 8186 1726791687.00854: getting the next task for host managed_node1 8186 1726791687.00857: done getting next task for host managed_node1 8186 1726791687.00858: ^ task is: TASK: Check for sysctl bool value error 8186 1726791687.00860: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8186 1726791687.00864: getting variables 8186 1726791687.00865: in VariableManager get_vars() 8186 1726791687.00888: Calling all_inventory to load vars for managed_node1 8186 1726791687.00890: Calling groups_inventory to load vars for managed_node1 8186 1726791687.00892: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.00897: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.00899: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.00900: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.01008: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.01110: done with get_vars() 8186 1726791687.01117: done getting variables 8186 1726791687.01177: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Check for sysctl bool value error] *************************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:27 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.048) 0:00:03.391 **** 8186 1726791687.01199: entering _queue_task() for managed_node1/assert 8186 1726791687.01200: Creating lock for assert 8186 1726791687.01347: worker is 1 (out of 1 available) 8186 1726791687.01360: exiting _queue_task() for managed_node1/assert 8186 1726791687.01370: done queuing things up, now waiting for results queue to drain 8186 1726791687.01371: waiting for pending results... 8237 1726791687.01464: running TaskExecutor() for managed_node1/TASK: Check for sysctl bool value error 8237 1726791687.01543: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000008 8237 1726791687.01555: variable 'ansible_search_path' from source: unknown 8237 1726791687.01582: calling self._execute() 8237 1726791687.01634: variable 'ansible_host' from source: host vars for 'managed_node1' 8237 1726791687.01640: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8237 1726791687.01645: variable 'omit' from source: magic vars 8237 1726791687.01713: variable 'omit' from source: magic vars 8237 1726791687.01733: variable 'omit' from source: magic vars 8237 1726791687.01753: variable 'omit' from source: magic vars 8237 1726791687.01780: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8237 1726791687.01814: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8237 1726791687.01833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8237 1726791687.01847: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8237 1726791687.01859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8237 1726791687.01885: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8237 1726791687.01891: variable 'ansible_host' from source: host vars for 'managed_node1' 8237 1726791687.01896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8237 1726791687.01960: Set connection var ansible_shell_executable to /bin/sh 8237 1726791687.01968: Set connection var ansible_pipelining to False 8237 1726791687.01980: Set connection var ansible_module_compression to ZIP_DEFLATED 8237 1726791687.01985: Set connection var ansible_connection to ssh 8237 1726791687.01991: Set connection var ansible_timeout to 10 8237 1726791687.01994: Set connection var ansible_shell_type to sh 8237 1726791687.02008: variable 'ansible_shell_executable' from source: unknown 8237 1726791687.02011: variable 'ansible_connection' from source: unknown 8237 1726791687.02015: variable 'ansible_module_compression' from source: unknown 8237 1726791687.02018: variable 'ansible_shell_type' from source: unknown 8237 1726791687.02022: variable 'ansible_shell_executable' from source: unknown 8237 1726791687.02025: variable 'ansible_host' from source: host vars for 'managed_node1' 8237 1726791687.02029: variable 'ansible_pipelining' from source: unknown 8237 1726791687.02033: variable 'ansible_timeout' from source: unknown 8237 1726791687.02037: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8237 1726791687.02125: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8237 1726791687.02137: variable 'omit' from source: magic vars 8237 1726791687.02143: starting attempt loop 8237 1726791687.02146: running the handler 8237 1726791687.02388: variable 'ansible_failed_result' from source: set_fact 8237 1726791687.02403: Evaluated conditional (ansible_failed_result.msg != 'UNREACH'): True 8237 1726791687.02409: handler run complete 8237 1726791687.02420: attempt loop complete, returning result 8237 1726791687.02424: _execute() done 8237 1726791687.02428: dumping result to json 8237 1726791687.02431: done dumping result, returning 8237 1726791687.02437: done running TaskExecutor() for managed_node1/TASK: Check for sysctl bool value error [029c2e81-ca9f-66d5-1a1d-000000000008] 8237 1726791687.02443: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000008 8237 1726791687.02463: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000008 8237 1726791687.02466: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 8186 1726791687.02561: no more pending results, returning what we have 8186 1726791687.02563: results queue empty 8186 1726791687.02564: checking for any_errors_fatal 8186 1726791687.02568: done checking for any_errors_fatal 8186 1726791687.02569: checking for max_fail_percentage 8186 1726791687.02570: done checking for max_fail_percentage 8186 1726791687.02571: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.02571: done checking to see if all hosts have failed 8186 1726791687.02572: getting the remaining hosts for this loop 8186 1726791687.02573: done getting the remaining hosts for this loop 8186 1726791687.02575: getting the next task for host managed_node1 8186 1726791687.02581: done getting next task for host managed_node1 8186 1726791687.02583: ^ task is: TASK: Cleanup 8186 1726791687.02586: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? True, did start at task? False 8186 1726791687.02588: getting variables 8186 1726791687.02589: in VariableManager get_vars() 8186 1726791687.02614: Calling all_inventory to load vars for managed_node1 8186 1726791687.02616: Calling groups_inventory to load vars for managed_node1 8186 1726791687.02618: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.02625: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.02627: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.02630: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.02726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.02830: done with get_vars() 8186 1726791687.02836: done getting variables TASK [Cleanup] ***************************************************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:32 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.016) 0:00:03.408 **** 8186 1726791687.02895: entering _queue_task() for managed_node1/include_tasks 8186 1726791687.02896: Creating lock for include_tasks 8186 1726791687.03040: worker is 1 (out of 1 available) 8186 1726791687.03055: exiting _queue_task() for managed_node1/include_tasks 8186 1726791687.03066: done queuing things up, now waiting for results queue to drain 8186 1726791687.03066: waiting for pending results... 8238 1726791687.03154: running TaskExecutor() for managed_node1/TASK: Cleanup 8238 1726791687.03235: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000009 8238 1726791687.03249: variable 'ansible_search_path' from source: unknown 8238 1726791687.03275: calling self._execute() 8238 1726791687.03325: variable 'ansible_host' from source: host vars for 'managed_node1' 8238 1726791687.03334: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8238 1726791687.03342: variable 'omit' from source: magic vars 8238 1726791687.03411: _execute() done 8238 1726791687.03417: dumping result to json 8238 1726791687.03463: done dumping result, returning 8238 1726791687.03474: done running TaskExecutor() for managed_node1/TASK: Cleanup [029c2e81-ca9f-66d5-1a1d-000000000009] 8238 1726791687.03480: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000009 8238 1726791687.03504: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000009 8238 1726791687.03507: WORKER PROCESS EXITING 8186 1726791687.03595: no more pending results, returning what we have 8186 1726791687.03599: in VariableManager get_vars() 8186 1726791687.03628: Calling all_inventory to load vars for managed_node1 8186 1726791687.03631: Calling groups_inventory to load vars for managed_node1 8186 1726791687.03633: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.03641: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.03643: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.03645: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.03765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.03868: done with get_vars() 8186 1726791687.03873: variable 'ansible_search_path' from source: unknown 8186 1726791687.03883: we have included files to process 8186 1726791687.03885: generating all_blocks data 8186 1726791687.03887: done generating all_blocks data 8186 1726791687.03891: processing included file: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 8186 1726791687.03892: loading included file: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml 8186 1726791687.03894: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml included: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed_node1 8186 1726791687.04499: done processing included file 8186 1726791687.04501: iterating over new_blocks loaded from include file 8186 1726791687.04501: in VariableManager get_vars() 8186 1726791687.04511: done with get_vars() 8186 1726791687.04512: filtering new block on tags 8186 1726791687.04520: done filtering new block on tags 8186 1726791687.04521: in VariableManager get_vars() 8186 1726791687.04529: done with get_vars() 8186 1726791687.04529: filtering new block on tags 8186 1726791687.04542: done filtering new block on tags 8186 1726791687.04543: done iterating over new_blocks loaded from include file 8186 1726791687.04544: extending task lists for all hosts with included blocks 8186 1726791687.05118: done extending task lists 8186 1726791687.05119: done processing included files 8186 1726791687.05120: results queue empty 8186 1726791687.05120: checking for any_errors_fatal 8186 1726791687.05121: done checking for any_errors_fatal 8186 1726791687.05122: checking for max_fail_percentage 8186 1726791687.05122: done checking for max_fail_percentage 8186 1726791687.05123: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.05123: done checking to see if all hosts have failed 8186 1726791687.05124: getting the remaining hosts for this loop 8186 1726791687.05124: done getting the remaining hosts for this loop 8186 1726791687.05125: getting the next task for host managed_node1 8186 1726791687.05128: done getting next task for host managed_node1 8186 1726791687.05129: ^ task is: TASK: Show current tuned profile settings 8186 1726791687.05130: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.05132: getting variables 8186 1726791687.05132: in VariableManager get_vars() 8186 1726791687.05139: Calling all_inventory to load vars for managed_node1 8186 1726791687.05140: Calling groups_inventory to load vars for managed_node1 8186 1726791687.05141: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.05145: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.05146: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.05147: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.05240: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.05339: done with get_vars() 8186 1726791687.05345: done getting variables 8186 1726791687.05391: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.025) 0:00:03.433 **** 8186 1726791687.05407: entering _queue_task() for managed_node1/command 8186 1726791687.05408: Creating lock for command 8186 1726791687.05547: worker is 1 (out of 1 available) 8186 1726791687.05558: exiting _queue_task() for managed_node1/command 8186 1726791687.05569: done queuing things up, now waiting for results queue to drain 8186 1726791687.05570: waiting for pending results... 8239 1726791687.05659: running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings 8239 1726791687.05742: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000095 8239 1726791687.05755: variable 'ansible_search_path' from source: unknown 8239 1726791687.05757: variable 'ansible_search_path' from source: unknown 8239 1726791687.05781: calling self._execute() 8239 1726791687.05831: variable 'ansible_host' from source: host vars for 'managed_node1' 8239 1726791687.05837: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8239 1726791687.05842: variable 'omit' from source: magic vars 8239 1726791687.05908: variable 'omit' from source: magic vars 8239 1726791687.05932: variable 'omit' from source: magic vars 8239 1726791687.06156: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8239 1726791687.06214: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8239 1726791687.06279: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8239 1726791687.06338: done running TaskExecutor() for managed_node1/TASK: Show current tuned profile settings [029c2e81-ca9f-66d5-1a1d-000000000095] 8239 1726791687.06347: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000095 8239 1726791687.06373: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000095 8239 1726791687.06378: WORKER PROCESS EXITING fatal: [managed_node1]: FAILED! => {} MSG: The task includes an option with an undefined variable. The error was: {{ __kernel_settings_profile_dir }}/tuned.conf: {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined. '__kernel_settings_profile_parent' is undefined. {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined. '__kernel_settings_profile_parent' is undefined. {{ __kernel_settings_profile_dir }}/tuned.conf: {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined. '__kernel_settings_profile_parent' is undefined. {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined. '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Show current tuned profile settings ^ here ...ignoring 8186 1726791687.06503: no more pending results, returning what we have 8186 1726791687.06506: results queue empty 8186 1726791687.06506: checking for any_errors_fatal 8186 1726791687.06510: done checking for any_errors_fatal 8186 1726791687.06511: checking for max_fail_percentage 8186 1726791687.06512: done checking for max_fail_percentage 8186 1726791687.06512: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.06513: done checking to see if all hosts have failed 8186 1726791687.06513: getting the remaining hosts for this loop 8186 1726791687.06515: done getting the remaining hosts for this loop 8186 1726791687.06517: getting the next task for host managed_node1 8186 1726791687.06521: done getting next task for host managed_node1 8186 1726791687.06523: ^ task is: TASK: Run role with purge to remove everything 8186 1726791687.06524: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.06526: getting variables 8186 1726791687.06527: in VariableManager get_vars() 8186 1726791687.06547: Calling all_inventory to load vars for managed_node1 8186 1726791687.06549: Calling groups_inventory to load vars for managed_node1 8186 1726791687.06550: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.06556: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.06558: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.06559: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.06653: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.06761: done with get_vars() 8186 1726791687.06767: done getting variables TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.014) 0:00:03.447 **** 8186 1726791687.06824: entering _queue_task() for managed_node1/include_role 8186 1726791687.06958: worker is 1 (out of 1 available) 8186 1726791687.06969: exiting _queue_task() for managed_node1/include_role 8186 1726791687.06980: done queuing things up, now waiting for results queue to drain 8186 1726791687.06981: waiting for pending results... 8240 1726791687.07072: running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything 8240 1726791687.07162: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000097 8240 1726791687.07179: variable 'ansible_search_path' from source: unknown 8240 1726791687.07186: variable 'ansible_search_path' from source: unknown 8240 1726791687.07213: calling self._execute() 8240 1726791687.07259: variable 'ansible_host' from source: host vars for 'managed_node1' 8240 1726791687.07267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8240 1726791687.07277: variable 'omit' from source: magic vars 8240 1726791687.07345: _execute() done 8240 1726791687.07351: dumping result to json 8240 1726791687.07356: done dumping result, returning 8240 1726791687.07361: done running TaskExecutor() for managed_node1/TASK: Run role with purge to remove everything [029c2e81-ca9f-66d5-1a1d-000000000097] 8240 1726791687.07371: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000097 8240 1726791687.07401: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000097 8240 1726791687.07404: WORKER PROCESS EXITING 8186 1726791687.07494: no more pending results, returning what we have 8186 1726791687.07498: in VariableManager get_vars() 8186 1726791687.07527: Calling all_inventory to load vars for managed_node1 8186 1726791687.07530: Calling groups_inventory to load vars for managed_node1 8186 1726791687.07531: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.07539: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.07541: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.07543: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.07761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.07862: done with get_vars() 8186 1726791687.07866: variable 'ansible_search_path' from source: unknown 8186 1726791687.07866: variable 'ansible_search_path' from source: unknown 8186 1726791687.08038: variable 'omit' from source: magic vars 8186 1726791687.08057: variable 'omit' from source: magic vars 8186 1726791687.08066: variable 'omit' from source: magic vars 8186 1726791687.08068: we have included files to process 8186 1726791687.08068: generating all_blocks data 8186 1726791687.08069: done generating all_blocks data 8186 1726791687.08070: processing included file: fedora.linux_system_roles.kernel_settings 8186 1726791687.08086: in VariableManager get_vars() 8186 1726791687.08095: done with get_vars() 8186 1726791687.08112: in VariableManager get_vars() 8186 1726791687.08123: done with get_vars() 8186 1726791687.08147: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/main.yml 8186 1726791687.08183: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/defaults/main.yml 8186 1726791687.08198: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/meta/main.yml 8186 1726791687.08242: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml 8186 1726791687.08542: in VariableManager get_vars() 8186 1726791687.08557: done with get_vars() 8186 1726791687.09356: in VariableManager get_vars() 8186 1726791687.09370: done with get_vars() 8186 1726791687.09472: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/handlers/main.yml 8186 1726791687.09853: iterating over new_blocks loaded from include file 8186 1726791687.09854: in VariableManager get_vars() 8186 1726791687.09867: done with get_vars() 8186 1726791687.09868: filtering new block on tags 8186 1726791687.09879: done filtering new block on tags 8186 1726791687.09881: in VariableManager get_vars() 8186 1726791687.09904: done with get_vars() 8186 1726791687.09906: filtering new block on tags 8186 1726791687.09918: done filtering new block on tags 8186 1726791687.09919: in VariableManager get_vars() 8186 1726791687.09928: done with get_vars() 8186 1726791687.09929: filtering new block on tags 8186 1726791687.09954: done filtering new block on tags 8186 1726791687.09955: in VariableManager get_vars() 8186 1726791687.09965: done with get_vars() 8186 1726791687.09966: filtering new block on tags 8186 1726791687.09977: done filtering new block on tags 8186 1726791687.09978: done iterating over new_blocks loaded from include file 8186 1726791687.09978: extending task lists for all hosts with included blocks 8186 1726791687.10136: done extending task lists 8186 1726791687.10137: done processing included files 8186 1726791687.10137: results queue empty 8186 1726791687.10137: checking for any_errors_fatal 8186 1726791687.10139: done checking for any_errors_fatal 8186 1726791687.10139: checking for max_fail_percentage 8186 1726791687.10140: done checking for max_fail_percentage 8186 1726791687.10140: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.10141: done checking to see if all hosts have failed 8186 1726791687.10141: getting the remaining hosts for this loop 8186 1726791687.10141: done getting the remaining hosts for this loop 8186 1726791687.10143: getting the next task for host managed_node1 8186 1726791687.10145: done getting next task for host managed_node1 8186 1726791687.10147: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8186 1726791687.10148: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.10154: getting variables 8186 1726791687.10154: in VariableManager get_vars() 8186 1726791687.10162: Calling all_inventory to load vars for managed_node1 8186 1726791687.10163: Calling groups_inventory to load vars for managed_node1 8186 1726791687.10165: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.10167: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.10168: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.10171: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.10246: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.10357: done with get_vars() 8186 1726791687.10362: done getting variables 8186 1726791687.10389: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.035) 0:00:03.483 **** 8186 1726791687.10411: entering _queue_task() for managed_node1/fail 8186 1726791687.10549: worker is 1 (out of 1 available) 8186 1726791687.10562: exiting _queue_task() for managed_node1/fail 8186 1726791687.10572: done queuing things up, now waiting for results queue to drain 8186 1726791687.10573: waiting for pending results... 8241 1726791687.10665: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values 8241 1726791687.10766: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000013d 8241 1726791687.10784: variable 'ansible_search_path' from source: unknown 8241 1726791687.10791: variable 'ansible_search_path' from source: unknown 8241 1726791687.10815: calling self._execute() 8241 1726791687.10863: variable 'ansible_host' from source: host vars for 'managed_node1' 8241 1726791687.10910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8241 1726791687.10917: variable 'omit' from source: magic vars 8241 1726791687.11223: variable 'kernel_settings_sysctl' from source: include params 8241 1726791687.11235: variable '__kernel_settings_state_empty' from source: role '' all vars 8241 1726791687.11246: Evaluated conditional (kernel_settings_sysctl != __kernel_settings_state_empty): True 8241 1726791687.11438: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8241 1726791687.12898: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8241 1726791687.12949: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8241 1726791687.12978: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8241 1726791687.13007: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8241 1726791687.13028: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8241 1726791687.13082: 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) 8241 1726791687.13107: 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) 8241 1726791687.13125: 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) 8241 1726791687.13151: 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) 8241 1726791687.13162: 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) 8241 1726791687.13203: 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) 8241 1726791687.13221: 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) 8241 1726791687.13238: 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) 8241 1726791687.13263: 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) 8241 1726791687.13274: 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) 8241 1726791687.13306: 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) 8241 1726791687.13324: 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) 8241 1726791687.13340: 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) 8241 1726791687.13364: 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) 8241 1726791687.13375: 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) 8241 1726791687.13556: variable 'kernel_settings_sysctl' from source: include params 8241 1726791687.13579: Evaluated conditional ((kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", true) | list | length > 0) or (kernel_settings_sysctl | selectattr("value", "defined") | selectattr("value", "sameas", false) | list | length > 0)): False 8241 1726791687.13585: when evaluation is False, skipping this task 8241 1726791687.13590: _execute() done 8241 1726791687.13593: dumping result to json 8241 1726791687.13597: done dumping result, returning 8241 1726791687.13603: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values [029c2e81-ca9f-66d5-1a1d-00000000013d] 8241 1726791687.13609: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000013d 8241 1726791687.13632: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000013d 8241 1726791687.13636: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } 8186 1726791687.13768: no more pending results, returning what we have 8186 1726791687.13773: results queue empty 8186 1726791687.13774: checking for any_errors_fatal 8186 1726791687.13775: done checking for any_errors_fatal 8186 1726791687.13776: checking for max_fail_percentage 8186 1726791687.13777: done checking for max_fail_percentage 8186 1726791687.13778: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.13779: done checking to see if all hosts have failed 8186 1726791687.13779: getting the remaining hosts for this loop 8186 1726791687.13780: done getting the remaining hosts for this loop 8186 1726791687.13783: getting the next task for host managed_node1 8186 1726791687.13790: done getting next task for host managed_node1 8186 1726791687.13794: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8186 1726791687.13797: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.13813: getting variables 8186 1726791687.13851: in VariableManager get_vars() 8186 1726791687.13872: Calling all_inventory to load vars for managed_node1 8186 1726791687.13874: Calling groups_inventory to load vars for managed_node1 8186 1726791687.13876: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.13881: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.13883: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.13887: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.13985: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.14116: done with get_vars() 8186 1726791687.14125: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.037) 0:00:03.521 **** 8186 1726791687.14197: entering _queue_task() for managed_node1/include_tasks 8186 1726791687.14366: worker is 1 (out of 1 available) 8186 1726791687.14390: exiting _queue_task() for managed_node1/include_tasks 8186 1726791687.14400: done queuing things up, now waiting for results queue to drain 8186 1726791687.14401: waiting for pending results... 8242 1726791687.14482: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables 8242 1726791687.14594: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000013e 8242 1726791687.14609: variable 'ansible_search_path' from source: unknown 8242 1726791687.14612: variable 'ansible_search_path' from source: unknown 8242 1726791687.14636: calling self._execute() 8242 1726791687.14683: variable 'ansible_host' from source: host vars for 'managed_node1' 8242 1726791687.14693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8242 1726791687.14700: variable 'omit' from source: magic vars 8242 1726791687.14779: _execute() done 8242 1726791687.14786: dumping result to json 8242 1726791687.14789: done dumping result, returning 8242 1726791687.14793: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set version specific variables [029c2e81-ca9f-66d5-1a1d-00000000013e] 8242 1726791687.14798: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000013e 8242 1726791687.14819: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000013e 8242 1726791687.14821: WORKER PROCESS EXITING 8186 1726791687.15006: no more pending results, returning what we have 8186 1726791687.15009: in VariableManager get_vars() 8186 1726791687.15032: Calling all_inventory to load vars for managed_node1 8186 1726791687.15034: Calling groups_inventory to load vars for managed_node1 8186 1726791687.15035: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.15043: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.15045: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.15047: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.15143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.15274: done with get_vars() 8186 1726791687.15279: variable 'ansible_search_path' from source: unknown 8186 1726791687.15280: variable 'ansible_search_path' from source: unknown 8186 1726791687.15304: we have included files to process 8186 1726791687.15305: generating all_blocks data 8186 1726791687.15306: done generating all_blocks data 8186 1726791687.15309: processing included file: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8186 1726791687.15310: loading included file: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml 8186 1726791687.15312: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml included: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed_node1 8186 1726791687.15840: done processing included file 8186 1726791687.15842: iterating over new_blocks loaded from include file 8186 1726791687.15843: in VariableManager get_vars() 8186 1726791687.15857: done with get_vars() 8186 1726791687.15857: filtering new block on tags 8186 1726791687.15867: done filtering new block on tags 8186 1726791687.15868: in VariableManager get_vars() 8186 1726791687.15885: done with get_vars() 8186 1726791687.15887: filtering new block on tags 8186 1726791687.15899: done filtering new block on tags 8186 1726791687.15900: in VariableManager get_vars() 8186 1726791687.15914: done with get_vars() 8186 1726791687.15915: filtering new block on tags 8186 1726791687.15926: done filtering new block on tags 8186 1726791687.15928: in VariableManager get_vars() 8186 1726791687.15941: done with get_vars() 8186 1726791687.15942: filtering new block on tags 8186 1726791687.15950: done filtering new block on tags 8186 1726791687.15951: done iterating over new_blocks loaded from include file 8186 1726791687.15952: extending task lists for all hosts with included blocks 8186 1726791687.16104: done extending task lists 8186 1726791687.16105: done processing included files 8186 1726791687.16106: results queue empty 8186 1726791687.16106: checking for any_errors_fatal 8186 1726791687.16108: done checking for any_errors_fatal 8186 1726791687.16108: checking for max_fail_percentage 8186 1726791687.16108: done checking for max_fail_percentage 8186 1726791687.16109: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.16109: done checking to see if all hosts have failed 8186 1726791687.16110: getting the remaining hosts for this loop 8186 1726791687.16110: done getting the remaining hosts for this loop 8186 1726791687.16112: getting the next task for host managed_node1 8186 1726791687.16114: done getting next task for host managed_node1 8186 1726791687.16116: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8186 1726791687.16118: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.16123: getting variables 8186 1726791687.16124: in VariableManager get_vars() 8186 1726791687.16133: Calling all_inventory to load vars for managed_node1 8186 1726791687.16135: Calling groups_inventory to load vars for managed_node1 8186 1726791687.16136: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.16139: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.16140: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.16141: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.16217: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.16325: done with get_vars() 8186 1726791687.16331: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.021) 0:00:03.542 **** 8186 1726791687.16380: entering _queue_task() for managed_node1/setup 8186 1726791687.16521: worker is 1 (out of 1 available) 8186 1726791687.16533: exiting _queue_task() for managed_node1/setup 8186 1726791687.16543: done queuing things up, now waiting for results queue to drain 8186 1726791687.16544: waiting for pending results... 8243 1726791687.16642: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role 8243 1726791687.16752: in run() - task 029c2e81-ca9f-66d5-1a1d-0000000001b9 8243 1726791687.16768: variable 'ansible_search_path' from source: unknown 8243 1726791687.16774: variable 'ansible_search_path' from source: unknown 8243 1726791687.16801: calling self._execute() 8243 1726791687.16847: variable 'ansible_host' from source: host vars for 'managed_node1' 8243 1726791687.16855: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8243 1726791687.16863: variable 'omit' from source: magic vars 8243 1726791687.17207: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8243 1726791687.18690: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8243 1726791687.18735: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8243 1726791687.18761: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8243 1726791687.18800: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8243 1726791687.18821: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8243 1726791687.18874: 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) 8243 1726791687.18897: 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) 8243 1726791687.18915: 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) 8243 1726791687.18944: 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) 8243 1726791687.18956: 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) 8243 1726791687.18994: 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) 8243 1726791687.19011: 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) 8243 1726791687.19028: 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) 8243 1726791687.19056: 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) 8243 1726791687.19068: 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) 8243 1726791687.19183: variable '__kernel_settings_required_facts' from source: role '' all vars 8243 1726791687.19195: variable 'ansible_facts' from source: unknown 8243 1726791687.19244: Evaluated conditional (__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 8243 1726791687.19249: when evaluation is False, skipping this task 8243 1726791687.19253: _execute() done 8243 1726791687.19257: dumping result to json 8243 1726791687.19261: done dumping result, returning 8243 1726791687.19266: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role [029c2e81-ca9f-66d5-1a1d-0000000001b9] 8243 1726791687.19272: sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001b9 8243 1726791687.19300: done sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001b9 8243 1726791687.19303: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 8186 1726791687.19407: no more pending results, returning what we have 8186 1726791687.19410: results queue empty 8186 1726791687.19410: checking for any_errors_fatal 8186 1726791687.19412: done checking for any_errors_fatal 8186 1726791687.19413: checking for max_fail_percentage 8186 1726791687.19414: done checking for max_fail_percentage 8186 1726791687.19415: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.19415: done checking to see if all hosts have failed 8186 1726791687.19416: getting the remaining hosts for this loop 8186 1726791687.19417: done getting the remaining hosts for this loop 8186 1726791687.19420: getting the next task for host managed_node1 8186 1726791687.19427: done getting next task for host managed_node1 8186 1726791687.19431: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8186 1726791687.19435: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.19448: getting variables 8186 1726791687.19449: in VariableManager get_vars() 8186 1726791687.19480: Calling all_inventory to load vars for managed_node1 8186 1726791687.19482: Calling groups_inventory to load vars for managed_node1 8186 1726791687.19484: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.19493: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.19495: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.19498: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.19595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.19730: done with get_vars() 8186 1726791687.19736: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.034) 0:00:03.577 **** 8186 1726791687.19804: entering _queue_task() for managed_node1/stat 8186 1726791687.19949: worker is 1 (out of 1 available) 8186 1726791687.19962: exiting _queue_task() for managed_node1/stat 8186 1726791687.19976: done queuing things up, now waiting for results queue to drain 8186 1726791687.19978: waiting for pending results... 8244 1726791687.20069: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree 8244 1726791687.20177: in run() - task 029c2e81-ca9f-66d5-1a1d-0000000001bb 8244 1726791687.20194: variable 'ansible_search_path' from source: unknown 8244 1726791687.20198: variable 'ansible_search_path' from source: unknown 8244 1726791687.20225: calling self._execute() 8244 1726791687.20273: variable 'ansible_host' from source: host vars for 'managed_node1' 8244 1726791687.20281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8244 1726791687.20289: variable 'omit' from source: magic vars 8244 1726791687.20593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8244 1726791687.20755: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8244 1726791687.20790: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8244 1726791687.20816: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8244 1726791687.20842: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8244 1726791687.20899: 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) 8244 1726791687.20915: 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) 8244 1726791687.20930: 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) 8244 1726791687.20944: 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) 8244 1726791687.21035: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 8244 1726791687.21043: variable 'omit' from source: magic vars 8244 1726791687.21089: variable 'omit' from source: magic vars 8244 1726791687.21112: variable 'omit' from source: magic vars 8244 1726791687.21131: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8244 1726791687.21151: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8244 1726791687.21166: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8244 1726791687.21182: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8244 1726791687.21195: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8244 1726791687.21217: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8244 1726791687.21222: variable 'ansible_host' from source: host vars for 'managed_node1' 8244 1726791687.21226: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8244 1726791687.21290: Set connection var ansible_shell_executable to /bin/sh 8244 1726791687.21298: Set connection var ansible_pipelining to False 8244 1726791687.21307: Set connection var ansible_module_compression to ZIP_DEFLATED 8244 1726791687.21310: Set connection var ansible_connection to ssh 8244 1726791687.21316: Set connection var ansible_timeout to 10 8244 1726791687.21319: Set connection var ansible_shell_type to sh 8244 1726791687.21332: variable 'ansible_shell_executable' from source: unknown 8244 1726791687.21336: variable 'ansible_connection' from source: unknown 8244 1726791687.21339: variable 'ansible_module_compression' from source: unknown 8244 1726791687.21342: variable 'ansible_shell_type' from source: unknown 8244 1726791687.21345: variable 'ansible_shell_executable' from source: unknown 8244 1726791687.21349: variable 'ansible_host' from source: host vars for 'managed_node1' 8244 1726791687.21353: variable 'ansible_pipelining' from source: unknown 8244 1726791687.21356: variable 'ansible_timeout' from source: unknown 8244 1726791687.21361: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8244 1726791687.21452: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8244 1726791687.21462: variable 'omit' from source: magic vars 8244 1726791687.21468: starting attempt loop 8244 1726791687.21471: running the handler 8244 1726791687.21482: _low_level_execute_command(): starting 8244 1726791687.21490: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8244 1726791687.23762: stdout chunk (state=2): >>>/root <<< 8244 1726791687.23876: stderr chunk (state=3): >>><<< 8244 1726791687.23882: stdout chunk (state=3): >>><<< 8244 1726791687.23901: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8244 1726791687.23913: _low_level_execute_command(): starting 8244 1726791687.23918: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977 `" && echo ansible-tmp-1726791687.2390814-8244-56701708295977="` echo /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977 `" ) && sleep 0' 8244 1726791687.26283: stdout chunk (state=2): >>>ansible-tmp-1726791687.2390814-8244-56701708295977=/root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977 <<< 8244 1726791687.26531: stderr chunk (state=3): >>><<< 8244 1726791687.26539: stdout chunk (state=3): >>><<< 8244 1726791687.26554: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791687.2390814-8244-56701708295977=/root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977 , stderr= 8244 1726791687.26603: variable 'ansible_module_compression' from source: unknown 8244 1726791687.26663: ANSIBALLZ: Using lock for stat 8244 1726791687.26668: ANSIBALLZ: Acquiring lock 8244 1726791687.26675: ANSIBALLZ: Lock acquired: 140400517386016 8244 1726791687.26679: ANSIBALLZ: Creating module 8244 1726791687.39696: ANSIBALLZ: Writing module into payload 8244 1726791687.39817: ANSIBALLZ: Writing module 8244 1726791687.39842: ANSIBALLZ: Renaming module 8244 1726791687.39850: ANSIBALLZ: Done creating module 8244 1726791687.39867: variable 'ansible_facts' from source: unknown 8244 1726791687.39944: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977/AnsiballZ_stat.py 8244 1726791687.40481: Sending initial data 8244 1726791687.40491: Sent initial data (150 bytes) 8244 1726791687.43268: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmph6jzg0h8 /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977/AnsiballZ_stat.py <<< 8244 1726791687.44791: stderr chunk (state=3): >>><<< 8244 1726791687.44799: stdout chunk (state=3): >>><<< 8244 1726791687.44820: done transferring module to remote 8244 1726791687.44835: _low_level_execute_command(): starting 8244 1726791687.44842: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977/ /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977/AnsiballZ_stat.py && sleep 0' 8244 1726791687.48147: stderr chunk (state=2): >>><<< 8244 1726791687.48155: stdout chunk (state=2): >>><<< 8244 1726791687.48173: _low_level_execute_command() done: rc=0, stdout=, stderr= 8244 1726791687.48178: _low_level_execute_command(): starting 8244 1726791687.48183: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977/AnsiballZ_stat.py && sleep 0' 8244 1726791687.52892: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8244 1726791687.52927: stdout chunk (state=3): >>>import '_warnings' # import '_thread' # import '_weakref' # <<< 8244 1726791687.52965: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8244 1726791687.53002: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8244 1726791687.53041: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') <<< 8244 1726791687.53071: stdout chunk (state=3): >>>import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8244 1726791687.53104: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py <<< 8244 1726791687.53129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8244 1726791687.53157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8244 1726791687.53180: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7d3e48> <<< 8244 1726791687.53220: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8244 1726791687.53256: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c769828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7d39b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8244 1726791687.53288: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c776630> import '_signal' # <<< 8244 1726791687.53323: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c77d160> <<< 8244 1726791687.53352: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8244 1726791687.53379: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8244 1726791687.53407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7820f0> <<< 8244 1726791687.53434: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c77d748> <<< 8244 1726791687.53454: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c77d390> <<< 8244 1726791687.53482: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8244 1726791687.53505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8244 1726791687.53527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8244 1726791687.53554: stdout chunk (state=3): >>>import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8244 1726791687.53585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c727470> <<< 8244 1726791687.53612: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8244 1726791687.53641: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c72ce48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c727b38> <<< 8244 1726791687.53677: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8244 1726791687.53703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8244 1726791687.53813: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7334e0> <<< 8244 1726791687.53833: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c716d68> <<< 8244 1726791687.53861: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c719198> <<< 8244 1726791687.53897: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8244 1726791687.53923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa27940> <<< 8244 1726791687.53946: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8244 1726791687.53977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa39240> <<< 8244 1726791687.54051: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c787a20> <<< 8244 1726791687.54067: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8244 1726791687.54283: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8244 1726791687.54320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8244 1726791687.54349: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8244 1726791687.54381: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8244 1726791687.54438: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8244 1726791687.54490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # <<< 8244 1726791687.54507: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8244 1726791687.54535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8244 1726791687.54560: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8244 1726791687.54597: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9a70f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py <<< 8244 1726791687.54624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9b1320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8244 1726791687.54886: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a9b1fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9b1b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9b50f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa02828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8244 1726791687.54916: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa02c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9f61d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9f6eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9ed4a8> <<< 8244 1726791687.54946: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9de4e0> <<< 8244 1726791687.54980: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8244 1726791687.55013: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8244 1726791687.55040: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8244 1726791687.55065: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a75e2e8> <<< 8244 1726791687.55097: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a765d68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9f64a8> <<< 8244 1726791687.55117: stdout chunk (state=3): >>>import '_locale' # <<< 8244 1726791687.55158: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' <<< 8244 1726791687.55195: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a76be80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9d9320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8244 1726791687.55236: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a771240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771048> <<< 8244 1726791687.55268: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a771358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa50080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8244 1726791687.55306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8244 1726791687.55340: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8244 1726791687.55371: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771a58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8244 1726791687.55399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a77f710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8244 1726791687.55423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8244 1726791687.55450: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8244 1726791687.55489: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a77fef0> <<< 8244 1726791687.55517: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8244 1726791687.55557: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a303208> <<< 8244 1726791687.55588: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a77f7f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8244 1726791687.55605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8244 1726791687.55653: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a309cf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771588> <<< 8244 1726791687.55690: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8244 1726791687.55719: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a32d358> <<< 8244 1726791687.55748: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a32d710> <<< 8244 1726791687.55770: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8244 1726791687.55803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8244 1726791687.55828: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a335400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8244 1726791687.55849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8244 1726791687.55874: stdout chunk (state=3): >>>import 'time' # <<< 8244 1726791687.55899: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8244 1726791687.55932: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8244 1726791687.55978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8244 1726791687.56010: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0dfc18> <<< 8244 1726791687.56678: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0d3358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0d3048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0c4ef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a335da0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a0d3fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a32da90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c6e6710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0da0b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c6e6a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a7718d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8244 1726791687.56724: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c6fc5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c6fce10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7004e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c6efb00> <<< 8244 1726791687.56748: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a3193c8> <<< 8244 1726791687.56775: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8244 1726791687.56801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8244 1726791687.56839: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c6fc470> <<< 8244 1726791687.56965: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8244 1726791687.56997: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68704908> <<< 8244 1726791687.57052: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8244 1726791687.57088: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 8244 1726791687.57196: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8244 1726791687.58181: stdout chunk (state=3): >>># zipimport: zlib available <<< 8244 1726791687.60129: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683c1ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683e8278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842b4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6842b5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842bb38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842e160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683c6390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683c6e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842c128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6840a2b0> <<< 8244 1726791687.60162: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b684014a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6871ff98> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68413320> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68413438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b686bbeb8> <<< 8244 1726791687.61311: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686c0f98> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686b12e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686b1b00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6841e7f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686e1f98> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686b1160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68371e10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68371f98> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6837f0b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68413588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8244 1726791687.61334: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6838da58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68386198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68386390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6837fc18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8244 1726791687.61374: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8244 1726791687.61400: stdout chunk (state=3): >>># zipimport: zlib available <<< 8244 1726791687.62502: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683a6e48> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683a6b00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683a6320> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683a6978> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68395c88> # zipimport: zlib available # zipimport: zlib available <<< 8244 1726791687.63605: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64d52550> # zipimport: zlib available # zipimport: zlib available <<< 8244 1726791687.64705: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64dc9dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8244 1726791687.64733: stdout chunk (state=3): >>># zipimport: zlib available <<< 8244 1726791687.65807: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b64dee128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64da0e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8244 1726791687.66900: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68471080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68471128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64de3940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8244 1726791687.68029: stdout chunk (state=3): >>># 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 builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8244 1726791687.69168: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8244 1726791687.69179: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8244 1726791687.69194: stdout chunk (state=3): >>><<< 8244 1726791687.69199: stderr chunk (state=3): >>><<< 8244 1726791687.69264: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7d3e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c769828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7d39b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c776630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c77d160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7820f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c77d748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c77d390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c727470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c72ce48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c727b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7334e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c716d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c719198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa27940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa39240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c787a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9a70f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9b1320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a9b1fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9b1b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9b50f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa02828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa02c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9f61d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9f6eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9ed4a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9de4e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a75e2e8> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a765d68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9f64a8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a76be80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a9d9320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a771240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771048> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a771358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6aa50080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771a58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a77f710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a77fef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a303208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a77f7f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a309cf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a771588> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a32d358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a32d710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a335400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0dfc18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0d3358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0d3048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0c4ef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a335da0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6a0d3fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a32da90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c6e6710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a0da0b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c6e6a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a7718d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c6fc5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c6fce10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c7004e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6c700240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c6efb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6a3193c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6c6fc470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68704908> # zipimport: found 33 names in '/tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683c1ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683e8278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842b4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6842b5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842bb38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842e160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683c6390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683c6e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6842c128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6840a2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b684014a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6871ff98> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68413320> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68413438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b686bbeb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686c0f98> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686b12e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686b1b00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6841e7f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686e1f98> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b686b1160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68371e10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68371f98> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6837f0b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68413588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b6838da58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68386198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b68386390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b6837fc18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b683a6e48> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683a6b00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683a6320> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b683a6978> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68395c88> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64d52550> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64dc9dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8b64dee128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64da0e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68471080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b68471128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8b64de3940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_7u67cscz/ansible_stat_payload.zip/ansible/modules/__init__.py # 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 builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re 8244 1726791687.69409: 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.16.11', '_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-1726791687.2390814-8244-56701708295977/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8244 1726791687.69424: _low_level_execute_command(): starting 8244 1726791687.69430: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791687.2390814-8244-56701708295977/ > /dev/null 2>&1 && sleep 0' 8244 1726791687.76955: stderr chunk (state=2): >>><<< 8244 1726791687.76967: stdout chunk (state=2): >>><<< 8244 1726791687.76991: _low_level_execute_command() done: rc=0, stdout=, stderr= 8244 1726791687.76999: handler run complete 8244 1726791687.77020: attempt loop complete, returning result 8244 1726791687.77025: _execute() done 8244 1726791687.77029: dumping result to json 8244 1726791687.77033: done dumping result, returning 8244 1726791687.77042: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if system is ostree [029c2e81-ca9f-66d5-1a1d-0000000001bb] 8244 1726791687.77047: sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001bb 8244 1726791687.77085: done sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001bb 8244 1726791687.77090: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 8186 1726791687.77549: no more pending results, returning what we have 8186 1726791687.77552: results queue empty 8186 1726791687.77553: checking for any_errors_fatal 8186 1726791687.77560: done checking for any_errors_fatal 8186 1726791687.77560: checking for max_fail_percentage 8186 1726791687.77562: done checking for max_fail_percentage 8186 1726791687.77562: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.77563: done checking to see if all hosts have failed 8186 1726791687.77564: getting the remaining hosts for this loop 8186 1726791687.77565: done getting the remaining hosts for this loop 8186 1726791687.77568: getting the next task for host managed_node1 8186 1726791687.77577: done getting next task for host managed_node1 8186 1726791687.77580: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8186 1726791687.77586: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.77597: getting variables 8186 1726791687.77599: in VariableManager get_vars() 8186 1726791687.77630: Calling all_inventory to load vars for managed_node1 8186 1726791687.77633: Calling groups_inventory to load vars for managed_node1 8186 1726791687.77635: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.77643: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.77646: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.77648: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.77815: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.78020: done with get_vars() 8186 1726791687.78036: done getting variables 8186 1726791687.78133: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.583) 0:00:04.160 **** 8186 1726791687.78166: entering _queue_task() for managed_node1/set_fact 8186 1726791687.78167: Creating lock for set_fact 8186 1726791687.78377: worker is 1 (out of 1 available) 8186 1726791687.78390: exiting _queue_task() for managed_node1/set_fact 8186 1726791687.78403: done queuing things up, now waiting for results queue to drain 8186 1726791687.78404: waiting for pending results... 8275 1726791687.79891: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree 8275 1726791687.80050: in run() - task 029c2e81-ca9f-66d5-1a1d-0000000001bc 8275 1726791687.80068: variable 'ansible_search_path' from source: unknown 8275 1726791687.80076: variable 'ansible_search_path' from source: unknown 8275 1726791687.80108: calling self._execute() 8275 1726791687.80176: variable 'ansible_host' from source: host vars for 'managed_node1' 8275 1726791687.80186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8275 1726791687.80196: variable 'omit' from source: magic vars 8275 1726791687.80629: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8275 1726791687.80989: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8275 1726791687.81030: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8275 1726791687.81062: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8275 1726791687.81100: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8275 1726791687.81178: 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) 8275 1726791687.81206: 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) 8275 1726791687.81231: 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) 8275 1726791687.81257: 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) 8275 1726791687.81374: Evaluated conditional (not __kernel_settings_is_ostree is defined): True 8275 1726791687.81382: variable 'omit' from source: magic vars 8275 1726791687.81443: variable 'omit' from source: magic vars 8275 1726791687.81555: variable '__ostree_booted_stat' from source: set_fact 8275 1726791687.81607: variable 'omit' from source: magic vars 8275 1726791687.81631: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8275 1726791687.81657: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8275 1726791687.81679: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8275 1726791687.81698: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8275 1726791687.81709: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8275 1726791687.81736: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8275 1726791687.81743: variable 'ansible_host' from source: host vars for 'managed_node1' 8275 1726791687.81747: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8275 1726791687.81844: Set connection var ansible_shell_executable to /bin/sh 8275 1726791687.81853: Set connection var ansible_pipelining to False 8275 1726791687.81863: Set connection var ansible_module_compression to ZIP_DEFLATED 8275 1726791687.81867: Set connection var ansible_connection to ssh 8275 1726791687.81875: Set connection var ansible_timeout to 10 8275 1726791687.81879: Set connection var ansible_shell_type to sh 8275 1726791687.81973: variable 'ansible_shell_executable' from source: unknown 8275 1726791687.81980: variable 'ansible_connection' from source: unknown 8275 1726791687.81983: variable 'ansible_module_compression' from source: unknown 8275 1726791687.81989: variable 'ansible_shell_type' from source: unknown 8275 1726791687.81991: variable 'ansible_shell_executable' from source: unknown 8275 1726791687.81995: variable 'ansible_host' from source: host vars for 'managed_node1' 8275 1726791687.82000: variable 'ansible_pipelining' from source: unknown 8275 1726791687.82003: variable 'ansible_timeout' from source: unknown 8275 1726791687.82006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8275 1726791687.82101: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8275 1726791687.82113: variable 'omit' from source: magic vars 8275 1726791687.82119: starting attempt loop 8275 1726791687.82122: running the handler 8275 1726791687.82131: handler run complete 8275 1726791687.82140: attempt loop complete, returning result 8275 1726791687.82143: _execute() done 8275 1726791687.82146: dumping result to json 8275 1726791687.82149: done dumping result, returning 8275 1726791687.82156: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree [029c2e81-ca9f-66d5-1a1d-0000000001bc] 8275 1726791687.82161: sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001bc 8275 1726791687.82190: done sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001bc 8275 1726791687.82193: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } 8186 1726791687.82550: no more pending results, returning what we have 8186 1726791687.82552: results queue empty 8186 1726791687.82553: checking for any_errors_fatal 8186 1726791687.82558: done checking for any_errors_fatal 8186 1726791687.82559: checking for max_fail_percentage 8186 1726791687.82560: done checking for max_fail_percentage 8186 1726791687.82561: checking to see if all hosts have failed and the running result is not ok 8186 1726791687.82561: done checking to see if all hosts have failed 8186 1726791687.82562: getting the remaining hosts for this loop 8186 1726791687.82563: done getting the remaining hosts for this loop 8186 1726791687.82566: getting the next task for host managed_node1 8186 1726791687.82577: done getting next task for host managed_node1 8186 1726791687.82580: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8186 1726791687.82585: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791687.82601: getting variables 8186 1726791687.82603: in VariableManager get_vars() 8186 1726791687.82634: Calling all_inventory to load vars for managed_node1 8186 1726791687.82636: Calling groups_inventory to load vars for managed_node1 8186 1726791687.82639: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791687.82646: Calling all_plugins_play to load vars for managed_node1 8186 1726791687.82649: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791687.82652: Calling groups_plugins_play to load vars for managed_node1 8186 1726791687.82857: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791687.83065: done with get_vars() 8186 1726791687.83077: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Thursday 19 September 2024 20:21:27 -0400 (0:00:00.049) 0:00:04.210 **** 8186 1726791687.83164: entering _queue_task() for managed_node1/stat 8186 1726791687.83354: worker is 1 (out of 1 available) 8186 1726791687.83366: exiting _queue_task() for managed_node1/stat 8186 1726791687.83379: done queuing things up, now waiting for results queue to drain 8186 1726791687.83381: waiting for pending results... 8276 1726791687.83883: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin 8276 1726791687.84036: in run() - task 029c2e81-ca9f-66d5-1a1d-0000000001be 8276 1726791687.84055: variable 'ansible_search_path' from source: unknown 8276 1726791687.84060: variable 'ansible_search_path' from source: unknown 8276 1726791687.84093: calling self._execute() 8276 1726791687.84156: variable 'ansible_host' from source: host vars for 'managed_node1' 8276 1726791687.84165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8276 1726791687.84175: variable 'omit' from source: magic vars 8276 1726791687.84610: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8276 1726791687.84903: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8276 1726791687.84945: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8276 1726791687.84981: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8276 1726791687.85016: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8276 1726791687.85095: 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) 8276 1726791687.85121: 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) 8276 1726791687.85146: 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) 8276 1726791687.85174: 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) 8276 1726791687.85289: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 8276 1726791687.85298: variable 'omit' from source: magic vars 8276 1726791687.85360: variable 'omit' from source: magic vars 8276 1726791687.85395: variable 'omit' from source: magic vars 8276 1726791687.85420: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8276 1726791687.85446: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8276 1726791687.85464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8276 1726791687.85485: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8276 1726791687.85497: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8276 1726791687.85524: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8276 1726791687.85531: variable 'ansible_host' from source: host vars for 'managed_node1' 8276 1726791687.85535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8276 1726791687.85633: Set connection var ansible_shell_executable to /bin/sh 8276 1726791687.85642: Set connection var ansible_pipelining to False 8276 1726791687.85652: Set connection var ansible_module_compression to ZIP_DEFLATED 8276 1726791687.85655: Set connection var ansible_connection to ssh 8276 1726791687.85660: Set connection var ansible_timeout to 10 8276 1726791687.85663: Set connection var ansible_shell_type to sh 8276 1726791687.85687: variable 'ansible_shell_executable' from source: unknown 8276 1726791687.85692: variable 'ansible_connection' from source: unknown 8276 1726791687.85696: variable 'ansible_module_compression' from source: unknown 8276 1726791687.85699: variable 'ansible_shell_type' from source: unknown 8276 1726791687.85702: variable 'ansible_shell_executable' from source: unknown 8276 1726791687.85705: variable 'ansible_host' from source: host vars for 'managed_node1' 8276 1726791687.85708: variable 'ansible_pipelining' from source: unknown 8276 1726791687.85711: variable 'ansible_timeout' from source: unknown 8276 1726791687.85715: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8276 1726791687.85847: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8276 1726791687.85859: variable 'omit' from source: magic vars 8276 1726791687.85865: starting attempt loop 8276 1726791687.85868: running the handler 8276 1726791687.85883: _low_level_execute_command(): starting 8276 1726791687.85962: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8276 1726791687.88463: stdout chunk (state=2): >>>/root <<< 8276 1726791687.88598: stderr chunk (state=3): >>><<< 8276 1726791687.88605: stdout chunk (state=3): >>><<< 8276 1726791687.88627: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8276 1726791687.88641: _low_level_execute_command(): starting 8276 1726791687.88646: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583 `" && echo ansible-tmp-1726791687.8863533-8276-96004033873583="` echo /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583 `" ) && sleep 0' 8276 1726791687.92182: stdout chunk (state=2): >>>ansible-tmp-1726791687.8863533-8276-96004033873583=/root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583 <<< 8276 1726791687.92322: stderr chunk (state=3): >>><<< 8276 1726791687.92330: stdout chunk (state=3): >>><<< 8276 1726791687.92346: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791687.8863533-8276-96004033873583=/root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583 , stderr= 8276 1726791687.92397: variable 'ansible_module_compression' from source: unknown 8276 1726791687.92450: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8276 1726791687.92489: variable 'ansible_facts' from source: unknown 8276 1726791687.92577: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583/AnsiballZ_stat.py 8276 1726791687.93321: Sending initial data 8276 1726791687.93336: Sent initial data (150 bytes) 8276 1726791687.96145: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmprlgfku_4 /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583/AnsiballZ_stat.py <<< 8276 1726791687.97622: stderr chunk (state=3): >>><<< 8276 1726791687.97637: stdout chunk (state=3): >>><<< 8276 1726791687.97670: done transferring module to remote 8276 1726791687.97688: _low_level_execute_command(): starting 8276 1726791687.97695: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583/ /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583/AnsiballZ_stat.py && sleep 0' 8276 1726791688.00799: stderr chunk (state=2): >>><<< 8276 1726791688.00812: stdout chunk (state=2): >>><<< 8276 1726791688.00833: _low_level_execute_command() done: rc=0, stdout=, stderr= 8276 1726791688.00842: _low_level_execute_command(): starting 8276 1726791688.00848: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583/AnsiballZ_stat.py && sleep 0' 8276 1726791688.04590: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # <<< 8276 1726791688.04958: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150818e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507ae828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1508189b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8276 1726791688.04999: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507bb630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c2160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c70f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c2748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c2390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15076c470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150771e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15076cb38> <<< 8276 1726791688.05061: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8276 1726791688.05169: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507784e0> <<< 8276 1726791688.05268: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15075bd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15075e198> <<< 8276 1726791688.05462: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea6c940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea7e240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507cca20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8276 1726791688.05682: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8276 1726791688.05997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8276 1726791688.06157: stdout chunk (state=3): >>>import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9ec0f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9f6320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e9f6fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9f6b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9fa0f0> <<< 8276 1726791688.06399: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea47828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea47c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea3b1d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea3beb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea324a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea234e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8276 1726791688.06465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7a32e8> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7aad68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea3b4a8> import '_locale' # <<< 8276 1726791688.07062: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b0e80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea1e320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e7b6240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6048> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e7b6358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea95080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6a58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7c4710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8276 1726791688.07270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7c4ef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e348208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7c47f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e34ecf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6588> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e372358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e372710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e37a400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e124c18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e118358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e118048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e109ef0> <<< 8276 1726791688.07298: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e37ada0> <<< 8276 1726791688.07396: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e118fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e372a90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8276 1726791688.07956: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc15072b780> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e11f0b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc15072bb00> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b68d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150741630> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8276 1726791688.07979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1507456a0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150745b70> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150745c88> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150741e80> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150745fd0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150745550> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1507452b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150734b70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e35e3c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507414e0> <<< 8276 1726791688.08368: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c749978> # zipimport: found 33 names in '/tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8276 1726791688.09801: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.10697: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py <<< 8276 1726791688.10719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c49d7f0> import 'atexit' # <<< 8276 1726791688.10737: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8276 1726791688.10772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8276 1726791688.10825: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8276 1726791688.10844: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c42d2e8> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c49de48> <<< 8276 1726791688.10861: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' <<< 8276 1726791688.10882: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c749fd0> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8276 1726791688.10903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8276 1726791688.10946: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c407ba8> <<< 8276 1726791688.10961: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8276 1726791688.10979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8276 1726791688.10992: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8276 1726791688.11024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8276 1726791688.11048: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8276 1726791688.11121: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4731d0> <<< 8276 1726791688.11154: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c41c390> <<< 8276 1726791688.11181: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' <<< 8276 1726791688.11193: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c41ceb8> <<< 8276 1726791688.11207: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8276 1726791688.11272: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c471198> <<< 8276 1726791688.11285: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c44e320> <<< 8276 1726791688.11587: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c445518> <<< 8276 1726791688.11603: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8276 1726791688.11619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8276 1726791688.11633: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c76bdd8> <<< 8276 1726791688.11666: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c45a3c8> <<< 8276 1726791688.11698: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c45a4e0> <<< 8276 1726791688.11722: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8276 1726791688.11734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8276 1726791688.11756: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8276 1726791688.11780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8276 1726791688.11805: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8276 1726791688.11818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8276 1726791688.11868: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c6fef60> <<< 8276 1726791688.11949: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' <<< 8276 1726791688.11965: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c703ef0> <<< 8276 1726791688.11982: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c6f5390> <<< 8276 1726791688.11995: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8276 1726791688.12012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c6f5ba8> <<< 8276 1726791688.12208: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c462898> <<< 8276 1726791688.12240: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8276 1726791688.12272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8276 1726791688.12291: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8276 1726791688.12307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8276 1726791688.12313: stdout chunk (state=3): >>>import '_string' # <<< 8276 1726791688.12403: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c725f28> <<< 8276 1726791688.12458: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c6f5208> <<< 8276 1726791688.12650: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c474e48> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c474f28> <<< 8276 1726791688.12903: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c4820f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c45a630> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c491a90> <<< 8276 1726791688.12962: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c48a1d0> <<< 8276 1726791688.12994: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c48a3c8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c482c50> <<< 8276 1726791688.13012: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.13033: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 8276 1726791688.13047: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.13113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.13189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8276 1726791688.13221: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8276 1726791688.13240: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.13324: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.13502: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8276 1726791688.13524: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c4ace48> <<< 8276 1726791688.13566: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4acb00> <<< 8276 1726791688.13603: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4ac320> <<< 8276 1726791688.13633: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8276 1726791688.13682: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4ac978> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c499c88> <<< 8276 1726791688.13701: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.14235: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.14602: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8276 1726791688.14633: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 8276 1726791688.14671: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available <<< 8276 1726791688.14703: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8276 1726791688.14732: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 8276 1726791688.14762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.14861: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.14987: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8276 1726791688.15016: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148d97c18> # zipimport: zlib available <<< 8276 1726791688.15373: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.15721: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.15772: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.15836: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8276 1726791688.15873: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.15900: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8276 1726791688.15972: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.16035: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 8276 1726791688.16059: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8276 1726791688.16080: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8276 1726791688.16111: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.16142: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8276 1726791688.16159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.17390: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148e0eef0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc148e301d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148de5ef0> <<< 8276 1726791688.17399: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8276 1726791688.18088: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8276 1726791688.18115: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8276 1726791688.18144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8276 1726791688.18162: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8276 1726791688.18184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8276 1726791688.18310: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c3d30f0> <<< 8276 1726791688.18337: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8276 1726791688.18456: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c3d3198> <<< 8276 1726791688.18495: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148e28b38> <<< 8276 1726791688.18558: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 8276 1726791688.18580: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.18615: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 8276 1726791688.18632: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.18661: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8276 1726791688.18770: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 8276 1726791688.18806: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8276 1726791688.18911: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.19080: stdout chunk (state=3): >>># zipimport: zlib available <<< 8276 1726791688.19229: 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"}}} <<< 8276 1726791688.19253: stdout chunk (state=3): >>># destroy __main__ <<< 8276 1726791688.19509: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins <<< 8276 1726791688.19560: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools <<< 8276 1726791688.19631: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters <<< 8276 1726791688.19690: stdout chunk (state=3): >>># cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8276 1726791688.19881: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8276 1726791688.19929: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8276 1726791688.19983: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8276 1726791688.20016: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8276 1726791688.20042: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8276 1726791688.20068: stdout chunk (state=3): >>># destroy selinux <<< 8276 1726791688.20092: stdout chunk (state=3): >>># destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8276 1726791688.20124: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref <<< 8276 1726791688.20159: stdout chunk (state=3): >>># cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8276 1726791688.20202: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types <<< 8276 1726791688.20236: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse <<< 8276 1726791688.20281: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8276 1726791688.20323: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess <<< 8276 1726791688.20353: stdout chunk (state=3): >>># destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8276 1726791688.20465: stdout chunk (state=3): >>># destroy posixpath <<< 8276 1726791688.20513: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq <<< 8276 1726791688.20536: stdout chunk (state=3): >>># destroy select # destroy linecache <<< 8276 1726791688.20558: stdout chunk (state=3): >>># destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8276 1726791688.20583: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator <<< 8276 1726791688.20599: stdout chunk (state=3): >>># destroy re <<< 8276 1726791688.20896: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8276 1726791688.20902: stdout chunk (state=3): >>><<< 8276 1726791688.20912: stderr chunk (state=3): >>><<< 8276 1726791688.20953: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150818e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507ae828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1508189b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507bb630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c2160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c70f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c2748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507c2390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15076c470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150771e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15076cb38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507784e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15075bd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc15075e198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea6c940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea7e240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507cca20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9ec0f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9f6320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e9f6fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9f6b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e9fa0f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea47828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea47c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea3b1d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea3beb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea324a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea234e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7a32e8> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7aad68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea3b4a8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b0e80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea1e320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e7b6240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6048> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e7b6358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14ea95080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6a58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7c4710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7c4ef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e348208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7c47f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e34ecf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b6588> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e372358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e372710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e37a400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e124c18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e118358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e118048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e109ef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e37ada0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14e118fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e372a90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc15072b780> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e11f0b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc15072bb00> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e7b68d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150741630> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1507456a0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150745b70> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150745c88> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150741e80> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc150745fd0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150745550> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1507452b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc150734b70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14e35e3c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1507414e0> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c749978> # zipimport: found 33 names in '/tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c49d7f0> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c42d2e8> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c49de48> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c749fd0> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c407ba8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4731d0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c41c390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c41ceb8> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c471198> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c44e320> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c445518> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c76bdd8> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c45a3c8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c45a4e0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c6fef60> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c703ef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c6f5390> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c6f5ba8> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c462898> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c725f28> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c6f5208> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c474e48> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c474f28> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c4820f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c45a630> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c491a90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c48a1d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c48a3c8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c482c50> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc14c4ace48> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4acb00> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4ac320> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c4ac978> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c499c88> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148d97c18> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148e0eef0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc148e301d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148de5ef0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c3d30f0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc14c3d3198> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc148e28b38> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload__7wv5zz2/ansible_stat_payload.zip/ansible/modules/__init__.py # 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 builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8276 1726791688.21077: 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.16.11', '_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-1726791687.8863533-8276-96004033873583/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8276 1726791688.21094: _low_level_execute_command(): starting 8276 1726791688.21100: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791687.8863533-8276-96004033873583/ > /dev/null 2>&1 && sleep 0' 8276 1726791688.23510: stderr chunk (state=2): >>><<< 8276 1726791688.23517: stdout chunk (state=2): >>><<< 8276 1726791688.23529: _low_level_execute_command() done: rc=0, stdout=, stderr= 8276 1726791688.23535: handler run complete 8276 1726791688.23550: attempt loop complete, returning result 8276 1726791688.23553: _execute() done 8276 1726791688.23556: dumping result to json 8276 1726791688.23561: done dumping result, returning 8276 1726791688.23568: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin [029c2e81-ca9f-66d5-1a1d-0000000001be] 8276 1726791688.23577: sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001be 8276 1726791688.23607: done sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001be 8276 1726791688.23611: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 8186 1726791688.23743: no more pending results, returning what we have 8186 1726791688.23746: results queue empty 8186 1726791688.23747: checking for any_errors_fatal 8186 1726791688.23752: done checking for any_errors_fatal 8186 1726791688.23753: checking for max_fail_percentage 8186 1726791688.23754: done checking for max_fail_percentage 8186 1726791688.23755: checking to see if all hosts have failed and the running result is not ok 8186 1726791688.23755: done checking to see if all hosts have failed 8186 1726791688.23756: getting the remaining hosts for this loop 8186 1726791688.23757: done getting the remaining hosts for this loop 8186 1726791688.23760: getting the next task for host managed_node1 8186 1726791688.23765: done getting next task for host managed_node1 8186 1726791688.23768: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8186 1726791688.23772: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791688.23783: getting variables 8186 1726791688.23784: in VariableManager get_vars() 8186 1726791688.23816: Calling all_inventory to load vars for managed_node1 8186 1726791688.23819: Calling groups_inventory to load vars for managed_node1 8186 1726791688.23820: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791688.23828: Calling all_plugins_play to load vars for managed_node1 8186 1726791688.23830: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791688.23833: Calling groups_plugins_play to load vars for managed_node1 8186 1726791688.23941: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791688.24062: done with get_vars() 8186 1726791688.24070: done getting variables 8186 1726791688.24115: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Thursday 19 September 2024 20:21:28 -0400 (0:00:00.409) 0:00:04.620 **** 8186 1726791688.24139: entering _queue_task() for managed_node1/set_fact 8186 1726791688.24297: worker is 1 (out of 1 available) 8186 1726791688.24313: exiting _queue_task() for managed_node1/set_fact 8186 1726791688.24324: done queuing things up, now waiting for results queue to drain 8186 1726791688.24326: waiting for pending results... 8301 1726791688.24436: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists 8301 1726791688.24557: in run() - task 029c2e81-ca9f-66d5-1a1d-0000000001bf 8301 1726791688.24577: variable 'ansible_search_path' from source: unknown 8301 1726791688.24581: variable 'ansible_search_path' from source: unknown 8301 1726791688.24609: calling self._execute() 8301 1726791688.24662: variable 'ansible_host' from source: host vars for 'managed_node1' 8301 1726791688.24673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8301 1726791688.24682: variable 'omit' from source: magic vars 8301 1726791688.25029: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8301 1726791688.25245: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8301 1726791688.25280: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8301 1726791688.25349: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8301 1726791688.25381: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8301 1726791688.25454: 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) 8301 1726791688.25481: 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) 8301 1726791688.25507: 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) 8301 1726791688.25531: 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) 8301 1726791688.25640: Evaluated conditional (not __kernel_settings_is_transactional is defined): True 8301 1726791688.25649: variable 'omit' from source: magic vars 8301 1726791688.25715: variable 'omit' from source: magic vars 8301 1726791688.25824: variable '__transactional_update_stat' from source: set_fact 8301 1726791688.25869: variable 'omit' from source: magic vars 8301 1726791688.25895: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8301 1726791688.25922: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8301 1726791688.25939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8301 1726791688.25955: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8301 1726791688.25966: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8301 1726791688.25997: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8301 1726791688.26004: variable 'ansible_host' from source: host vars for 'managed_node1' 8301 1726791688.26008: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8301 1726791688.26102: Set connection var ansible_shell_executable to /bin/sh 8301 1726791688.26111: Set connection var ansible_pipelining to False 8301 1726791688.26121: Set connection var ansible_module_compression to ZIP_DEFLATED 8301 1726791688.26124: Set connection var ansible_connection to ssh 8301 1726791688.26129: Set connection var ansible_timeout to 10 8301 1726791688.26132: Set connection var ansible_shell_type to sh 8301 1726791688.26151: variable 'ansible_shell_executable' from source: unknown 8301 1726791688.26156: variable 'ansible_connection' from source: unknown 8301 1726791688.26159: variable 'ansible_module_compression' from source: unknown 8301 1726791688.26162: variable 'ansible_shell_type' from source: unknown 8301 1726791688.26165: variable 'ansible_shell_executable' from source: unknown 8301 1726791688.26168: variable 'ansible_host' from source: host vars for 'managed_node1' 8301 1726791688.26171: variable 'ansible_pipelining' from source: unknown 8301 1726791688.26174: variable 'ansible_timeout' from source: unknown 8301 1726791688.26178: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8301 1726791688.26263: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8301 1726791688.26274: variable 'omit' from source: magic vars 8301 1726791688.26280: starting attempt loop 8301 1726791688.26283: running the handler 8301 1726791688.26295: handler run complete 8301 1726791688.26304: attempt loop complete, returning result 8301 1726791688.26306: _execute() done 8301 1726791688.26309: dumping result to json 8301 1726791688.26312: done dumping result, returning 8301 1726791688.26318: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists [029c2e81-ca9f-66d5-1a1d-0000000001bf] 8301 1726791688.26323: sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001bf 8301 1726791688.26345: done sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001bf 8301 1726791688.26348: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } 8186 1726791688.28652: no more pending results, returning what we have 8186 1726791688.28655: results queue empty 8186 1726791688.28656: checking for any_errors_fatal 8186 1726791688.28662: done checking for any_errors_fatal 8186 1726791688.28663: checking for max_fail_percentage 8186 1726791688.28664: done checking for max_fail_percentage 8186 1726791688.28665: checking to see if all hosts have failed and the running result is not ok 8186 1726791688.28666: done checking to see if all hosts have failed 8186 1726791688.28666: getting the remaining hosts for this loop 8186 1726791688.28668: done getting the remaining hosts for this loop 8186 1726791688.28673: getting the next task for host managed_node1 8186 1726791688.28682: done getting next task for host managed_node1 8186 1726791688.28687: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8186 1726791688.28692: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791688.28709: getting variables 8186 1726791688.28711: in VariableManager get_vars() 8186 1726791688.28746: Calling all_inventory to load vars for managed_node1 8186 1726791688.28749: Calling groups_inventory to load vars for managed_node1 8186 1726791688.28751: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791688.28760: Calling all_plugins_play to load vars for managed_node1 8186 1726791688.28763: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791688.28765: Calling groups_plugins_play to load vars for managed_node1 8186 1726791688.28968: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791688.29179: done with get_vars() 8186 1726791688.29191: done getting variables 8186 1726791688.29302: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Thursday 19 September 2024 20:21:28 -0400 (0:00:00.051) 0:00:04.672 **** 8186 1726791688.29335: entering _queue_task() for managed_node1/include_vars 8186 1726791688.29337: Creating lock for include_vars 8186 1726791688.29548: worker is 1 (out of 1 available) 8186 1726791688.29561: exiting _queue_task() for managed_node1/include_vars 8186 1726791688.29577: done queuing things up, now waiting for results queue to drain 8186 1726791688.29579: waiting for pending results... 8303 1726791688.31479: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables 8303 1726791688.31635: in run() - task 029c2e81-ca9f-66d5-1a1d-0000000001c1 8303 1726791688.31654: variable 'ansible_search_path' from source: unknown 8303 1726791688.31658: variable 'ansible_search_path' from source: unknown 8303 1726791688.31690: calling self._execute() 8303 1726791688.31759: variable 'ansible_host' from source: host vars for 'managed_node1' 8303 1726791688.31769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8303 1726791688.31779: variable 'omit' from source: magic vars 8303 1726791688.31876: variable 'omit' from source: magic vars 8303 1726791688.31945: variable 'omit' from source: magic vars 8303 1726791688.32286: variable 'ffparams' from source: task vars 8303 1726791688.33518: variable 'ansible_facts' from source: unknown 8303 1726791688.33710: variable 'ansible_facts' from source: unknown 8303 1726791688.33840: variable 'ansible_facts' from source: unknown 8303 1726791688.33967: variable 'ansible_facts' from source: unknown 8303 1726791688.34079: variable 'role_path' from source: magic vars 8303 1726791688.34235: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 8303 1726791688.34464: Loaded config def from plugin (lookup/first_found) 8303 1726791688.34474: Loading LookupModule 'first_found' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/first_found.py 8303 1726791688.34511: variable 'ansible_search_path' from source: unknown 8303 1726791688.34534: variable 'ansible_search_path' from source: unknown 8303 1726791688.34544: variable 'ansible_search_path' from source: unknown 8303 1726791688.34552: variable 'ansible_search_path' from source: unknown 8303 1726791688.34559: variable 'ansible_search_path' from source: unknown 8303 1726791688.34578: variable 'omit' from source: magic vars 8303 1726791688.35708: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8303 1726791688.35734: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8303 1726791688.35753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8303 1726791688.35770: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8303 1726791688.35781: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8303 1726791688.35810: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8303 1726791688.35816: variable 'ansible_host' from source: host vars for 'managed_node1' 8303 1726791688.35820: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8303 1726791688.35910: Set connection var ansible_shell_executable to /bin/sh 8303 1726791688.35918: Set connection var ansible_pipelining to False 8303 1726791688.35928: Set connection var ansible_module_compression to ZIP_DEFLATED 8303 1726791688.35931: Set connection var ansible_connection to ssh 8303 1726791688.35936: Set connection var ansible_timeout to 10 8303 1726791688.35939: Set connection var ansible_shell_type to sh 8303 1726791688.35960: variable 'ansible_shell_executable' from source: unknown 8303 1726791688.35964: variable 'ansible_connection' from source: unknown 8303 1726791688.35968: variable 'ansible_module_compression' from source: unknown 8303 1726791688.35970: variable 'ansible_shell_type' from source: unknown 8303 1726791688.35974: variable 'ansible_shell_executable' from source: unknown 8303 1726791688.35977: variable 'ansible_host' from source: host vars for 'managed_node1' 8303 1726791688.35981: variable 'ansible_pipelining' from source: unknown 8303 1726791688.35983: variable 'ansible_timeout' from source: unknown 8303 1726791688.35989: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8303 1726791688.36081: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8303 1726791688.36096: variable 'omit' from source: magic vars 8303 1726791688.36102: starting attempt loop 8303 1726791688.36106: running the handler 8303 1726791688.36160: handler run complete 8303 1726791688.36171: attempt loop complete, returning result 8303 1726791688.36175: _execute() done 8303 1726791688.36178: dumping result to json 8303 1726791688.36182: done dumping result, returning 8303 1726791688.36189: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set platform/version specific variables [029c2e81-ca9f-66d5-1a1d-0000000001c1] 8303 1726791688.36196: sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001c1 8303 1726791688.36227: done sending task result for task 029c2e81-ca9f-66d5-1a1d-0000000001c1 8303 1726791688.36229: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } 8186 1726791688.37348: no more pending results, returning what we have 8186 1726791688.37351: results queue empty 8186 1726791688.37352: checking for any_errors_fatal 8186 1726791688.37356: done checking for any_errors_fatal 8186 1726791688.37357: checking for max_fail_percentage 8186 1726791688.37358: done checking for max_fail_percentage 8186 1726791688.37359: checking to see if all hosts have failed and the running result is not ok 8186 1726791688.37359: done checking to see if all hosts have failed 8186 1726791688.37360: getting the remaining hosts for this loop 8186 1726791688.37361: done getting the remaining hosts for this loop 8186 1726791688.37364: getting the next task for host managed_node1 8186 1726791688.37374: done getting next task for host managed_node1 8186 1726791688.37378: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8186 1726791688.37381: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791688.37393: getting variables 8186 1726791688.37395: in VariableManager get_vars() 8186 1726791688.37426: Calling all_inventory to load vars for managed_node1 8186 1726791688.37428: Calling groups_inventory to load vars for managed_node1 8186 1726791688.37430: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791688.37443: Calling all_plugins_play to load vars for managed_node1 8186 1726791688.37446: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791688.37448: Calling groups_plugins_play to load vars for managed_node1 8186 1726791688.37619: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791688.37832: done with get_vars() 8186 1726791688.37843: done getting variables 8186 1726791688.37940: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Thursday 19 September 2024 20:21:28 -0400 (0:00:00.086) 0:00:04.758 **** 8186 1726791688.37974: entering _queue_task() for managed_node1/package 8186 1726791688.37976: Creating lock for package 8186 1726791688.38194: worker is 1 (out of 1 available) 8186 1726791688.38206: exiting _queue_task() for managed_node1/package 8186 1726791688.38217: done queuing things up, now waiting for results queue to drain 8186 1726791688.38219: waiting for pending results... 8304 1726791688.40080: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed 8304 1726791688.40219: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000013f 8304 1726791688.40238: variable 'ansible_search_path' from source: unknown 8304 1726791688.40242: variable 'ansible_search_path' from source: unknown 8304 1726791688.40272: calling self._execute() 8304 1726791688.40340: variable 'ansible_host' from source: host vars for 'managed_node1' 8304 1726791688.40349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8304 1726791688.40356: variable 'omit' from source: magic vars 8304 1726791688.40450: variable 'omit' from source: magic vars 8304 1726791688.40503: variable 'omit' from source: magic vars 8304 1726791688.40530: variable '__kernel_settings_packages' from source: include_vars 8304 1726791688.40862: variable '__kernel_settings_packages' from source: include_vars 8304 1726791688.42173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8304 1726791688.46789: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8304 1726791688.46856: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8304 1726791688.46910: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8304 1726791688.46945: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8304 1726791688.46970: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8304 1726791688.47055: 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) 8304 1726791688.47081: 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) 8304 1726791688.47107: 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) 8304 1726791688.47144: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 8304 1726791688.47157: 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) 8304 1726791688.47256: variable '__kernel_settings_is_ostree' from source: set_fact 8304 1726791688.47264: variable 'omit' from source: magic vars 8304 1726791688.47292: variable 'omit' from source: magic vars 8304 1726791688.47316: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8304 1726791688.47335: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8304 1726791688.47353: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8304 1726791688.47369: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8304 1726791688.47380: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8304 1726791688.47403: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8304 1726791688.47407: variable 'ansible_host' from source: host vars for 'managed_node1' 8304 1726791688.47409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8304 1726791688.47468: Set connection var ansible_shell_executable to /bin/sh 8304 1726791688.47474: Set connection var ansible_pipelining to False 8304 1726791688.47481: Set connection var ansible_module_compression to ZIP_DEFLATED 8304 1726791688.47483: Set connection var ansible_connection to ssh 8304 1726791688.47489: Set connection var ansible_timeout to 10 8304 1726791688.47491: Set connection var ansible_shell_type to sh 8304 1726791688.47511: variable 'ansible_shell_executable' from source: unknown 8304 1726791688.47517: variable 'ansible_connection' from source: unknown 8304 1726791688.47520: variable 'ansible_module_compression' from source: unknown 8304 1726791688.47523: variable 'ansible_shell_type' from source: unknown 8304 1726791688.47526: variable 'ansible_shell_executable' from source: unknown 8304 1726791688.47529: variable 'ansible_host' from source: host vars for 'managed_node1' 8304 1726791688.47532: variable 'ansible_pipelining' from source: unknown 8304 1726791688.47536: variable 'ansible_timeout' from source: unknown 8304 1726791688.47539: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8304 1726791688.47691: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8304 1726791688.47704: variable 'omit' from source: magic vars 8304 1726791688.47710: starting attempt loop 8304 1726791688.47713: running the handler 8304 1726791688.47795: variable 'ansible_facts' from source: unknown 8304 1726791688.47903: _low_level_execute_command(): starting 8304 1726791688.47912: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8304 1726791688.50920: stdout chunk (state=2): >>>/root <<< 8304 1726791688.50998: stderr chunk (state=3): >>><<< 8304 1726791688.51006: stdout chunk (state=3): >>><<< 8304 1726791688.51025: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8304 1726791688.51038: _low_level_execute_command(): starting 8304 1726791688.51044: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969 `" && echo ansible-tmp-1726791688.5103278-8304-81304039517969="` echo /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969 `" ) && sleep 0' 8304 1726791688.54041: stdout chunk (state=2): >>>ansible-tmp-1726791688.5103278-8304-81304039517969=/root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969 <<< 8304 1726791688.54176: stderr chunk (state=3): >>><<< 8304 1726791688.54183: stdout chunk (state=3): >>><<< 8304 1726791688.54201: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791688.5103278-8304-81304039517969=/root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969 , stderr= 8304 1726791688.54233: variable 'ansible_module_compression' from source: unknown 8304 1726791688.54288: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 8304 1726791688.54294: ANSIBALLZ: Acquiring lock 8304 1726791688.54297: ANSIBALLZ: Lock acquired: 140400519102096 8304 1726791688.54301: ANSIBALLZ: Creating module 8304 1726791688.71146: ANSIBALLZ: Writing module into payload 8304 1726791688.71354: ANSIBALLZ: Writing module 8304 1726791688.71375: ANSIBALLZ: Renaming module 8304 1726791688.71382: ANSIBALLZ: Done creating module 8304 1726791688.71400: variable 'ansible_facts' from source: unknown 8304 1726791688.71469: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969/AnsiballZ_dnf.py 8304 1726791688.71575: Sending initial data 8304 1726791688.71582: Sent initial data (149 bytes) 8304 1726791688.74200: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpb0axvl6j /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969/AnsiballZ_dnf.py <<< 8304 1726791688.75901: stderr chunk (state=3): >>><<< 8304 1726791688.75908: stdout chunk (state=3): >>><<< 8304 1726791688.75925: done transferring module to remote 8304 1726791688.75938: _low_level_execute_command(): starting 8304 1726791688.75944: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969/ /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969/AnsiballZ_dnf.py && sleep 0' 8304 1726791688.79289: stderr chunk (state=2): >>><<< 8304 1726791688.79297: stdout chunk (state=2): >>><<< 8304 1726791688.79313: _low_level_execute_command() done: rc=0, stdout=, stderr= 8304 1726791688.79318: _low_level_execute_command(): starting 8304 1726791688.79328: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969/AnsiballZ_dnf.py && sleep 0' 8304 1726791688.82205: stdout chunk (state=2): >>>import _frozen_importlib # frozen <<< 8304 1726791688.82220: stdout chunk (state=3): >>>import _imp # builtin import sys # builtin import '_warnings' # <<< 8304 1726791688.82230: stdout chunk (state=3): >>>import '_thread' # <<< 8304 1726791688.82251: stdout chunk (state=3): >>>import '_weakref' # <<< 8304 1726791688.82285: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8304 1726791688.82317: stdout chunk (state=3): >>>import '_io' # <<< 8304 1726791688.82324: stdout chunk (state=3): >>>import 'marshal' # <<< 8304 1726791688.82364: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # <<< 8304 1726791688.82380: stdout chunk (state=3): >>># installing zipimport hook <<< 8304 1726791688.82406: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8304 1726791688.82437: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.82454: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8304 1726791688.82483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8304 1726791688.82509: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2b31e48> <<< 8304 1726791688.82533: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8304 1726791688.82551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8304 1726791688.82568: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ac7828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2b319b0> <<< 8304 1726791688.82577: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py <<< 8304 1726791688.82596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ad4630> <<< 8304 1726791688.82616: stdout chunk (state=3): >>>import '_signal' # <<< 8304 1726791688.82635: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py <<< 8304 1726791688.82648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8304 1726791688.82658: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2adb160> <<< 8304 1726791688.82682: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8304 1726791688.82693: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py <<< 8304 1726791688.82705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8304 1726791688.82712: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8304 1726791688.82730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8304 1726791688.82737: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ae00f0> <<< 8304 1726791688.82757: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2adb748> <<< 8304 1726791688.82780: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2adb390> <<< 8304 1726791688.82810: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8304 1726791688.82818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8304 1726791688.82839: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8304 1726791688.82861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8304 1726791688.82875: stdout chunk (state=3): >>>import 'errno' # <<< 8304 1726791688.82891: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8304 1726791688.82949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a85470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8304 1726791688.82980: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a8ae48> <<< 8304 1726791688.83005: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a85b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8304 1726791688.83043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8304 1726791688.83446: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a914e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a74d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a77198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d85940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d97240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ae5a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8304 1726791688.83689: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8304 1726791688.83700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8304 1726791688.83718: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8304 1726791688.83734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8304 1726791688.83744: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8304 1726791688.83756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8304 1726791688.83776: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8304 1726791688.83801: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8304 1726791688.83863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8304 1726791688.83876: stdout chunk (state=3): >>>import '_functools' # <<< 8304 1726791688.83896: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8304 1726791688.83925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.83947: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8304 1726791688.83957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8304 1726791688.83979: stdout chunk (state=3): >>>import '_operator' # <<< 8304 1726791688.83990: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0cd9080> <<< 8304 1726791688.83998: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py <<< 8304 1726791688.84006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ce32b0> <<< 8304 1726791688.84024: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8304 1726791688.84031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8304 1726791688.84049: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.84065: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0ce3f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ce3a90> import 'itertools' # <<< 8304 1726791688.84087: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8304 1726791688.84094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8304 1726791688.84109: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ced080> <<< 8304 1726791688.84117: stdout chunk (state=3): >>>import '_collections' # <<< 8304 1726791688.84171: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d607b8> <<< 8304 1726791688.84178: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8304 1726791688.84195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8304 1726791688.84227: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d60ba8> <<< 8304 1726791688.84281: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d54160> <<< 8304 1726791688.84304: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8304 1726791688.84315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d54e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d4b438> <<< 8304 1726791688.84357: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d3c470> <<< 8304 1726791688.84378: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8304 1726791688.84392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8304 1726791688.84411: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8304 1726791688.84420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8304 1726791688.84440: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8304 1726791688.84475: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a91278> <<< 8304 1726791688.84489: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a98cf8> <<< 8304 1726791688.84503: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d543c8> <<< 8304 1726791688.84510: stdout chunk (state=3): >>>import '_locale' # <<< 8304 1726791688.84559: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8304 1726791688.84572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a9de10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d372b0> <<< 8304 1726791688.84589: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8304 1726791688.84600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8304 1726791688.84626: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.84633: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0aa31d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a9df98> <<< 8304 1726791688.84653: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0aa32e8> <<< 8304 1726791688.84664: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0da5fd0> <<< 8304 1726791688.84673: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8304 1726791688.84686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8304 1726791688.84699: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8304 1726791688.84717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.84724: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8304 1726791688.84741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8304 1726791688.84752: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa3dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa39e8> <<< 8304 1726791688.84774: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8304 1726791688.84785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ab16a0> <<< 8304 1726791688.84802: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8304 1726791688.84809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8304 1726791688.84833: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8304 1726791688.84891: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ab1e80> <<< 8304 1726791688.84908: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8304 1726791688.84918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8304 1726791688.84952: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0636198> <<< 8304 1726791688.84965: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ab1780> <<< 8304 1726791688.84990: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8304 1726791688.84997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8304 1726791688.85045: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da063cc88> <<< 8304 1726791688.85064: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa3518> <<< 8304 1726791688.85072: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8304 1726791688.85089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8304 1726791688.85103: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8304 1726791688.85113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da06612e8> <<< 8304 1726791688.85137: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.85147: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da06616a0> <<< 8304 1726791688.85159: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8304 1726791688.85179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8304 1726791688.85188: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8304 1726791688.85209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0667390> <<< 8304 1726791688.85230: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8304 1726791688.85248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8304 1726791688.85266: stdout chunk (state=3): >>>import 'time' # <<< 8304 1726791688.85281: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8304 1726791688.85295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8304 1726791688.85319: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8304 1726791688.85328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8304 1726791688.85334: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8304 1726791688.85376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8304 1726791688.85398: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' <<< 8304 1726791688.85406: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0411ba8> <<< 8304 1726791688.85515: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da04072e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03fff98> <<< 8304 1726791688.85527: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03f7e80> <<< 8304 1726791688.85555: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0667d30> <<< 8304 1726791688.85586: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.85600: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0407f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0661a20> <<< 8304 1726791688.85616: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8304 1726791688.85633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8304 1726791688.85672: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.85680: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a3d710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da040c048> <<< 8304 1726791688.85700: stdout chunk (state=3): >>>import 'pwd' # <<< 8304 1726791688.85710: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.85724: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a3da90> <<< 8304 1726791688.85771: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa3860> <<< 8304 1726791688.85790: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8304 1726791688.85804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8304 1726791688.85820: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8304 1726791688.85829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8304 1726791688.85858: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5a5c0> <<< 8304 1726791688.85883: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8304 1726791688.86030: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5e630> <<< 8304 1726791688.86051: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5eb00> <<< 8304 1726791688.86078: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.86110: stdout chunk (state=3): >>># extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5ec18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a5ae10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8304 1726791688.86140: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5ef60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a5e4e0> <<< 8304 1726791688.86187: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5e240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a4db00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da064b358> <<< 8304 1726791688.86239: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8304 1726791688.86303: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a5a470> <<< 8304 1726791688.86458: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ea36908> <<< 8304 1726791688.86539: stdout chunk (state=3): >>># zipimport: found 38 names in '/tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8304 1726791688.86570: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py <<< 8304 1726791688.86613: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.87655: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.88584: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8304 1726791688.88601: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e708ac8> import 'atexit' # <<< 8304 1726791688.88616: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8304 1726791688.88661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8304 1726791688.88700: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.88738: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e71f278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7604e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7605f8> <<< 8304 1726791688.88760: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8304 1726791688.88781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8304 1726791688.88824: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e760b38> <<< 8304 1726791688.88862: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8304 1726791688.88917: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py <<< 8304 1726791688.88938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8304 1726791688.89002: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6f1940> <<< 8304 1726791688.89033: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e6f1f60> <<< 8304 1726791688.89061: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e6f1d30> <<< 8304 1726791688.89126: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8304 1726791688.89146: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6a1ac8> <<< 8304 1726791688.89163: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e71f0f0> <<< 8304 1726791688.89454: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6bc4a8> <<< 8304 1726791688.89522: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ea59fd0> <<< 8304 1726791688.89595: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e6cf358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6cf470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8304 1726791688.89618: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8304 1726791688.89628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8304 1726791688.89689: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.89717: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e729ef0> <<< 8304 1726791688.89799: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e746080> <<< 8304 1726791688.89845: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e75d320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e75db38> <<< 8304 1726791688.90030: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6da828> <<< 8304 1726791688.90061: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8304 1726791688.90094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.90141: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8304 1726791688.90208: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7c9048> <<< 8304 1726791688.90265: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e75d198> <<< 8304 1726791688.90417: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7c9e80> <<< 8304 1726791688.90466: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7c9f98> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7dc128> <<< 8304 1726791688.90530: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6cf5c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8304 1726791688.90539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8304 1726791688.90577: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.90587: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7e7ac8> <<< 8304 1726791688.90734: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7e3208> <<< 8304 1726791688.90762: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.90774: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7e3400> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7dcc88> <<< 8304 1726791688.90784: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.90824: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8304 1726791688.90877: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.90949: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.90960: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py <<< 8304 1726791688.90987: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8304 1726791688.90996: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8304 1726791688.91079: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.91190: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.91215: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8304 1726791688.91226: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8304 1726791688.91255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791688.91288: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e802e80> <<< 8304 1726791688.91307: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e802b38> <<< 8304 1726791688.91354: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e802358> <<< 8304 1726791688.91377: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8304 1726791688.91403: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e8029b0> <<< 8304 1726791688.91423: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7f0cf8> # zipimport: zlib available <<< 8304 1726791688.91872: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.92320: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py <<< 8304 1726791688.92330: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8304 1726791688.92351: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py <<< 8304 1726791688.92359: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py <<< 8304 1726791688.92374: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.92393: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.92418: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8304 1726791688.92434: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.92450: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8304 1726791688.92567: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.92680: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8304 1726791688.92691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8304 1726791688.92713: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b089c88> <<< 8304 1726791688.92721: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93423: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93460: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93514: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8304 1726791688.93557: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93574: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py <<< 8304 1726791688.93609: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93640: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93708: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8304 1726791688.93729: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8304 1726791688.93778: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.93805: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8304 1726791688.93958: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.94123: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8304 1726791688.94131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8304 1726791688.94247: stdout chunk (state=3): >>>import '_ast' # <<< 8304 1726791688.94255: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b0fde10> <<< 8304 1726791688.94277: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8304 1726791688.94298: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8304 1726791688.94357: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.94417: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py <<< 8304 1726791688.94455: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 8304 1726791688.94493: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.94520: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8304 1726791688.94571: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8304 1726791688.94615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.94675: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8304 1726791688.94830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.94899: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9b09f128> <<< 8304 1726791688.94967: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b0dde48> <<< 8304 1726791688.94992: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py <<< 8304 1726791688.95003: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8304 1726791688.95054: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.95097: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.95123: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.95172: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.95432: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.95699: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8304 1726791688.95729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8304 1726791688.95747: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8304 1726791688.95757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8304 1726791688.95879: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b10d080> <<< 8304 1726791688.95902: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8304 1726791688.95919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8304 1726791688.96013: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b10d128> <<< 8304 1726791688.96063: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b071940> <<< 8304 1726791688.96123: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8304 1726791688.96140: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.96165: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py <<< 8304 1726791688.96189: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8304 1726791688.96209: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/pycompat24.py <<< 8304 1726791688.96294: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py <<< 8304 1726791688.96326: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8304 1726791688.96760: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.97161: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.98012: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791688.98806: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/email/__init__.py <<< 8304 1726791688.98817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/__init__.cpython-36.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad90438> <<< 8304 1726791688.98835: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/mime/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/__init__.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791688.98846: stdout chunk (state=3): >>>import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad90550> <<< 8304 1726791688.98864: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/mime/__pycache__/multipart.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/multipart.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/multipart.cpython-36.pyc' <<< 8304 1726791688.98879: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/mime/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/base.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/base.cpython-36.pyc' <<< 8304 1726791688.98889: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/policy.cpython-36.pyc matches /usr/lib64/python3.6/email/policy.py <<< 8304 1726791688.98913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/policy.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/_policybase.cpython-36.pyc matches /usr/lib64/python3.6/email/_policybase.py # code object from '/usr/lib64/python3.6/email/__pycache__/_policybase.cpython-36.pyc' <<< 8304 1726791688.98939: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/header.cpython-36.pyc matches /usr/lib64/python3.6/email/header.py <<< 8304 1726791688.98947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/header.cpython-36.pyc' <<< 8304 1726791688.98966: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/quoprimime.cpython-36.pyc matches /usr/lib64/python3.6/email/quoprimime.py # code object from '/usr/lib64/python3.6/email/__pycache__/quoprimime.cpython-36.pyc' <<< 8304 1726791688.98996: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad27358> <<< 8304 1726791688.99021: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/base64mime.cpython-36.pyc matches /usr/lib64/python3.6/email/base64mime.py # code object from '/usr/lib64/python3.6/email/__pycache__/base64mime.cpython-36.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad53438> # /usr/lib64/python3.6/email/__pycache__/errors.cpython-36.pyc matches /usr/lib64/python3.6/email/errors.py <<< 8304 1726791688.99033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/errors.cpython-36.pyc' <<< 8304 1726791688.99081: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad53668> <<< 8304 1726791688.99095: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/charset.cpython-36.pyc matches /usr/lib64/python3.6/email/charset.py # code object from '/usr/lib64/python3.6/email/__pycache__/charset.cpython-36.pyc' <<< 8304 1726791688.99121: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/encoders.cpython-36.pyc matches /usr/lib64/python3.6/email/encoders.py # code object from '/usr/lib64/python3.6/email/__pycache__/encoders.cpython-36.pyc' <<< 8304 1726791688.99163: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/quopri.cpython-36.pyc matches /usr/lib64/python3.6/quopri.py # code object from '/usr/lib64/python3.6/__pycache__/quopri.cpython-36.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad5d048> <<< 8304 1726791688.99175: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad59be0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad53748> <<< 8304 1726791688.99242: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad3b198> <<< 8304 1726791688.99267: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/utils.cpython-36.pyc matches /usr/lib64/python3.6/email/utils.py # code object from '/usr/lib64/python3.6/email/__pycache__/utils.cpython-36.pyc' <<< 8304 1726791688.99306: stdout chunk (state=3): >>># /usr/lib64/python3.6/urllib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/urllib/__init__.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/__init__.cpython-36.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad630f0> # /usr/lib64/python3.6/urllib/__pycache__/parse.cpython-36.pyc matches /usr/lib64/python3.6/urllib/parse.py <<< 8304 1726791688.99331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/urllib/__pycache__/parse.cpython-36.pyc' <<< 8304 1726791688.99465: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad631d0> <<< 8304 1726791688.99486: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc matches /usr/lib64/python3.6/email/_parseaddr.py <<< 8304 1726791688.99494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc' <<< 8304 1726791688.99518: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/calendar.cpython-36.pyc matches /usr/lib64/python3.6/calendar.py <<< 8304 1726791688.99535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/calendar.cpython-36.pyc' <<< 8304 1726791688.99563: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad7c3c8> <<< 8304 1726791688.99580: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad74668> <<< 8304 1726791688.99648: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad270f0> <<< 8304 1726791688.99668: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad8eb38> <<< 8304 1726791688.99693: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.pyc matches /usr/lib64/python3.6/email/headerregistry.py <<< 8304 1726791688.99701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.pyc' <<< 8304 1726791688.99727: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.pyc matches /usr/lib64/python3.6/email/_header_value_parser.py <<< 8304 1726791688.99760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.pyc' <<< 8304 1726791688.99781: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc matches /usr/lib64/python3.6/email/_encoded_words.py # code object from '/usr/lib64/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc' <<< 8304 1726791688.99808: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03d88d0> <<< 8304 1726791688.99928: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03b6b70> <<< 8304 1726791688.99962: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03a6d30> <<< 8304 1726791688.99996: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/contentmanager.cpython-36.pyc matches /usr/lib64/python3.6/email/contentmanager.py # code object from '/usr/lib64/python3.6/email/__pycache__/contentmanager.cpython-36.pyc' <<< 8304 1726791689.00010: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/message.cpython-36.pyc matches /usr/lib64/python3.6/email/message.py <<< 8304 1726791689.00044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/message.cpython-36.pyc' <<< 8304 1726791689.00066: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uu.cpython-36.pyc matches /usr/lib64/python3.6/uu.py # code object from '/usr/lib64/python3.6/__pycache__/uu.cpython-36.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ec5c0> <<< 8304 1726791689.00107: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/iterators.cpython-36.pyc matches /usr/lib64/python3.6/email/iterators.py # code object from '/usr/lib64/python3.6/email/__pycache__/iterators.cpython-36.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ec7b8> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1d2278> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03aeac8> <<< 8304 1726791689.00180: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a940> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a0f0> import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad90588> # /usr/lib64/python3.6/email/mime/__pycache__/nonmultipart.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/nonmultipart.cpython-36.pyc' <<< 8304 1726791689.00205: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a4e0> <<< 8304 1726791689.00247: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/mime/__pycache__/application.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/application.py <<< 8304 1726791689.00266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/mime/__pycache__/application.cpython-36.pyc' import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a898> <<< 8304 1726791689.00282: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/__pycache__/parser.cpython-36.pyc matches /usr/lib64/python3.6/email/parser.py # code object from '/usr/lib64/python3.6/email/__pycache__/parser.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.pyc matches /usr/lib64/python3.6/email/feedparser.py <<< 8304 1726791689.00302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.pyc' <<< 8304 1726791689.00343: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ece48> <<< 8304 1726791689.00360: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ecac8> <<< 8304 1726791689.00383: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/mimetypes.cpython-36.pyc matches /usr/lib64/python3.6/mimetypes.py # code object from '/usr/lib64/python3.6/__pycache__/mimetypes.cpython-36.pyc' <<< 8304 1726791689.00405: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ecd30> <<< 8304 1726791689.00415: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/netrc.cpython-36.pyc matches /usr/lib64/python3.6/netrc.py <<< 8304 1726791689.00440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/netrc.cpython-36.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab9ae10> <<< 8304 1726791689.00449: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gzip.cpython-36.pyc matches /usr/lib64/python3.6/gzip.py <<< 8304 1726791689.00472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gzip.cpython-36.pyc' <<< 8304 1726791689.00489: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab9c4a8> <<< 8304 1726791689.00521: stdout chunk (state=3): >>># /usr/lib64/python3.6/http/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/http/__init__.py # code object from '/usr/lib64/python3.6/http/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.00594: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aba17b8> <<< 8304 1726791689.00614: stdout chunk (state=3): >>># /usr/lib64/python3.6/http/__pycache__/client.cpython-36.pyc matches /usr/lib64/python3.6/http/client.py <<< 8304 1726791689.00641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/http/__pycache__/client.cpython-36.pyc' <<< 8304 1726791689.00697: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py <<< 8304 1726791689.00724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' <<< 8304 1726791689.00737: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py <<< 8304 1726791689.00818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' <<< 8304 1726791689.00896: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9abe12e8> <<< 8304 1726791689.00964: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791689.00974: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9abf4940> <<< 8304 1726791689.01196: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9abc87b8> <<< 8304 1726791689.01218: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aba1ba8> <<< 8304 1726791689.01226: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.01245: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.01280: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py <<< 8304 1726791689.01323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' <<< 8304 1726791689.01976: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9abc8748> <<< 8304 1726791689.01993: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/typing.py <<< 8304 1726791689.02007: stdout chunk (state=3): >>># /usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.pyc matches /usr/lib64/python3.6/http/cookiejar.py <<< 8304 1726791689.02037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.pyc' <<< 8304 1726791689.02050: stdout chunk (state=3): >>># /usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.pyc matches /usr/lib64/python3.6/urllib/request.py <<< 8304 1726791689.02103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.pyc' <<< 8304 1726791689.02130: stdout chunk (state=3): >>># /usr/lib64/python3.6/urllib/__pycache__/error.cpython-36.pyc matches /usr/lib64/python3.6/urllib/error.py <<< 8304 1726791689.02150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/urllib/__pycache__/error.cpython-36.pyc' <<< 8304 1726791689.02208: stdout chunk (state=3): >>># /usr/lib64/python3.6/urllib/__pycache__/response.cpython-36.pyc matches /usr/lib64/python3.6/urllib/response.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/response.cpython-36.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b17b6a0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b17b0b8> <<< 8304 1726791689.02279: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab6ca20> <<< 8304 1726791689.02691: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1609b0> import 'ansible.module_utils.six.moves.http_cookiejar' # import 'ansible.module_utils.six.moves.urllib' # <<< 8304 1726791689.02701: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.error' # <<< 8304 1726791689.02729: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 8304 1726791689.06414: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.06513: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/__pycache__/__about__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/__about__.py <<< 8304 1726791689.06527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/__about__.cpython-36.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b187470> <<< 8304 1726791689.06572: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/__pycache__/utils.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/utils.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/utils.cpython-36.pyc' <<< 8304 1726791689.06627: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/inspect.cpython-36.pyc matches /usr/lib64/python3.6/inspect.py <<< 8304 1726791689.06657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/inspect.cpython-36.pyc' <<< 8304 1726791689.06688: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/dis.cpython-36.pyc matches /usr/lib64/python3.6/dis.py # code object from '/usr/lib64/python3.6/__pycache__/dis.cpython-36.pyc' <<< 8304 1726791689.06699: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/opcode.cpython-36.pyc matches /usr/lib64/python3.6/opcode.py <<< 8304 1726791689.06730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/opcode.cpython-36.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9acaa4e0> <<< 8304 1726791689.06781: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aca1dd8> <<< 8304 1726791689.06838: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac96d30> <<< 8304 1726791689.07099: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b187d30> <<< 8304 1726791689.07131: stdout chunk (state=3): >>>import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1874a8> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab5ca90> <<< 8304 1726791689.07243: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/__init__.py <<< 8304 1726791689.07254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.07321: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/certificate_transparency.py <<< 8304 1726791689.07332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-36.pyc' <<< 8304 1726791689.07347: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc matches /usr/lib/python3.6/site-packages/six.py <<< 8304 1726791689.07370: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc' <<< 8304 1726791689.07425: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9accca58> <<< 8304 1726791689.07457: stdout chunk (state=3): >>>import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9accc828> <<< 8304 1726791689.07523: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/base.py <<< 8304 1726791689.07543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/base.cpython-36.pyc' <<< 8304 1726791689.07674: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/__init__.py <<< 8304 1726791689.07686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63978> <<< 8304 1726791689.07723: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__init__.py <<< 8304 1726791689.07731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63a20> <<< 8304 1726791689.07807: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__init__.py <<< 8304 1726791689.07818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63c50> <<< 8304 1726791689.07966: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.08068: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63dd8> <<< 8304 1726791689.08135: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-36.pyc' <<< 8304 1726791689.08176: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac76400> <<< 8304 1726791689.08245: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py <<< 8304 1726791689.08263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-36.pyc' <<< 8304 1726791689.08349: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/_oid.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-36.pyc' <<< 8304 1726791689.08364: stdout chunk (state=3): >>>import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac8aac8> <<< 8304 1726791689.08444: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac83b00> <<< 8304 1726791689.08520: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-36.pyc' <<< 8304 1726791689.08554: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/__pycache__/exceptions.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/exceptions.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/exceptions.cpython-36.pyc' <<< 8304 1726791689.08585: stdout chunk (state=3): >>>import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac8a080> <<< 8304 1726791689.08607: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ed25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac83e80> <<< 8304 1726791689.08681: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py <<< 8304 1726791689.08692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-36.pyc' <<< 8304 1726791689.08706: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ed448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac1e470> <<< 8304 1726791689.14340: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py <<< 8304 1726791689.14357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-36.pyc' <<< 8304 1726791689.14421: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/interfaces.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/interfaces.py <<< 8304 1726791689.14463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/interfaces.cpython-36.pyc' <<< 8304 1726791689.14498: stdout chunk (state=3): >>>import 'cryptography.hazmat.backends.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac2b748> <<< 8304 1726791689.14514: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac1e940> <<< 8304 1726791689.14625: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/extensions.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/extensions.py <<< 8304 1726791689.14699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/extensions.cpython-36.pyc' <<< 8304 1726791689.14757: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_der.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/_der.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_der.cpython-36.pyc' import 'cryptography.hazmat._der' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a716588> <<< 8304 1726791689.14826: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/constant_time.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-36.pyc' <<< 8304 1726791689.14850: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hmac.cpython-36.pyc matches /usr/lib64/python3.6/hmac.py # code object from '/usr/lib64/python3.6/__pycache__/hmac.cpython-36.pyc' <<< 8304 1726791689.14881: stdout chunk (state=3): >>># extension module '_hmacopenssl' loaded from '/usr/lib64/python3.6/lib-dynload/_hmacopenssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_hmacopenssl' executed from '/usr/lib64/python3.6/lib-dynload/_hmacopenssl.cpython-36m-x86_64-linux-gnu.so' import '_hmacopenssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9a71e3c8> <<< 8304 1726791689.14895: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a716be0> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a7169e8> <<< 8304 1726791689.15109: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.15150: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/base.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-36.pyc' <<< 8304 1726791689.15212: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.serialization.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a71e518> <<< 8304 1726791689.15289: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/ssh.py <<< 8304 1726791689.15309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-36.pyc' <<< 8304 1726791689.15442: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py <<< 8304 1726791689.15451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.15531: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/base.py <<< 8304 1726791689.15541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-36.pyc' <<< 8304 1726791689.15621: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/modes.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-36.pyc' <<< 8304 1726791689.15716: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4b41d0> <<< 8304 1726791689.15794: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a72eba8> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a72e908> <<< 8304 1726791689.15957: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py <<< 8304 1726791689.15967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-36.pyc' <<< 8304 1726791689.16002: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4c44e0> <<< 8304 1726791689.16105: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a7262b0> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a716ba8> <<< 8304 1726791689.16204: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/general_name.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/general_name.py <<< 8304 1726791689.16218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/general_name.cpython-36.pyc' <<< 8304 1726791689.16302: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/name.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/name.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/name.cpython-36.pyc' <<< 8304 1726791689.16373: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/oid.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/oid.py <<< 8304 1726791689.16383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/oid.cpython-36.pyc' <<< 8304 1726791689.16460: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/hashes.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-36.pyc' <<< 8304 1726791689.16539: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4e4c18> <<< 8304 1726791689.16607: stdout chunk (state=3): >>>import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4e46a0> <<< 8304 1726791689.16619: stdout chunk (state=3): >>>import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4e10f0> <<< 8304 1726791689.16676: stdout chunk (state=3): >>>import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a72e630> <<< 8304 1726791689.16846: stdout chunk (state=3): >>>import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac4f320> import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9acbb3c8> import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b187908> <<< 8304 1726791689.16868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.17033: stdout chunk (state=3): >>>import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py # zipimport: zlib available <<< 8304 1726791689.17133: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.17288: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py # zipimport: zlib available <<< 8304 1726791689.17326: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.17387: stdout chunk (state=3): >>>import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py # zipimport: zlib available <<< 8304 1726791689.17483: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.17615: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' <<< 8304 1726791689.17626: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a44d668> <<< 8304 1726791689.17636: stdout chunk (state=3): >>>import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py <<< 8304 1726791689.17738: stdout chunk (state=3): >>># zipimport: zlib available <<< 8304 1726791689.17923: stdout chunk (state=3): >>>import 'gc' # <<< 8304 1726791689.18197: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.18218: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/pycomp.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/pycomp.py <<< 8304 1726791689.18228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/pycomp.cpython-36.pyc' <<< 8304 1726791689.18274: stdout chunk (state=3): >>># /usr/lib64/python3.6/email/mime/__pycache__/text.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/text.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/text.cpython-36.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a423c88> <<< 8304 1726791689.18286: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py <<< 8304 1726791689.18333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' <<< 8304 1726791689.18615: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a423e80> <<< 8304 1726791689.18633: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py <<< 8304 1726791689.18675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a401c88> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4232b0> <<< 8304 1726791689.18706: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/const.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/const.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/const.cpython-36.pyc' <<< 8304 1726791689.18745: stdout chunk (state=3): >>># /usr/lib64/python3.6/distutils/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/distutils/__init__.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/__init__.cpython-36.pyc' import 'distutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a408780> # /usr/lib64/python3.6/distutils/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/distutils/sysconfig.py <<< 8304 1726791689.18790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/distutils/__pycache__/sysconfig.cpython-36.pyc' # /usr/lib64/python3.6/distutils/__pycache__/errors.cpython-36.pyc matches /usr/lib64/python3.6/distutils/errors.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/errors.cpython-36.pyc' <<< 8304 1726791689.18948: stdout chunk (state=3): >>>import 'distutils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a408f60> import 'distutils.sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a408940> import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a423748> # /usr/lib/python3.6/site-packages/dnf/__pycache__/base.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/base.py <<< 8304 1726791689.18972: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/base.cpython-36.pyc' <<< 8304 1726791689.19003: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libdnf/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/error.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/error.py <<< 8304 1726791689.19023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/error.cpython-36.pyc' <<< 8304 1726791689.20344: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.6/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9a380be0> <<< 8304 1726791689.20367: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a3808d0> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/common_types.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/common_types.py <<< 8304 1726791689.20415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/common_types.cpython-36.pyc' <<< 8304 1726791689.20540: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.6/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d919fd208> <<< 8304 1726791689.20574: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a380a20> <<< 8304 1726791689.20602: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libdnf/__pycache__/conf.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/conf.py <<< 8304 1726791689.20678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/conf.cpython-36.pyc' <<< 8304 1726791689.20803: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.6/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d91758da0> <<< 8304 1726791689.20879: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d919fd390> <<< 8304 1726791689.20901: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libdnf/__pycache__/module.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/module.py <<< 8304 1726791689.20952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/module.cpython-36.pyc' <<< 8304 1726791689.21103: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.6/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d91487cf8> <<< 8304 1726791689.21145: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9174c358> <<< 8304 1726791689.21166: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libdnf/__pycache__/repo.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/repo.py <<< 8304 1726791689.21190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/repo.cpython-36.pyc' <<< 8304 1726791689.21316: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.6/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d91437be0> <<< 8304 1726791689.21346: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d91487e80> <<< 8304 1726791689.21372: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libdnf/__pycache__/transaction.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/transaction.py <<< 8304 1726791689.21413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/transaction.cpython-36.pyc' <<< 8304 1726791689.21523: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.6/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d90eac780> <<< 8304 1726791689.21565: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9142b550> <<< 8304 1726791689.21593: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libdnf/__pycache__/utils.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/utils.cpython-36.pyc' <<< 8304 1726791689.21664: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.6/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d90e8f5f8> <<< 8304 1726791689.21685: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d90e9b898> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a380390> <<< 8304 1726791689.21707: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/comps.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/comps.py <<< 8304 1726791689.21732: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/comps.cpython-36.pyc' <<< 8304 1726791689.21750: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/exceptions.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/exceptions.py <<< 8304 1726791689.21764: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/exceptions.cpython-36.pyc' <<< 8304 1726791689.21783: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/i18n.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/i18n.py <<< 8304 1726791689.21794: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/i18n.cpython-36.pyc' <<< 8304 1726791689.21829: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d909cdb70> <<< 8304 1726791689.21857: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909c3eb8> <<< 8304 1726791689.21886: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/util.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/util.py <<< 8304 1726791689.22308: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/util.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/callback.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/callback.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/callback.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/yum/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/yum/__pycache__/__init__.cpython-36.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909dde48> # /usr/lib/python3.6/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.6/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/transaction.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/transaction.cpython-36.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909e6b70> # /usr/lib64/python3.6/site-packages/rpm/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.6/site-packages/rpm/__pycache__/__init__.cpython-36.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.6/site-packages/rpm/_rpm.cpython-36m-x86_64-linux-gnu.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.6/site-packages/rpm/_rpm.cpython-36m-x86_64-linux-gnu.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d909ee470> # /usr/lib64/python3.6/site-packages/rpm/__pycache__/transaction.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.6/site-packages/rpm/__pycache__/transaction.cpython-36.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909f5fd0> <<< 8304 1726791689.22388: stdout chunk (state=3): >>># extension module 'rpm._rpmb' loaded from '/usr/lib64/python3.6/site-packages/rpm/_rpmb.cpython-36m-x86_64-linux-gnu.so' # extension module 'rpm._rpmb' executed from '/usr/lib64/python3.6/site-packages/rpm/_rpmb.cpython-36m-x86_64-linux-gnu.so' import 'rpm._rpmb' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fd92940> <<< 8304 1726791689.22555: stdout chunk (state=3): >>># extension module 'rpm._rpms' loaded from '/usr/lib64/python3.6/site-packages/rpm/_rpms.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791689.22586: stdout chunk (state=3): >>># extension module 'rpm._rpms' executed from '/usr/lib64/python3.6/site-packages/rpm/_rpms.cpython-36m-x86_64-linux-gnu.so' import 'rpm._rpms' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fd92b00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909e6da0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909ddef0> <<< 8304 1726791689.22608: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909dd828> <<< 8304 1726791689.22629: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/hawkey/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/hawkey/__init__.py <<< 8304 1726791689.22649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/hawkey/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.22764: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.6/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.6/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fd9feb8> <<< 8304 1726791689.22792: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909ddc88> <<< 8304 1726791689.22857: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909cdd30> <<< 8304 1726791689.22892: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909c33c8> <<< 8304 1726791689.22921: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/libcomps/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.6/site-packages/libcomps/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.23066: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.6/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.6/site-packages/libcomps/_libpycomps.so' <<< 8304 1726791689.23090: stdout chunk (state=3): >>>import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fda4e80> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8fda4d30> <<< 8304 1726791689.23112: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a380518> <<< 8304 1726791689.23144: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/db/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/db/__pycache__/__init__.cpython-36.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8fdbc630> # /usr/lib/python3.6/site-packages/dnf/db/__pycache__/history.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/db/history.py <<< 8304 1726791689.23165: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/db/__pycache__/history.cpython-36.pyc' <<< 8304 1726791689.23193: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/yum/__pycache__/misc.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.6/site-packages/dnf/yum/__pycache__/misc.cpython-36.pyc' <<< 8304 1726791689.23216: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/crypto.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/crypto.py <<< 8304 1726791689.23248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/crypto.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/__init__.py <<< 8304 1726791689.23269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.23310: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/__pycache__/core.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/core.py <<< 8304 1726791689.23329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/core.cpython-36.pyc' <<< 8304 1726791689.23357: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/__pycache__/gpgme.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/gpgme.py <<< 8304 1726791689.23533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/gpgme.cpython-36.pyc' <<< 8304 1726791689.23639: stdout chunk (state=3): >>># extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.6/site-packages/gpg/_gpgme.cpython-36m-x86_64-linux-gnu.so' <<< 8304 1726791689.23660: stdout chunk (state=3): >>># extension module 'gpg._gpgme' executed from '/usr/lib64/python3.6/site-packages/gpg/_gpgme.cpython-36m-x86_64-linux-gnu.so' import 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8dc7e5c0> <<< 8304 1726791689.23786: stdout chunk (state=3): >>>import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dcade10> <<< 8304 1726791689.23814: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/__pycache__/errors.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/errors.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/errors.cpython-36.pyc' <<< 8304 1726791689.23841: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/util.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/util.cpython-36.pyc' import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b056ba8> <<< 8304 1726791689.23921: stdout chunk (state=3): >>>import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc7ecf8> <<< 8304 1726791689.23949: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.24031: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/data/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.24056: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/encoding.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/data/encoding.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/encoding.cpython-36.pyc' <<< 8304 1726791689.24102: stdout chunk (state=3): >>>import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fbe0> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00f9e8> <<< 8304 1726791689.24130: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/keylist/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.24154: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/keylist/mode.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-36.pyc' <<< 8304 1726791689.24196: stdout chunk (state=3): >>>import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fef0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fa58> <<< 8304 1726791689.24224: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sig/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.24250: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/mode.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sig/mode.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/mode.cpython-36.pyc' <<< 8304 1726791689.24293: stdout chunk (state=3): >>>import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a160> <<< 8304 1726791689.24315: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/notation.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sig/notation.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/notation.cpython-36.pyc' <<< 8304 1726791689.24363: stdout chunk (state=3): >>>import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a278> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fe48> <<< 8304 1726791689.24393: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/tofu/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.24415: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/tofu/policy.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-36.pyc' <<< 8304 1726791689.24463: stdout chunk (state=3): >>>import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a400> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a0b8> <<< 8304 1726791689.24486: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/create.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.pyc' <<< 8304 1726791689.24525: stdout chunk (state=3): >>>import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a2e8> <<< 8304 1726791689.24549: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/event.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/event.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/event.cpython-36.pyc' <<< 8304 1726791689.24594: stdout chunk (state=3): >>>import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a6d8> <<< 8304 1726791689.24620: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/import_type.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/import_type.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/import_type.cpython-36.pyc' <<< 8304 1726791689.24665: stdout chunk (state=3): >>>import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a780> <<< 8304 1726791689.24694: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/keysign.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/keysign.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/keysign.cpython-36.pyc' <<< 8304 1726791689.24732: stdout chunk (state=3): >>>import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a940> <<< 8304 1726791689.24757: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/md.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/md.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/md.cpython-36.pyc' <<< 8304 1726791689.24845: stdout chunk (state=3): >>>import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01aa20> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/pk.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/pk.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/pk.cpython-36.pyc' <<< 8304 1726791689.24872: stdout chunk (state=3): >>>import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01ad68> <<< 8304 1726791689.24897: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/protocol.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/protocol.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/protocol.cpython-36.pyc' <<< 8304 1726791689.24938: stdout chunk (state=3): >>>import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01afd0> <<< 8304 1726791689.24964: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/sigsum.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sigsum.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/sigsum.cpython-36.pyc' <<< 8304 1726791689.25010: stdout chunk (state=3): >>>import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e278> <<< 8304 1726791689.25036: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/status.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/status.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/status.cpython-36.pyc' import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e390> <<< 8304 1726791689.25058: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/validity.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/validity.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/validity.cpython-36.pyc' <<< 8304 1726791689.25101: stdout chunk (state=3): >>>import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e358> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aff3e80> <<< 8304 1726791689.25146: stdout chunk (state=3): >>>import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc95e48> <<< 8304 1726791689.25175: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/gpg/__pycache__/callbacks.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/callbacks.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/callbacks.cpython-36.pyc' <<< 8304 1726791689.25200: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' <<< 8304 1726791689.25232: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9b01e748> <<< 8304 1726791689.25261: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00f710> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dcaddd8> # /usr/lib64/python3.6/site-packages/gpg/__pycache__/version.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/version.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/version.cpython-36.pyc' <<< 8304 1726791689.25292: stdout chunk (state=3): >>>import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e630> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc95908> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc8ea90> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc88d68> <<< 8304 1726791689.25315: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/db/__pycache__/group.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/db/group.py <<< 8304 1726791689.25337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/db/__pycache__/group.cpython-36.pyc' <<< 8304 1726791689.25371: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc8ef98> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8fdbc5c0> <<< 8304 1726791689.25394: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.25421: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/config.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/config.cpython-36.pyc' <<< 8304 1726791689.25447: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/substitutions.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/substitutions.cpython-36.pyc' <<< 8304 1726791689.25471: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5f7e80> <<< 8304 1726791689.25496: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5f73c8> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5f7208> <<< 8304 1726791689.25520: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/read.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/read.cpython-36.pyc' <<< 8304 1726791689.25539: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/repo.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/repo.py <<< 8304 1726791689.25560: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/repo.cpython-36.pyc' <<< 8304 1726791689.25589: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/logging.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/logging.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/logging.cpython-36.pyc' <<< 8304 1726791689.25613: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/lock.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/lock.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/lock.cpython-36.pyc' <<< 8304 1726791689.25630: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d61c128> <<< 8304 1726791689.25655: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/handlers.cpython-36.pyc matches /usr/lib64/python3.6/logging/handlers.py <<< 8304 1726791689.25673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/handlers.cpython-36.pyc' <<< 8304 1726791689.25700: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py <<< 8304 1726791689.25726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' <<< 8304 1726791689.25749: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py <<< 8304 1726791689.25772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5c0d30> <<< 8304 1726791689.26265: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8d5ca470> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d626b70> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d61c550> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d610710> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d6014e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d601208> # /usr/lib/python3.6/site-packages/dnf/__pycache__/dnssec.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/dnssec.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/transaction.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/transaction.cpython-36.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e6d30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5cab70> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d6014a8> # /usr/lib/python3.6/site-packages/dnf/__pycache__/drpm.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/drpm.cpython-36.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e9358> # /usr/lib/python3.6/site-packages/dnf/__pycache__/goal.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/goal.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/goal.cpython-36.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e9518> # /usr/lib/python3.6/site-packages/dnf/__pycache__/history.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/history.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/history.cpython-36.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e95c0> # /usr/lib/python3.6/site-packages/dnf/module/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/module/__pycache__/__init__.cpython-36.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e96d8> # /usr/lib/python3.6/site-packages/dnf/module/__pycache__/module_base.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.6/site-packages/dnf/module/__pycache__/module_base.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/smartcols.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/smartcols.py <<< 8304 1726791689.26286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/smartcols.cpython-36.pyc' <<< 8304 1726791689.26381: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.6/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8d36ecc0> <<< 8304 1726791689.26397: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d35aba8> <<< 8304 1726791689.26415: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/selector.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/selector.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/selector.cpython-36.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d36eba8> <<< 8304 1726791689.26435: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/module/__pycache__/exceptions.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/module/exceptions.py <<< 8304 1726791689.26445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/module/__pycache__/exceptions.cpython-36.pyc' <<< 8304 1726791689.26463: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d36ec88> <<< 8304 1726791689.26474: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e9630> <<< 8304 1726791689.26492: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/persistor.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/persistor.cpython-36.pyc' <<< 8304 1726791689.26516: stdout chunk (state=3): >>># /usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.pyc matches /usr/lib64/python3.6/distutils/version.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.pyc' <<< 8304 1726791689.26532: stdout chunk (state=3): >>>import 'distutils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d37d940> <<< 8304 1726791689.26544: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d37d6a0> <<< 8304 1726791689.26565: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/plugin.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/plugin.py <<< 8304 1726791689.26576: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/plugin.cpython-36.pyc' <<< 8304 1726791689.26594: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d37de48> <<< 8304 1726791689.26604: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/query.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/query.py <<< 8304 1726791689.26625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/query.cpython-36.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d380f60> # /usr/lib/python3.6/site-packages/dnf/__pycache__/repodict.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/repodict.py <<< 8304 1726791689.26635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/repodict.cpython-36.pyc' <<< 8304 1726791689.26649: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d38f198> <<< 8304 1726791689.26670: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/connection.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/connection.cpython-36.pyc' <<< 8304 1726791689.26679: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d38fcf8> <<< 8304 1726791689.26701: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/miscutils.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/miscutils.py <<< 8304 1726791689.26711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/miscutils.cpython-36.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d38feb8> <<< 8304 1726791689.26733: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/sack.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/sack.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/sack.cpython-36.pyc' <<< 8304 1726791689.26750: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/package.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/package.py <<< 8304 1726791689.26762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/package.cpython-36.pyc' <<< 8304 1726791689.26780: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0db518> <<< 8304 1726791689.26791: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0db080> <<< 8304 1726791689.26809: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/subject.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/subject.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/subject.cpython-36.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0e46a0> <<< 8304 1726791689.26817: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a3d20b8> <<< 8304 1726791689.26834: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a42f400> <<< 8304 1726791689.27102: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py <<< 8304 1726791689.27114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0e4898> <<< 8304 1726791689.27254: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/builddep.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/builddep.py <<< 8304 1726791689.27269: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/builddep.cpython-36.pyc' <<< 8304 1726791689.27290: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnfpluginscore/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnfpluginscore/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.27308: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d1086a0> <<< 8304 1726791689.27323: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/__init__.py <<< 8304 1726791689.27335: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.27354: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/cli.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/cli.py <<< 8304 1726791689.27381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/cli.cpython-36.pyc' <<< 8304 1726791689.27404: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/output.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/output.py <<< 8304 1726791689.27443: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/output.cpython-36.pyc' <<< 8304 1726791689.27469: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/format.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/format.py <<< 8304 1726791689.27480: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/format.cpython-36.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0b3e80> <<< 8304 1726791689.27504: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/progress.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/progress.cpython-36.pyc' <<< 8304 1726791689.27524: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/term.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/term.cpython-36.pyc' <<< 8304 1726791689.27549: stdout chunk (state=3): >>># /usr/lib64/python3.6/curses/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/curses/__init__.py <<< 8304 1726791689.27557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/curses/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.27666: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8d0bff98> <<< 8304 1726791689.27689: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0bfb00> <<< 8304 1726791689.27699: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0ba7f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0ba198> <<< 8304 1726791689.27719: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d11a5c0> <<< 8304 1726791689.27751: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/aliases.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/aliases.cpython-36.pyc' <<< 8304 1726791689.27762: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0ba588> <<< 8304 1726791689.27778: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/__init__.py <<< 8304 1726791689.27808: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.27825: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/option_parser.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/option_parser.py <<< 8304 1726791689.27846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/option_parser.cpython-36.pyc' <<< 8304 1726791689.27865: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9dd7b8> <<< 8304 1726791689.27896: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0cb400> <<< 8304 1726791689.27917: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/alias.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/alias.py <<< 8304 1726791689.27928: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/alias.cpython-36.pyc' <<< 8304 1726791689.27936: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4048> <<< 8304 1726791689.27961: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-36.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f41d0> <<< 8304 1726791689.27983: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/check.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/check.py <<< 8304 1726791689.27996: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/check.cpython-36.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4400> <<< 8304 1726791689.28015: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/clean.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/clean.py <<< 8304 1726791689.28026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/clean.cpython-36.pyc' <<< 8304 1726791689.28034: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f46a0> <<< 8304 1726791689.28055: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-36.pyc' <<< 8304 1726791689.28074: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/repoquery.py <<< 8304 1726791689.28167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-36.pyc' <<< 8304 1726791689.28190: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4cf8> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4b00> <<< 8304 1726791689.28214: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/distrosync.py <<< 8304 1726791689.28227: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-36.pyc' <<< 8304 1726791689.28297: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9fa048> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-36.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9ffc18> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/group.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/group.cpython-36.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9ffdd8> <<< 8304 1726791689.28429: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/history.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/history.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/transaction_sr.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/transaction_sr.cpython-36.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca07cc0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca075f8> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/install.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/install.cpython-36.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14860> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-36.pyc' <<< 8304 1726791689.28447: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14b70> <<< 8304 1726791689.28470: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/mark.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/mark.cpython-36.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14cc0> <<< 8304 1726791689.28492: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/module.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/module.py <<< 8304 1726791689.28514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/module.cpython-36.pyc' <<< 8304 1726791689.28539: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14e80> <<< 8304 1726791689.28561: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-36.pyc' <<< 8304 1726791689.28586: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9abc50> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/remove.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/remove.cpython-36.pyc' <<< 8304 1726791689.28608: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9abe80> <<< 8304 1726791689.28632: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-36.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9b40b8> <<< 8304 1726791689.28659: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/search.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/search.cpython-36.pyc' <<< 8304 1726791689.28678: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/__pycache__/match_counter.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/match_counter.py <<< 8304 1726791689.28702: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/match_counter.cpython-36.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9b4d68> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9b4860> <<< 8304 1726791689.28722: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/shell.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/shell.cpython-36.pyc' <<< 8304 1726791689.28741: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/cmd.cpython-36.pyc matches /usr/lib64/python3.6/cmd.py <<< 8304 1726791689.28767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/cmd.cpython-36.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9bde48> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9bd630> <<< 8304 1726791689.28794: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/swap.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/swap.cpython-36.pyc' <<< 8304 1726791689.28815: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9c4a20> <<< 8304 1726791689.28831: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/updateinfo.py <<< 8304 1726791689.28851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-36.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9c4c88> <<< 8304 1726791689.28878: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-36.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9cecf8> <<< 8304 1726791689.28903: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-36.pyc' <<< 8304 1726791689.28928: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9ceef0> # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/demand.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/demand.cpython-36.pyc' <<< 8304 1726791689.28946: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d7080> <<< 8304 1726791689.28967: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d108c18> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d108860> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d108048> <<< 8304 1726791689.28995: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/changelog.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/changelog.cpython-36.pyc' <<< 8304 1726791689.29017: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dateutil/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.29041: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dateutil/__pycache__/_version.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/_version.cpython-36.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d7ac8> <<< 8304 1726791689.29062: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d77f0> # /usr/lib/python3.6/site-packages/dateutil/__pycache__/parser.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/parser.py <<< 8304 1726791689.29081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/parser.cpython-36.pyc' <<< 8304 1726791689.29112: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dateutil/__pycache__/relativedelta.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/relativedelta.cpython-36.pyc' <<< 8304 1726791689.29232: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dateutil/__pycache__/_common.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/_common.cpython-36.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c96e240> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c968630> # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/tz.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/tz.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/_common.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/_common.py <<< 8304 1726791689.29256: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/_common.cpython-36.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c980278> <<< 8304 1726791689.29871: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/win.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/win.cpython-36.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c96e7b8> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c96e4a8> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d7898> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d1088d0> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/config_manager.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/config_manager.cpython-36.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d76a0> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/copr.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/copr.cpython-36.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9946d8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debug.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debug.cpython-36.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c91d6d8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-36.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9273c8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/download.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/download.cpython-36.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9279e8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-36.pyc' # /usr/lib64/python3.6/sqlite3/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/sqlite3/__init__.py # code object from '/usr/lib64/python3.6/sqlite3/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/sqlite3/__pycache__/dbapi2.cpython-36.pyc matches /usr/lib64/python3.6/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.6/sqlite3/__pycache__/dbapi2.cpython-36.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8c939080> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c933978> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9336d8> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9332e8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-36.pyc' <<< 8304 1726791689.29887: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c933748> <<< 8304 1726791689.29914: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-36.pyc' <<< 8304 1726791689.29946: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/dbus/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/__init__.cpython-36.pyc' <<< 8304 1726791689.29997: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/dbus/__pycache__/_compat.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/_compat.cpython-36.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c945d30> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/exceptions.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/exceptions.cpython-36.pyc' <<< 8304 1726791689.30035: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c945e10> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/types.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/types.cpython-36.pyc' <<< 8304 1726791689.30143: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.6/site-packages/_dbus_bindings.so' <<< 8304 1726791689.30175: stdout chunk (state=3): >>># extension module '_dbus_bindings' executed from '/usr/lib64/python3.6/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8c94f668> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c94f438> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/_dbus.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/_dbus.cpython-36.pyc' <<< 8304 1726791689.30215: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/dbus/__pycache__/bus.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/bus.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/connection.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/connection.py <<< 8304 1726791689.30255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/connection.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/lowlevel.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/lowlevel.cpython-36.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c252ba8> <<< 8304 1726791689.30296: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/dbus/__pycache__/proxies.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/proxies.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/_expat_introspect_parser.py <<< 8304 1726791689.30331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-36.pyc' # /usr/lib64/python3.6/xml/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/xml/__init__.py <<< 8304 1726791689.30373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/xml/__pycache__/__init__.cpython-36.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c25ee80> # /usr/lib64/python3.6/xml/parsers/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/xml/parsers/__init__.py # code object from '/usr/lib64/python3.6/xml/parsers/__pycache__/__init__.cpython-36.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c2650b8> <<< 8304 1726791689.30401: stdout chunk (state=3): >>># /usr/lib64/python3.6/xml/parsers/__pycache__/expat.cpython-36.pyc matches /usr/lib64/python3.6/xml/parsers/expat.py # code object from '/usr/lib64/python3.6/xml/parsers/__pycache__/expat.cpython-36.pyc' <<< 8304 1726791689.30440: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8c265240> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c265128> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c25e908> <<< 8304 1726791689.30475: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c252cc0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c252080> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c248630> <<< 8304 1726791689.30509: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c94fe80> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c945710> <<< 8304 1726791689.30529: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c939b38> <<< 8304 1726791689.30563: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-36.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c94f518> <<< 8304 1726791689.30601: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repodiff.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repodiff.cpython-36.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c2655c0> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repograph.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repograph.py <<< 8304 1726791689.30639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repograph.cpython-36.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c2750b8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repomanage.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repomanage.py <<< 8304 1726791689.30675: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repomanage.cpython-36.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c275400> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/reposync.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/reposync.py <<< 8304 1726791689.30713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/reposync.cpython-36.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c275eb8> <<< 8304 1726791689.30735: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/system_upgrade.py <<< 8304 1726791689.30772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-36.pyc' <<< 8304 1726791689.30792: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c276a90> <<< 8304 1726791693.96083: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": false, "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, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}} <<< 8304 1726791694.00711: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 8304 1726791694.00741: stdout chunk (state=3): >>># destroy __main__ <<< 8304 1726791694.01298: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 8304 1726791694.01316: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ <<< 8304 1726791694.01339: stdout chunk (state=3): >>># clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 <<< 8304 1726791694.01356: stdout chunk (state=3): >>># cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre <<< 8304 1726791694.01374: stdout chunk (state=3): >>># cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess <<< 8304 1726791694.01407: stdout chunk (state=3): >>># cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext <<< 8304 1726791694.01428: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.mime.base # cleanup[2] removing email.policy # cleanup[2] removing email._policybase # cleanup[2] removing email.header # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.errors # cleanup[2] removing email.charset # cleanup[2] removing email.encoders # cleanup[2] removing quopri # cleanup[2] removing email.utils # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing email._parseaddr # cleanup[2] removing calendar # cleanup[2] removing email.headerregistry # cleanup[2] removing email._header_value_parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.contentmanager # cleanup[2] removing email.message # cleanup[2] removing uu # cleanup[2] removing email.iterators # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application <<< 8304 1726791694.01441: stdout chunk (state=3): >>># cleanup[2] removing email.parser # cleanup[2] removing email.feedparser # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing gzip # cleanup[2] removing http # cleanup[2] removing http.client # cleanup[2] removing ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing http.cookiejar # cleanup[2] removing urllib.request # cleanup[2] removing urllib.error # cleanup[2] removing urllib.response # cleanup[2] removing ansible.module_utils.six.moves.http_cookiejar # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.error # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing cryptography # destroy cryptography # cleanup[2] removing cryptography.__about__ # destroy cryptography.__about__ # cleanup[2] removing cryptography.utils # cleanup[2] removing inspect # cleanup[2] removing dis # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing _opcode <<< 8304 1726791694.01465: stdout chunk (state=3): >>># cleanup[2] removing cryptography.x509 # cleanup[2] removing cryptography.x509.certificate_transparency # cleanup[2] removing six # cleanup[2] removing cryptography.x509.base # cleanup[2] removing cryptography.hazmat # destroy cryptography.hazmat # cleanup[2] removing cryptography.hazmat.backends # destroy cryptography.hazmat.backends # cleanup[2] removing cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat._oid # destroy cryptography.hazmat._oid # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[2] removing cryptography.exceptions # destroy cryptography.exceptions # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.backends.interfaces # cleanup[2] removing cryptography.x509.extensions # cleanup[2] removing cryptography.hazmat._der # destroy cryptography.hazmat._der # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing hmac # cleanup[2] removing _hmacopenssl # cleanup[2] removing cryptography.hazmat.primitives.serialization # cleanup[2] removing cryptography.hazmat.primitives.serialization.base # cleanup[2] removing cryptography.hazmat.primitives.serialization.ssh # cleanup[2] removing cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # destroy cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.x509.general_name # cleanup[2] removing cryptography.x509.name # cleanup[2] removing cryptography.x509.oid # cleanup[2] removing cryptography.hazmat.primitives.hashes # 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 glob # cleanup[2] removing gc # cleanup[2] removing dnf # cleanup[2] removing dnf.pycomp # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing queue # cleanup[2] removing dnf.const # cleanup[2] removing distutils # cleanup[2] removing distutils.sysconfig # cleanup[2] removing distutils.errors # cleanup[2] removing dnf.base # cleanup[2] removing libdnf # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._error <<< 8304 1726791694.01476: stdout chunk (state=3): >>># 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 dnf.comps # cleanup[2] removing dnf.exceptions # cleanup[2] removing dnf.i18n # cleanup[2] removing unicodedata # cleanup[2] removing dnf.util # cleanup[2] removing dnf.callback # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm._rpmb # cleanup[2] removing rpm._rpms # cleanup[2] removing hawkey # cleanup[2] removing hawkey._hawkey # cleanup[2] removing libcomps # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.crypto # cleanup[2] removing gpg <<< 8304 1726791694.01495: stdout chunk (state=3): >>># destroy gpg # cleanup[2] removing gpg.core # destroy gpg.core # cleanup[2] removing gpg.gpgme # cleanup[2] removing gpg._gpgme # cleanup[2] removing gpg.errors # cleanup[2] removing gpg.util # cleanup[2] removing gpg.constants # cleanup[2] removing gpg.constants.data # cleanup[2] removing gpg.constants.data.encoding # cleanup[2] removing gpg.constants.keylist # cleanup[2] removing gpg.constants.keylist.mode # cleanup[2] removing gpg.constants.sig # cleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing gpg.constants.sig.notation # cleanup[2] removing gpg.constants.tofu # cleanup[2] removing gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.create # cleanup[2] removing gpg.constants.event # cleanup[2] removing gpg.constants.import_type # cleanup[2] removing gpg.constants.keysign # cleanup[2] removing gpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing gpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2] removing gpg.constants.status # cleanup[2] removing gpg.constants.validity # cleanup[2] removing gpg.callbacks # destroy gpg.callbacks # cleanup[2] removing getpass # destroy getpass # cleanup[2] removing termios # cleanup[2] removing gpg.version # destroy gpg.version # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.lock # cleanup[2] removing logging.handlers # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing dnf.module.module_base # 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.persistor # cleanup[2] removing distutils.version # 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.sack # cleanup[2] removing dnf.package # cleanup[2] removing dnf.subject # cleanup[2] removing _bootlocale <<< 8304 1726791694.01517: stdout chunk (state=3): >>># destroy _bootlocale # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.format # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.term # cleanup[2] removing curses # cleanup[2] removing _curses # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.option_parser # 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.deplist # cleanup[2] removing dnf.cli.commands.repoquery # 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.cli.commands.history # cleanup[2] removing dnf.transaction_sr # 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.cli.commands.search # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing cmd # 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.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dateutil # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil.parser # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz._common # cleanup[2] removing six.moves # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager <<< 8304 1726791694.01537: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing _sqlite3 # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dbus # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing dbus.types # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus.bus # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.lowlevel # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # 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 dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # 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.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade <<< 8304 1726791694.01572: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8304 1726791694.02133: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8304 1726791694.02152: stdout chunk (state=3): >>># destroy zipimport <<< 8304 1726791694.02169: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma <<< 8304 1726791694.02197: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 8304 1726791694.02216: stdout chunk (state=3): >>># destroy syslog # destroy ctypes # destroy systemd._journal # destroy systemd._reader <<< 8304 1726791694.02227: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._daemon <<< 8304 1726791694.02244: stdout chunk (state=3): >>># destroy selinux <<< 8304 1726791694.02259: stdout chunk (state=3): >>># destroy ansible.module_utils.distro._distro <<< 8304 1726791694.02278: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy platform # destroy ansible.module_utils.compat.typing # destroy cryptography.x509 # destroy cryptography.x509.certificate_transparency # destroy cryptography.x509.oid # destroy cryptography.x509.name # destroy cryptography.x509.general_name # destroy cryptography.x509.extensions # destroy cryptography.x509.base # destroy cryptography.hazmat.primitives.hashes <<< 8304 1726791694.02333: stdout chunk (state=3): >>># destroy six.moves.urllib # destroy six.moves <<< 8304 1726791694.02343: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy cryptography.hazmat.backends.interfaces # destroy cryptography.hazmat.primitives.asymmetric.ed448 <<< 8304 1726791694.02368: stdout chunk (state=3): >>># destroy cryptography.hazmat.primitives.constant_time # destroy cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.serialization.base # destroy cryptography.hazmat.primitives.serialization.ssh <<< 8304 1726791694.02391: stdout chunk (state=3): >>># destroy hmac # destroy _hmacopenssl # destroy cryptography.hazmat.primitives.asymmetric.dsa # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography.hazmat.primitives.asymmetric.ed25519 # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.modes <<< 8304 1726791694.02403: stdout chunk (state=3): >>># destroy six # destroy cryptography.utils <<< 8304 1726791694.02448: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.relativedelta # destroy dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz.tz <<< 8304 1726791694.02482: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 <<< 8304 1726791694.02503: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # destroy _dbus_bindings # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 8304 1726791694.02524: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 8304 1726791694.02562: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib <<< 8304 1726791694.02574: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping _io # cleanup[3] wiping marshal # destroy marshal <<< 8304 1726791694.02585: stdout chunk (state=3): >>># cleanup[3] wiping posix # cleanup[3] wiping encodings <<< 8304 1726791694.02596: stdout chunk (state=3): >>># destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os <<< 8304 1726791694.02604: stdout chunk (state=3): >>># cleanup[3] wiping errno <<< 8304 1726791694.02632: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping base64 # cleanup[3] wiping re # destroy sre_compile # destroy copyreg # cleanup[3] wiping enum # cleanup[3] wiping types <<< 8304 1726791694.02645: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 8304 1726791694.02657: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale <<< 8304 1726791694.02672: stdout chunk (state=3): >>># cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping binascii # cleanup[3] wiping importlib # destroy importlib.util # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping warnings <<< 8304 1726791694.02685: stdout chunk (state=3): >>># cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.abc # destroy _frozen_importlib_external # destroy importlib.machinery # cleanup[3] wiping contextlib # destroy _collections_abc # cleanup[3] wiping shutil # cleanup[3] wiping fnmatch # cleanup[3] wiping zlib # cleanup[3] wiping _compression # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # cleanup[3] wiping linecache <<< 8304 1726791694.02711: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # destroy io # cleanup[3] wiping token <<< 8304 1726791694.02723: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping grp <<< 8304 1726791694.02731: stdout chunk (state=3): >>># destroy grp # cleanup[3] wiping tempfile # cleanup[3] wiping random <<< 8304 1726791694.02747: stdout chunk (state=3): >>># destroy _random # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # destroy _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping atexit # cleanup[3] wiping datetime <<< 8304 1726791694.02759: stdout chunk (state=3): >>># cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping subprocess # cleanup[3] wiping signal <<< 8304 1726791694.02788: stdout chunk (state=3): >>># destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # cleanup[3] wiping logging # destroy atexit # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping _socket # destroy _socket # cleanup[3] wiping json <<< 8304 1726791694.02804: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json <<< 8304 1726791694.02816: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping copy # cleanup[3] wiping ast # cleanup[3] wiping _selinux <<< 8304 1726791694.02831: stdout chunk (state=3): >>># cleanup[3] wiping argparse # cleanup[3] wiping textwrap # cleanup[3] wiping gettext <<< 8304 1726791694.02842: stdout chunk (state=3): >>># cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email.mime # destroy email.mime.base # destroy email.mime.multipart # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.text # destroy email.base64mime # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping email.header # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.charset <<< 8304 1726791694.02855: stdout chunk (state=3): >>># cleanup[3] wiping email.encoders # cleanup[3] wiping quopri # cleanup[3] wiping email.utils <<< 8304 1726791694.02866: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping urllib.parse # cleanup[3] wiping calendar # cleanup[3] wiping email._header_value_parser # destroy email._encoded_words <<< 8304 1726791694.02898: stdout chunk (state=3): >>># cleanup[3] wiping email.message # destroy uu # destroy quopri # cleanup[3] wiping gzip # destroy _compression # destroy zlib # cleanup[3] wiping http # destroy http.client # destroy http.cookiejar # cleanup[3] wiping ssl # destroy ipaddress # destroy textwrap # cleanup[3] wiping _ssl # destroy _ssl # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping ansible.module_utils.six.moves.urllib.error # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping inspect <<< 8304 1726791694.02911: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy enum # destroy linecache # destroy tokenize # destroy token <<< 8304 1726791694.02923: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping glob <<< 8304 1726791694.02933: stdout chunk (state=3): >>># cleanup[3] wiping gc # 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 <<< 8304 1726791694.02948: stdout chunk (state=3): >>># 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 <<< 8304 1726791694.02959: stdout chunk (state=3): >>># 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 # 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 queue # cleanup[3] wiping distutils # destroy distutils.errors # destroy distutils.sysconfig # destroy distutils.version # 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._error # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._conf <<< 8304 1726791694.02982: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._utils # cleanup[3] wiping unicodedata # cleanup[3] wiping rpm # destroy rpm._rpmb # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 8304 1726791694.02996: stdout chunk (state=3): >>># destroy rpm._rpm # cleanup[3] wiping rpm._rpms # destroy rpm._rpms # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # destroy hawkey._hawkey # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # destroy libcomps._libpycomps # cleanup[3] wiping dnf.yum.misc # destroy _stat <<< 8304 1726791694.03008: stdout chunk (state=3): >>># cleanup[3] wiping gpg.gpgme <<< 8304 1726791694.03023: stdout chunk (state=3): >>># cleanup[3] wiping gpg._gpgme <<< 8304 1726791694.03043: stdout chunk (state=3): >>># cleanup[3] wiping gpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.constants <<< 8304 1726791694.03052: stdout chunk (state=3): >>># destroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy gpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy gpg.constants.sig # destroy gpg.constants.sig.mode <<< 8304 1726791694.03076: stdout chunk (state=3): >>># destroy gpg.constants.sig.notation # destroy gpg.constants.tofu # destroy gpg.constants.tofu.policy # destroy gpg.constants.create # destroy gpg.constants.event # destroy gpg.constants.import_type # destroy gpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk # destroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy gpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping termios # cleanup[3] wiping pickle # destroy _compat_pickle # cleanup[3] wiping _pickle # destroy _pickle # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.cli.output <<< 8304 1726791694.03089: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses # destroy _curses # cleanup[3] wiping dnf.cli.commands <<< 8304 1726791694.03111: stdout chunk (state=3): >>># 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 # cleanup[3] wiping cmd # cleanup[3] wiping _sqlite3 # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8304 1726791694.03595: stdout chunk (state=3): >>># destroy libdnf._error # destroy _heapq # destroy _thread # destroy _warnings <<< 8304 1726791694.03615: stdout chunk (state=3): >>># destroy stat # destroy _sre # destroy sre_parse <<< 8304 1726791694.03625: stdout chunk (state=3): >>># destroy select <<< 8304 1726791694.03644: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 8304 1726791694.03661: stdout chunk (state=3): >>># destroy pickle <<< 8304 1726791694.03685: 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 ansible.module_utils.six.moves # destroy _operator <<< 8304 1726791694.03728: stdout chunk (state=3): >>># destroy bisect # destroy posixpath <<< 8304 1726791694.03740: stdout chunk (state=3): >>># destroy posix # destroy http # destroy socket # destroy ssl <<< 8304 1726791694.03783: stdout chunk (state=3): >>># destroy gzip <<< 8304 1726791694.03797: stdout chunk (state=3): >>># destroy abc # destroy email.header # destroy email.charset # destroy email.utils # destroy email._header_value_parser # destroy email.quoprimime <<< 8304 1726791694.03839: stdout chunk (state=3): >>># destroy threading <<< 8304 1726791694.03851: stdout chunk (state=3): >>># destroy email.message # destroy email.errors # destroy email.encoders <<< 8304 1726791694.03872: stdout chunk (state=3): >>># destroy signal # destroy unicodedata <<< 8304 1726791694.03890: stdout chunk (state=3): >>># destroy email # destroy queue # destroy urllib # destroy pwd <<< 8304 1726791694.03911: stdout chunk (state=3): >>># destroy gettext # destroy libcomps # destroy locale # destroy contextlib # destroy string # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy hashlib # destroy distutils # destroy errno # destroy importlib # destroy inspect # destroy binascii # destroy gc # destroy math # destroy _functools <<< 8304 1726791694.03925: stdout chunk (state=3): >>># destroy urllib.parse <<< 8304 1726791694.03968: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 8304 1726791694.03984: stdout chunk (state=3): >>># destroy calendar # destroy glob # destroy curses # destroy fcntl # destroy struct # destroy termios # destroy random # destroy dnf.cli.output <<< 8304 1726791694.04003: stdout chunk (state=3): >>># destroy rpm <<< 8304 1726791694.04048: stdout chunk (state=3): >>># destroy itertools # destroy _imp <<< 8304 1726791694.04062: stdout chunk (state=3): >>># destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util # destroy json.scanner # destroy _json <<< 8304 1726791694.04081: stdout chunk (state=3): >>># destroy importlib.abc # destroy warnings # destroy types # destroy io # destroy _opcode <<< 8304 1726791694.04091: stdout chunk (state=3): >>># destroy dnf.yum.misc # destroy re # destroy json # destroy functools # destroy argparse # destroy operator # destroy cmd # destroy copy # destroy shlex # destroy fnmatch # destroy hawkey # destroy logging # destroy dnf # destroy dnf.cli.commands <<< 8304 1726791694.04195: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 8304 1726791694.04907: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8304 1726791694.04951: stderr chunk (state=3): >>><<< 8304 1726791694.04959: stdout chunk (state=3): >>><<< 8304 1726791694.05069: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2b31e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ac7828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2b319b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ad4630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2adb160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ae00f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2adb748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2adb390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a85470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a8ae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a85b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a914e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a74d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a77198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d85940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d97240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2ae5a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0cd9080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ce32b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0ce3f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ce3a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ced080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d607b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d60ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d54160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d54e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d4b438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d3c470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a91278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a98cf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d543c8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a9de10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0d372b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0aa31d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0a9df98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0aa32e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0da5fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa3dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa39e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ab16a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ab1e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0636198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0ab1780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da063cc88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa3518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da06612e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da06616a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0667390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0411ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da04072e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03fff98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03f7e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0667d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da0407f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0661a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a3d710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da040c048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a3da90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da0aa3860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5a5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5e630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5eb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5ec18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a5ae10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5ef60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a5e4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5da2a5e240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a4db00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da064b358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da2a5a470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ea36908> # zipimport: found 38 names in '/tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e708ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e71f278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7604e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7605f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e760b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6f1940> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e6f1f60> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e6f1d30> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6a1ac8> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e71f0f0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6bc4a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ea59fd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e6cf358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6cf470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e729ef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e746080> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e75d320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e75db38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6da828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7c9048> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e75d198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7c9e80> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7c9f98> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7dc128> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e6cf5c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7e7ac8> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7e3208> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e7e3400> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7dcc88> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9e802e80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e802b38> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e802358> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e8029b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9e7f0cf8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b089c88> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b0fde10> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9b09f128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b0dde48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b10d080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b10d128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b071940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/email/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/email/__init__.py # code object from '/usr/lib64/python3.6/email/__pycache__/__init__.cpython-36.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad90438> # /usr/lib64/python3.6/email/mime/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/__init__.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/__init__.cpython-36.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad90550> # /usr/lib64/python3.6/email/mime/__pycache__/multipart.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/multipart.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/multipart.cpython-36.pyc' # /usr/lib64/python3.6/email/mime/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/base.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/base.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/policy.cpython-36.pyc matches /usr/lib64/python3.6/email/policy.py # code object from '/usr/lib64/python3.6/email/__pycache__/policy.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/_policybase.cpython-36.pyc matches /usr/lib64/python3.6/email/_policybase.py # code object from '/usr/lib64/python3.6/email/__pycache__/_policybase.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/header.cpython-36.pyc matches /usr/lib64/python3.6/email/header.py # code object from '/usr/lib64/python3.6/email/__pycache__/header.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/quoprimime.cpython-36.pyc matches /usr/lib64/python3.6/email/quoprimime.py # code object from '/usr/lib64/python3.6/email/__pycache__/quoprimime.cpython-36.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad27358> # /usr/lib64/python3.6/email/__pycache__/base64mime.cpython-36.pyc matches /usr/lib64/python3.6/email/base64mime.py # code object from '/usr/lib64/python3.6/email/__pycache__/base64mime.cpython-36.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad53438> # /usr/lib64/python3.6/email/__pycache__/errors.cpython-36.pyc matches /usr/lib64/python3.6/email/errors.py # code object from '/usr/lib64/python3.6/email/__pycache__/errors.cpython-36.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad53668> # /usr/lib64/python3.6/email/__pycache__/charset.cpython-36.pyc matches /usr/lib64/python3.6/email/charset.py # code object from '/usr/lib64/python3.6/email/__pycache__/charset.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/encoders.cpython-36.pyc matches /usr/lib64/python3.6/email/encoders.py # code object from '/usr/lib64/python3.6/email/__pycache__/encoders.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/quopri.cpython-36.pyc matches /usr/lib64/python3.6/quopri.py # code object from '/usr/lib64/python3.6/__pycache__/quopri.cpython-36.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad5d048> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad59be0> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad53748> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad3b198> # /usr/lib64/python3.6/email/__pycache__/utils.cpython-36.pyc matches /usr/lib64/python3.6/email/utils.py # code object from '/usr/lib64/python3.6/email/__pycache__/utils.cpython-36.pyc' # /usr/lib64/python3.6/urllib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/urllib/__init__.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/__init__.cpython-36.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad630f0> # /usr/lib64/python3.6/urllib/__pycache__/parse.cpython-36.pyc matches /usr/lib64/python3.6/urllib/parse.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/parse.cpython-36.pyc' import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad631d0> # /usr/lib64/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc matches /usr/lib64/python3.6/email/_parseaddr.py # code object from '/usr/lib64/python3.6/email/__pycache__/_parseaddr.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/calendar.cpython-36.pyc matches /usr/lib64/python3.6/calendar.py # code object from '/usr/lib64/python3.6/__pycache__/calendar.cpython-36.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad7c3c8> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad74668> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad270f0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad8eb38> # /usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.pyc matches /usr/lib64/python3.6/email/headerregistry.py # code object from '/usr/lib64/python3.6/email/__pycache__/headerregistry.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.pyc matches /usr/lib64/python3.6/email/_header_value_parser.py # code object from '/usr/lib64/python3.6/email/__pycache__/_header_value_parser.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc matches /usr/lib64/python3.6/email/_encoded_words.py # code object from '/usr/lib64/python3.6/email/__pycache__/_encoded_words.cpython-36.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03d88d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03b6b70> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03a6d30> # /usr/lib64/python3.6/email/__pycache__/contentmanager.cpython-36.pyc matches /usr/lib64/python3.6/email/contentmanager.py # code object from '/usr/lib64/python3.6/email/__pycache__/contentmanager.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/message.cpython-36.pyc matches /usr/lib64/python3.6/email/message.py # code object from '/usr/lib64/python3.6/email/__pycache__/message.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uu.cpython-36.pyc matches /usr/lib64/python3.6/uu.py # code object from '/usr/lib64/python3.6/__pycache__/uu.cpython-36.pyc' import 'uu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ec5c0> # /usr/lib64/python3.6/email/__pycache__/iterators.cpython-36.pyc matches /usr/lib64/python3.6/email/iterators.py # code object from '/usr/lib64/python3.6/email/__pycache__/iterators.cpython-36.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ec7b8> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1d2278> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5da03aeac8> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a940> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a0f0> import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad90588> # /usr/lib64/python3.6/email/mime/__pycache__/nonmultipart.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/nonmultipart.cpython-36.pyc' import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a4e0> # /usr/lib64/python3.6/email/mime/__pycache__/application.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/application.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/application.cpython-36.pyc' import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ad4a898> # /usr/lib64/python3.6/email/__pycache__/parser.cpython-36.pyc matches /usr/lib64/python3.6/email/parser.py # code object from '/usr/lib64/python3.6/email/__pycache__/parser.cpython-36.pyc' # /usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.pyc matches /usr/lib64/python3.6/email/feedparser.py # code object from '/usr/lib64/python3.6/email/__pycache__/feedparser.cpython-36.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ece48> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ecac8> # /usr/lib64/python3.6/__pycache__/mimetypes.cpython-36.pyc matches /usr/lib64/python3.6/mimetypes.py # code object from '/usr/lib64/python3.6/__pycache__/mimetypes.cpython-36.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1ecd30> # /usr/lib64/python3.6/__pycache__/netrc.cpython-36.pyc matches /usr/lib64/python3.6/netrc.py # code object from '/usr/lib64/python3.6/__pycache__/netrc.cpython-36.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab9ae10> # /usr/lib64/python3.6/__pycache__/gzip.cpython-36.pyc matches /usr/lib64/python3.6/gzip.py # code object from '/usr/lib64/python3.6/__pycache__/gzip.cpython-36.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab9c4a8> # /usr/lib64/python3.6/http/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/http/__init__.py # code object from '/usr/lib64/python3.6/http/__pycache__/__init__.cpython-36.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aba17b8> # /usr/lib64/python3.6/http/__pycache__/client.cpython-36.pyc matches /usr/lib64/python3.6/http/client.py # code object from '/usr/lib64/python3.6/http/__pycache__/client.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py # code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py # code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9abe12e8> # extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9abf4940> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9abc87b8> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aba1ba8> # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py # code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9abc8748> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/typing.py # /usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.pyc matches /usr/lib64/python3.6/http/cookiejar.py # code object from '/usr/lib64/python3.6/http/__pycache__/cookiejar.cpython-36.pyc' # /usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.pyc matches /usr/lib64/python3.6/urllib/request.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/request.cpython-36.pyc' # /usr/lib64/python3.6/urllib/__pycache__/error.cpython-36.pyc matches /usr/lib64/python3.6/urllib/error.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/error.cpython-36.pyc' # /usr/lib64/python3.6/urllib/__pycache__/response.cpython-36.pyc matches /usr/lib64/python3.6/urllib/response.py # code object from '/usr/lib64/python3.6/urllib/__pycache__/response.cpython-36.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b17b6a0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b17b0b8> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab6ca20> import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1609b0> import 'ansible.module_utils.six.moves.http_cookiejar' # import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.error' # import 'ansible.module_utils.six.moves.urllib.parse' # # /usr/lib64/python3.6/site-packages/cryptography/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/__pycache__/__about__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/__about__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/__about__.cpython-36.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b187470> # /usr/lib64/python3.6/site-packages/cryptography/__pycache__/utils.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/utils.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/utils.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/inspect.cpython-36.pyc matches /usr/lib64/python3.6/inspect.py # code object from '/usr/lib64/python3.6/__pycache__/inspect.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/dis.cpython-36.pyc matches /usr/lib64/python3.6/dis.py # code object from '/usr/lib64/python3.6/__pycache__/dis.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/opcode.cpython-36.pyc matches /usr/lib64/python3.6/opcode.py # code object from '/usr/lib64/python3.6/__pycache__/opcode.cpython-36.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.6/lib-dynload/_opcode.cpython-36m-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9acaa4e0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aca1dd8> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac96d30> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b187d30> import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b1874a8> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ab5ca90> # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/certificate_transparency.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-36.pyc' # /usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc matches /usr/lib/python3.6/site-packages/six.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9accca58> import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9accc828> # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/base.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/base.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63978> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63a20> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63c50> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-36.pyc' import 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac63dd8> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-36.pyc' import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac76400> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/_oid.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-36.pyc' import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac8aac8> import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac83b00> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/__pycache__/exceptions.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/exceptions.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/__pycache__/exceptions.cpython-36.pyc' import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac8a080> import 'cryptography.hazmat.primitives.asymmetric.ed25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac83e80> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-36.pyc' import 'cryptography.hazmat.primitives.asymmetric.ed448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac1e470> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/interfaces.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/interfaces.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/backends/__pycache__/interfaces.cpython-36.pyc' import 'cryptography.hazmat.backends.interfaces' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac2b748> import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac1e940> # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/extensions.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/extensions.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/extensions.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_der.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/_der.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/__pycache__/_der.cpython-36.pyc' import 'cryptography.hazmat._der' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a716588> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/constant_time.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/hmac.cpython-36.pyc matches /usr/lib64/python3.6/hmac.py # code object from '/usr/lib64/python3.6/__pycache__/hmac.cpython-36.pyc' # extension module '_hmacopenssl' loaded from '/usr/lib64/python3.6/lib-dynload/_hmacopenssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_hmacopenssl' executed from '/usr/lib64/python3.6/lib-dynload/_hmacopenssl.cpython-36m-x86_64-linux-gnu.so' import '_hmacopenssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9a71e3c8> import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a716be0> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a7169e8> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/base.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-36.pyc' import 'cryptography.hazmat.primitives.serialization.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a71e518> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/ssh.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/base.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/modes.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-36.pyc' import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4b41d0> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a72eba8> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a72e908> # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-36.pyc' import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4c44e0> import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a7262b0> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a716ba8> # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/general_name.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/general_name.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/general_name.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/name.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/name.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/name.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/oid.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/x509/oid.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/x509/__pycache__/oid.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/hashes.py # code object from '/usr/lib64/python3.6/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-36.pyc' import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4e4c18> import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4e46a0> import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4e10f0> import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a72e630> import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9ac4f320> import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9acbb3c8> import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b187908> # zipimport: zlib available import ansible.module_utils.urls # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/urls.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/compat/version.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.respawn # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/common/respawn.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a44d668> import ansible.module_utils.yumdnf # loaded from Zip /tmp/ansible_ansible.legacy.dnf_payload_m59a1j36/ansible_ansible.legacy.dnf_payload.zip/ansible/module_utils/yumdnf.py # zipimport: zlib available import 'gc' # # /usr/lib/python3.6/site-packages/dnf/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/pycomp.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/pycomp.cpython-36.pyc' # /usr/lib64/python3.6/email/mime/__pycache__/text.cpython-36.pyc matches /usr/lib64/python3.6/email/mime/text.py # code object from '/usr/lib64/python3.6/email/mime/__pycache__/text.cpython-36.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a423c88> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py # code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a423e80> # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a401c88> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a4232b0> # /usr/lib/python3.6/site-packages/dnf/__pycache__/const.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/const.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/const.cpython-36.pyc' # /usr/lib64/python3.6/distutils/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/distutils/__init__.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/__init__.cpython-36.pyc' import 'distutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a408780> # /usr/lib64/python3.6/distutils/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/distutils/sysconfig.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/sysconfig.cpython-36.pyc' # /usr/lib64/python3.6/distutils/__pycache__/errors.cpython-36.pyc matches /usr/lib64/python3.6/distutils/errors.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/errors.cpython-36.pyc' import 'distutils.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a408f60> import 'distutils.sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a408940> import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a423748> # /usr/lib/python3.6/site-packages/dnf/__pycache__/base.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/base.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/base.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/error.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/error.cpython-36.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.6/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9a380be0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a3808d0> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/common_types.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/common_types.cpython-36.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.6/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d919fd208> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a380a20> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/conf.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/conf.cpython-36.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.6/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d91758da0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d919fd390> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/module.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/module.cpython-36.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.6/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d91487cf8> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9174c358> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/repo.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/repo.cpython-36.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.6/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d91437be0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d91487e80> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/transaction.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/transaction.cpython-36.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.6/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d90eac780> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9142b550> # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/utils.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/utils.cpython-36.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.6/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d90e8f5f8> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d90e9b898> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a380390> # /usr/lib/python3.6/site-packages/dnf/__pycache__/comps.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/comps.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/comps.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/exceptions.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/exceptions.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/i18n.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/i18n.cpython-36.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.6/lib-dynload/unicodedata.cpython-36m-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d909cdb70> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909c3eb8> # /usr/lib/python3.6/site-packages/dnf/__pycache__/util.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/util.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/util.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/callback.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/callback.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/callback.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/yum/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/yum/__pycache__/__init__.cpython-36.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909dde48> # /usr/lib/python3.6/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.6/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/transaction.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/transaction.cpython-36.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909e6b70> # /usr/lib64/python3.6/site-packages/rpm/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.6/site-packages/rpm/__pycache__/__init__.cpython-36.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.6/site-packages/rpm/_rpm.cpython-36m-x86_64-linux-gnu.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.6/site-packages/rpm/_rpm.cpython-36m-x86_64-linux-gnu.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d909ee470> # /usr/lib64/python3.6/site-packages/rpm/__pycache__/transaction.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.6/site-packages/rpm/__pycache__/transaction.cpython-36.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909f5fd0> # extension module 'rpm._rpmb' loaded from '/usr/lib64/python3.6/site-packages/rpm/_rpmb.cpython-36m-x86_64-linux-gnu.so' # extension module 'rpm._rpmb' executed from '/usr/lib64/python3.6/site-packages/rpm/_rpmb.cpython-36m-x86_64-linux-gnu.so' import 'rpm._rpmb' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fd92940> # extension module 'rpm._rpms' loaded from '/usr/lib64/python3.6/site-packages/rpm/_rpms.cpython-36m-x86_64-linux-gnu.so' # extension module 'rpm._rpms' executed from '/usr/lib64/python3.6/site-packages/rpm/_rpms.cpython-36m-x86_64-linux-gnu.so' import 'rpm._rpms' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fd92b00> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909e6da0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909ddef0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909dd828> # /usr/lib64/python3.6/site-packages/hawkey/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.6/site-packages/hawkey/__pycache__/__init__.cpython-36.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.6/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.6/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fd9feb8> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909ddc88> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909cdd30> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d909c33c8> # /usr/lib64/python3.6/site-packages/libcomps/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.6/site-packages/libcomps/__pycache__/__init__.cpython-36.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.6/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.6/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8fda4e80> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8fda4d30> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a380518> # /usr/lib/python3.6/site-packages/dnf/db/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/db/__pycache__/__init__.cpython-36.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8fdbc630> # /usr/lib/python3.6/site-packages/dnf/db/__pycache__/history.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.6/site-packages/dnf/db/__pycache__/history.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/yum/__pycache__/misc.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.6/site-packages/dnf/yum/__pycache__/misc.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/crypto.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/crypto.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/__pycache__/core.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/core.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/core.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/__pycache__/gpgme.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/gpgme.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/gpgme.cpython-36.pyc' # extension module 'gpg._gpgme' loaded from '/usr/lib64/python3.6/site-packages/gpg/_gpgme.cpython-36m-x86_64-linux-gnu.so' # extension module 'gpg._gpgme' executed from '/usr/lib64/python3.6/site-packages/gpg/_gpgme.cpython-36m-x86_64-linux-gnu.so' import 'gpg._gpgme' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8dc7e5c0> import 'gpg.gpgme' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dcade10> # /usr/lib64/python3.6/site-packages/gpg/__pycache__/errors.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/errors.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/errors.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/util.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/util.cpython-36.pyc' import 'gpg.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b056ba8> import 'gpg.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc7ecf8> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/data/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/encoding.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/data/encoding.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/data/__pycache__/encoding.cpython-36.pyc' import 'gpg.constants.data.encoding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fbe0> import 'gpg.constants.data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00f9e8> # /usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/keylist/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/keylist/mode.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/keylist/__pycache__/mode.cpython-36.pyc' import 'gpg.constants.keylist.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fef0> import 'gpg.constants.keylist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fa58> # /usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sig/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/mode.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sig/mode.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/mode.cpython-36.pyc' import 'gpg.constants.sig.mode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a160> # /usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/notation.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sig/notation.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/sig/__pycache__/notation.cpython-36.pyc' import 'gpg.constants.sig.notation' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a278> import 'gpg.constants.sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00fe48> # /usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/tofu/__init__.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/tofu/policy.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/tofu/__pycache__/policy.cpython-36.pyc' import 'gpg.constants.tofu.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a400> import 'gpg.constants.tofu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a0b8> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/create.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/create.cpython-36.pyc' import 'gpg.constants.create' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a2e8> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/event.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/event.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/event.cpython-36.pyc' import 'gpg.constants.event' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a6d8> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/import_type.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/import_type.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/import_type.cpython-36.pyc' import 'gpg.constants.import_type' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a780> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/keysign.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/keysign.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/keysign.cpython-36.pyc' import 'gpg.constants.keysign' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01a940> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/md.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/md.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/md.cpython-36.pyc' import 'gpg.constants.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01aa20> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/pk.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/pk.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/pk.cpython-36.pyc' import 'gpg.constants.pk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01ad68> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/protocol.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/protocol.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/protocol.cpython-36.pyc' import 'gpg.constants.protocol' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01afd0> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/sigsum.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/sigsum.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/sigsum.cpython-36.pyc' import 'gpg.constants.sigsum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e278> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/status.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/status.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/status.cpython-36.pyc' import 'gpg.constants.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e390> # /usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/validity.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/constants/validity.py # code object from '/usr/lib64/python3.6/site-packages/gpg/constants/__pycache__/validity.cpython-36.pyc' import 'gpg.constants.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e358> import 'gpg.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9aff3e80> import 'gpg.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc95e48> # /usr/lib64/python3.6/site-packages/gpg/__pycache__/callbacks.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/callbacks.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/callbacks.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d9b01e748> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b00f710> import 'gpg.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dcaddd8> # /usr/lib64/python3.6/site-packages/gpg/__pycache__/version.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/gpg/version.py # code object from '/usr/lib64/python3.6/site-packages/gpg/__pycache__/version.cpython-36.pyc' import 'gpg.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9b01e630> import 'gpg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc95908> import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc8ea90> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc88d68> # /usr/lib/python3.6/site-packages/dnf/db/__pycache__/group.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.6/site-packages/dnf/db/__pycache__/group.cpython-36.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8dc8ef98> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8fdbc5c0> # /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/config.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/config.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/substitutions.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/substitutions.cpython-36.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5f7e80> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5f73c8> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5f7208> # /usr/lib/python3.6/site-packages/dnf/conf/__pycache__/read.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.6/site-packages/dnf/conf/__pycache__/read.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/repo.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/repo.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/repo.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/logging.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/logging.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/logging.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/lock.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/lock.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/lock.cpython-36.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d61c128> # /usr/lib64/python3.6/logging/__pycache__/handlers.cpython-36.pyc matches /usr/lib64/python3.6/logging/handlers.py # code object from '/usr/lib64/python3.6/logging/__pycache__/handlers.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py # code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5c0d30> # extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8d5ca470> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d626b70> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d61c550> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d610710> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d6014e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d601208> # /usr/lib/python3.6/site-packages/dnf/__pycache__/dnssec.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/dnssec.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/transaction.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/transaction.cpython-36.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e6d30> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5cab70> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d6014a8> # /usr/lib/python3.6/site-packages/dnf/__pycache__/drpm.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/drpm.cpython-36.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e9358> # /usr/lib/python3.6/site-packages/dnf/__pycache__/goal.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/goal.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/goal.cpython-36.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e9518> # /usr/lib/python3.6/site-packages/dnf/__pycache__/history.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/history.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/history.cpython-36.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e95c0> # /usr/lib/python3.6/site-packages/dnf/module/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/module/__pycache__/__init__.cpython-36.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e96d8> # /usr/lib/python3.6/site-packages/dnf/module/__pycache__/module_base.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.6/site-packages/dnf/module/__pycache__/module_base.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/libdnf/__pycache__/smartcols.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.6/site-packages/libdnf/__pycache__/smartcols.cpython-36.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.6/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.6/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8d36ecc0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d35aba8> # /usr/lib/python3.6/site-packages/dnf/__pycache__/selector.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/selector.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/selector.cpython-36.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d36eba8> # /usr/lib/python3.6/site-packages/dnf/module/__pycache__/exceptions.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.6/site-packages/dnf/module/__pycache__/exceptions.cpython-36.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d36ec88> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d5e9630> # /usr/lib/python3.6/site-packages/dnf/__pycache__/persistor.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/persistor.cpython-36.pyc' # /usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.pyc matches /usr/lib64/python3.6/distutils/version.py # code object from '/usr/lib64/python3.6/distutils/__pycache__/version.cpython-36.pyc' import 'distutils.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d37d940> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d37d6a0> # /usr/lib/python3.6/site-packages/dnf/__pycache__/plugin.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/plugin.cpython-36.pyc' import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d37de48> # /usr/lib/python3.6/site-packages/dnf/__pycache__/query.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/query.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/query.cpython-36.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d380f60> # /usr/lib/python3.6/site-packages/dnf/__pycache__/repodict.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/repodict.cpython-36.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d38f198> # /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/connection.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/connection.cpython-36.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d38fcf8> # /usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/miscutils.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.6/site-packages/dnf/rpm/__pycache__/miscutils.cpython-36.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d38feb8> # /usr/lib/python3.6/site-packages/dnf/__pycache__/sack.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/sack.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/sack.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/package.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/package.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/package.cpython-36.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0db518> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0db080> # /usr/lib/python3.6/site-packages/dnf/__pycache__/subject.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/subject.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/subject.cpython-36.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0e46a0> import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a3d20b8> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d9a42f400> # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0e4898> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/builddep.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/builddep.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnfpluginscore/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnfpluginscore/__pycache__/__init__.cpython-36.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d1086a0> # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/cli.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/cli.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/output.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/output.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/format.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/format.cpython-36.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0b3e80> # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/progress.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/progress.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/term.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/term.cpython-36.pyc' # /usr/lib64/python3.6/curses/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/curses/__init__.py # code object from '/usr/lib64/python3.6/curses/__pycache__/__init__.cpython-36.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8d0bff98> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0bfb00> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0ba7f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0ba198> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d11a5c0> # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/aliases.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/aliases.cpython-36.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0ba588> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/option_parser.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/option_parser.cpython-36.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9dd7b8> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d0cb400> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/alias.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/alias.cpython-36.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4048> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-36.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f41d0> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/check.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/check.cpython-36.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4400> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/clean.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/clean.cpython-36.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f46a0> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-36.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4cf8> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9f4b00> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-36.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9fa048> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-36.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9ffc18> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/group.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/group.cpython-36.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9ffdd8> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/history.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/history.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/transaction_sr.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/transaction_sr.cpython-36.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca07cc0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca075f8> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/install.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/install.cpython-36.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14860> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-36.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14b70> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/mark.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/mark.cpython-36.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14cc0> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/module.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/module.cpython-36.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8ca14e80> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-36.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9abc50> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/remove.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/remove.cpython-36.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9abe80> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-36.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9b40b8> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/search.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/search.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dnf/__pycache__/match_counter.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.6/site-packages/dnf/__pycache__/match_counter.cpython-36.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9b4d68> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9b4860> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/shell.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/shell.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/cmd.cpython-36.pyc matches /usr/lib64/python3.6/cmd.py # code object from '/usr/lib64/python3.6/__pycache__/cmd.cpython-36.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9bde48> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9bd630> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/swap.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/swap.cpython-36.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9c4a20> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-36.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9c4c88> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-36.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9cecf8> # /usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-36.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9ceef0> # /usr/lib/python3.6/site-packages/dnf/cli/__pycache__/demand.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.6/site-packages/dnf/cli/__pycache__/demand.cpython-36.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d7080> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d108c18> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d108860> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d108048> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/changelog.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/changelog.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/__pycache__/_version.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/_version.cpython-36.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d7ac8> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d77f0> # /usr/lib/python3.6/site-packages/dateutil/__pycache__/parser.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/parser.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/parser.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/__pycache__/relativedelta.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/relativedelta.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/__pycache__/_common.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.6/site-packages/dateutil/__pycache__/_common.cpython-36.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c96e240> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c968630> # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/__init__.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/__init__.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/tz.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/tz.cpython-36.pyc' # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/_common.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/_common.cpython-36.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c980278> # /usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/win.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.6/site-packages/dateutil/tz/__pycache__/win.cpython-36.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c96e7b8> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c96e4a8> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d7898> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8d1088d0> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/config_manager.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/config_manager.cpython-36.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9d76a0> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/copr.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/copr.cpython-36.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9946d8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debug.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/debug.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debug.cpython-36.pyc' import 'dnf.plugin.dynamic.debug' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c91d6d8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-36.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9273c8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/download.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/download.cpython-36.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9279e8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-36.pyc' # /usr/lib64/python3.6/sqlite3/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/sqlite3/__init__.py # code object from '/usr/lib64/python3.6/sqlite3/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/sqlite3/__pycache__/dbapi2.cpython-36.pyc matches /usr/lib64/python3.6/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.6/sqlite3/__pycache__/dbapi2.cpython-36.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.6/lib-dynload/_sqlite3.cpython-36m-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8c939080> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c933978> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9336d8> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c9332e8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-36.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c933748> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/_compat.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/_compat.cpython-36.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c945d30> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/exceptions.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/exceptions.cpython-36.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c945e10> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/types.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/types.cpython-36.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.6/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.6/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8c94f668> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c94f438> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/_dbus.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/_dbus.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/bus.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/bus.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/connection.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/connection.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/lowlevel.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/lowlevel.cpython-36.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c252ba8> # /usr/lib64/python3.6/site-packages/dbus/__pycache__/proxies.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/proxies.cpython-36.pyc' # /usr/lib64/python3.6/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.6/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-36.pyc' # /usr/lib64/python3.6/xml/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/xml/__init__.py # code object from '/usr/lib64/python3.6/xml/__pycache__/__init__.cpython-36.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c25ee80> # /usr/lib64/python3.6/xml/parsers/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/xml/parsers/__init__.py # code object from '/usr/lib64/python3.6/xml/parsers/__pycache__/__init__.cpython-36.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c2650b8> # /usr/lib64/python3.6/xml/parsers/__pycache__/expat.cpython-36.pyc matches /usr/lib64/python3.6/xml/parsers/expat.py # code object from '/usr/lib64/python3.6/xml/parsers/__pycache__/expat.cpython-36.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.6/lib-dynload/pyexpat.cpython-36m-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5d8c265240> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c265128> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c25e908> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c252cc0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c252080> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c248630> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c94fe80> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c945710> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c939b38> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-36.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c94f518> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repodiff.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repodiff.cpython-36.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c2655c0> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repograph.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repograph.cpython-36.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c2750b8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repomanage.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/repomanage.cpython-36.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c275400> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/reposync.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/reposync.cpython-36.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c275eb8> # /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-36.pyc matches /usr/lib/python3.6/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-36.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5d8c276a90> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["tuned", "python3-configobj"], "state": "present", "allow_downgrade": 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, "allowerasing": false, "nobest": false, "use_backend": "auto", "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}} # destroy dnf.plugin.dynamic # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.mime.base # cleanup[2] removing email.policy # cleanup[2] removing email._policybase # cleanup[2] removing email.header # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.errors # cleanup[2] removing email.charset # cleanup[2] removing email.encoders # cleanup[2] removing quopri # cleanup[2] removing email.utils # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing email._parseaddr # cleanup[2] removing calendar # cleanup[2] removing email.headerregistry # cleanup[2] removing email._header_value_parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.contentmanager # cleanup[2] removing email.message # cleanup[2] removing uu # cleanup[2] removing email.iterators # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.parser # cleanup[2] removing email.feedparser # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing gzip # cleanup[2] removing http # cleanup[2] removing http.client # cleanup[2] removing ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing http.cookiejar # cleanup[2] removing urllib.request # cleanup[2] removing urllib.error # cleanup[2] removing urllib.response # cleanup[2] removing ansible.module_utils.six.moves.http_cookiejar # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.error # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing cryptography # destroy cryptography # cleanup[2] removing cryptography.__about__ # destroy cryptography.__about__ # cleanup[2] removing cryptography.utils # cleanup[2] removing inspect # cleanup[2] removing dis # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing _opcode # cleanup[2] removing cryptography.x509 # cleanup[2] removing cryptography.x509.certificate_transparency # cleanup[2] removing six # cleanup[2] removing cryptography.x509.base # cleanup[2] removing cryptography.hazmat # destroy cryptography.hazmat # cleanup[2] removing cryptography.hazmat.backends # destroy cryptography.hazmat.backends # cleanup[2] removing cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat._oid # destroy cryptography.hazmat._oid # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[2] removing cryptography.exceptions # destroy cryptography.exceptions # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.backends.interfaces # cleanup[2] removing cryptography.x509.extensions # cleanup[2] removing cryptography.hazmat._der # destroy cryptography.hazmat._der # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing hmac # cleanup[2] removing _hmacopenssl # cleanup[2] removing cryptography.hazmat.primitives.serialization # cleanup[2] removing cryptography.hazmat.primitives.serialization.base # cleanup[2] removing cryptography.hazmat.primitives.serialization.ssh # cleanup[2] removing cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # destroy cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.x509.general_name # cleanup[2] removing cryptography.x509.name # cleanup[2] removing cryptography.x509.oid # cleanup[2] removing cryptography.hazmat.primitives.hashes # 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 glob # cleanup[2] removing gc # cleanup[2] removing dnf # cleanup[2] removing dnf.pycomp # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing queue # cleanup[2] removing dnf.const # cleanup[2] removing distutils # cleanup[2] removing distutils.sysconfig # cleanup[2] removing distutils.errors # cleanup[2] removing dnf.base # cleanup[2] removing libdnf # 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 dnf.comps # cleanup[2] removing dnf.exceptions # cleanup[2] removing dnf.i18n # cleanup[2] removing unicodedata # cleanup[2] removing dnf.util # cleanup[2] removing dnf.callback # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm._rpmb # cleanup[2] removing rpm._rpms # cleanup[2] removing hawkey # cleanup[2] removing hawkey._hawkey # cleanup[2] removing libcomps # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.crypto # cleanup[2] removing gpg # destroy gpg # cleanup[2] removing gpg.core # destroy gpg.core # cleanup[2] removing gpg.gpgme # cleanup[2] removing gpg._gpgme # cleanup[2] removing gpg.errors # cleanup[2] removing gpg.util # cleanup[2] removing gpg.constants # cleanup[2] removing gpg.constants.data # cleanup[2] removing gpg.constants.data.encoding # cleanup[2] removing gpg.constants.keylist # cleanup[2] removing gpg.constants.keylist.mode # cleanup[2] removing gpg.constants.sig # cleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing gpg.constants.sig.notation # cleanup[2] removing gpg.constants.tofu # cleanup[2] removing gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.create # cleanup[2] removing gpg.constants.event # cleanup[2] removing gpg.constants.import_type # cleanup[2] removing gpg.constants.keysign # cleanup[2] removing gpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing gpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2] removing gpg.constants.status # cleanup[2] removing gpg.constants.validity # cleanup[2] removing gpg.callbacks # destroy gpg.callbacks # cleanup[2] removing getpass # destroy getpass # cleanup[2] removing termios # cleanup[2] removing gpg.version # destroy gpg.version # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.lock # cleanup[2] removing logging.handlers # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing dnf.module.module_base # 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.persistor # cleanup[2] removing distutils.version # 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.sack # cleanup[2] removing dnf.package # cleanup[2] removing dnf.subject # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.format # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.term # cleanup[2] removing curses # cleanup[2] removing _curses # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.option_parser # 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.deplist # cleanup[2] removing dnf.cli.commands.repoquery # 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.cli.commands.history # cleanup[2] removing dnf.transaction_sr # 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.cli.commands.search # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing cmd # 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.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dateutil # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil.parser # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz._common # cleanup[2] removing six.moves # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing _sqlite3 # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dbus # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing dbus.types # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus.bus # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.lowlevel # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # 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 dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # 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.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy zipimport # destroy _lzma # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy syslog # destroy ctypes # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy systemd._daemon # destroy selinux # destroy ansible.module_utils.distro._distro # destroy mimetypes # destroy netrc # destroy platform # destroy ansible.module_utils.compat.typing # destroy cryptography.x509 # destroy cryptography.x509.certificate_transparency # destroy cryptography.x509.oid # destroy cryptography.x509.name # destroy cryptography.x509.general_name # destroy cryptography.x509.extensions # destroy cryptography.x509.base # destroy cryptography.hazmat.primitives.hashes # 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 cryptography.hazmat.backends.interfaces # destroy cryptography.hazmat.primitives.asymmetric.ed448 # destroy cryptography.hazmat.primitives.constant_time # destroy cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.serialization.base # destroy cryptography.hazmat.primitives.serialization.ssh # destroy hmac # destroy _hmacopenssl # destroy cryptography.hazmat.primitives.asymmetric.dsa # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography.hazmat.primitives.asymmetric.ed25519 # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.modes # destroy six # destroy cryptography.utils # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.relativedelta # destroy dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz.tz # destroy sqlite3 # destroy sqlite3.dbapi2 # 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 _dbus_bindings # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping _io # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping base64 # cleanup[3] wiping re # destroy sre_compile # destroy copyreg # cleanup[3] wiping enum # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping binascii # cleanup[3] wiping importlib # destroy importlib.util # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping warnings # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.abc # destroy _frozen_importlib_external # destroy importlib.machinery # cleanup[3] wiping contextlib # destroy _collections_abc # cleanup[3] wiping shutil # cleanup[3] wiping fnmatch # cleanup[3] wiping zlib # cleanup[3] wiping _compression # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # cleanup[3] wiping linecache # cleanup[3] wiping tokenize # destroy io # cleanup[3] wiping token # cleanup[3] wiping pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # cleanup[3] wiping random # destroy _random # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # destroy _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # cleanup[3] wiping logging # destroy atexit # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping _socket # destroy _socket # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping copy # cleanup[3] wiping ast # cleanup[3] wiping _selinux # cleanup[3] wiping argparse # cleanup[3] wiping textwrap # cleanup[3] wiping gettext # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email.mime # destroy email.mime.base # destroy email.mime.multipart # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.text # destroy email.base64mime # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping email.header # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping quopri # cleanup[3] wiping email.utils # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping urllib.parse # cleanup[3] wiping calendar # cleanup[3] wiping email._header_value_parser # destroy email._encoded_words # cleanup[3] wiping email.message # destroy uu # destroy quopri # cleanup[3] wiping gzip # destroy _compression # destroy zlib # cleanup[3] wiping http # destroy http.client # destroy http.cookiejar # cleanup[3] wiping ssl # destroy ipaddress # destroy textwrap # cleanup[3] wiping _ssl # destroy _ssl # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping ansible.module_utils.six.moves.urllib.error # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy enum # destroy linecache # destroy tokenize # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping glob # cleanup[3] wiping gc # 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 # 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 queue # cleanup[3] wiping distutils # destroy distutils.errors # destroy distutils.sysconfig # destroy distutils.version # 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._error # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._utils # cleanup[3] wiping unicodedata # cleanup[3] wiping rpm # destroy rpm._rpmb # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # destroy rpm._rpm # cleanup[3] wiping rpm._rpms # destroy rpm._rpms # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # destroy hawkey._hawkey # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # destroy libcomps._libpycomps # cleanup[3] wiping dnf.yum.misc # destroy _stat # cleanup[3] wiping gpg.gpgme # cleanup[3] wiping gpg._gpgme # cleanup[3] wiping gpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.constants # destroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy gpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy gpg.constants.sig # destroy gpg.constants.sig.mode # destroy gpg.constants.sig.notation # destroy gpg.constants.tofu # destroy gpg.constants.tofu.policy # destroy gpg.constants.create # destroy gpg.constants.event # destroy gpg.constants.import_type # destroy gpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk # destroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy gpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping termios # cleanup[3] wiping pickle # destroy _compat_pickle # cleanup[3] wiping _pickle # destroy _pickle # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping curses # cleanup[3] wiping _curses # destroy _curses # cleanup[3] wiping dnf.cli.commands # 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 # cleanup[3] wiping cmd # cleanup[3] wiping _sqlite3 # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libdnf._error # destroy _heapq # destroy _thread # destroy _warnings # destroy stat # destroy _sre # destroy sre_parse # destroy select # destroy ansible.module_utils.six.moves.urllib # 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 ansible.module_utils.six.moves # destroy _operator # destroy bisect # destroy posixpath # destroy posix # destroy http # destroy socket # destroy ssl # destroy gzip # destroy abc # destroy email.header # destroy email.charset # destroy email.utils # destroy email._header_value_parser # destroy email.quoprimime # destroy threading # destroy email.message # destroy email.errors # destroy email.encoders # destroy signal # destroy unicodedata # destroy email # destroy queue # destroy urllib # destroy pwd # destroy gettext # destroy libcomps # destroy locale # destroy contextlib # destroy string # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy hashlib # destroy distutils # destroy errno # destroy importlib # destroy inspect # destroy binascii # destroy gc # destroy math # destroy _functools # destroy urllib.parse # destroy tempfile # destroy traceback # destroy calendar # destroy glob # destroy curses # destroy fcntl # destroy struct # destroy termios # destroy random # destroy dnf.cli.output # destroy rpm # destroy itertools # destroy _imp # destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util # destroy json.scanner # destroy _json # destroy importlib.abc # destroy warnings # destroy types # destroy io # destroy _opcode # destroy dnf.yum.misc # destroy re # destroy json # destroy functools # destroy argparse # destroy operator # destroy cmd # destroy copy # destroy shlex # destroy fnmatch # destroy hawkey # destroy logging # destroy dnf # destroy dnf.cli.commands # destroy _frozen_importlib , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.mime.base # cleanup[2] removing email.policy # cleanup[2] removing email._policybase # cleanup[2] removing email.header # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.errors # cleanup[2] removing email.charset # cleanup[2] removing email.encoders # cleanup[2] removing quopri # cleanup[2] removing email.utils # cleanup[2] removing urllib # cleanup[2] removing urllib.parse # cleanup[2] removing email._parseaddr # cleanup[2] removing calendar # cleanup[2] removing email.headerregistry # cleanup[2] removing email._header_value_parser # cleanup[2] removing email._encoded_words # cleanup[2] removing email.contentmanager # cleanup[2] removing email.message # cleanup[2] removing uu # cleanup[2] removing email.iterators # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.parser # cleanup[2] removing email.feedparser # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing gzip # cleanup[2] removing http # cleanup[2] removing http.client # cleanup[2] removing ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing http.cookiejar # cleanup[2] removing urllib.request # cleanup[2] removing urllib.error # cleanup[2] removing urllib.response # cleanup[2] removing ansible.module_utils.six.moves.http_cookiejar # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.error # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing cryptography # destroy cryptography # cleanup[2] removing cryptography.__about__ # destroy cryptography.__about__ # cleanup[2] removing cryptography.utils # cleanup[2] removing inspect # cleanup[2] removing dis # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing _opcode # cleanup[2] removing cryptography.x509 # cleanup[2] removing cryptography.x509.certificate_transparency # cleanup[2] removing six # cleanup[2] removing cryptography.x509.base # cleanup[2] removing cryptography.hazmat # destroy cryptography.hazmat # cleanup[2] removing cryptography.hazmat.backends # destroy cryptography.hazmat.backends # cleanup[2] removing cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat._oid # destroy cryptography.hazmat._oid # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[2] removing cryptography.exceptions # destroy cryptography.exceptions # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.backends.interfaces # cleanup[2] removing cryptography.x509.extensions # cleanup[2] removing cryptography.hazmat._der # destroy cryptography.hazmat._der # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing hmac # cleanup[2] removing _hmacopenssl # cleanup[2] removing cryptography.hazmat.primitives.serialization # cleanup[2] removing cryptography.hazmat.primitives.serialization.base # cleanup[2] removing cryptography.hazmat.primitives.serialization.ssh # cleanup[2] removing cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # destroy cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.x509.general_name # cleanup[2] removing cryptography.x509.name # cleanup[2] removing cryptography.x509.oid # cleanup[2] removing cryptography.hazmat.primitives.hashes # 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 glob # cleanup[2] removing gc # cleanup[2] removing dnf # cleanup[2] removing dnf.pycomp # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing queue # cleanup[2] removing dnf.const # cleanup[2] removing distutils # cleanup[2] removing distutils.sysconfig # cleanup[2] removing distutils.errors # cleanup[2] removing dnf.base # cleanup[2] removing libdnf # 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 dnf.comps # cleanup[2] removing dnf.exceptions # cleanup[2] removing dnf.i18n # cleanup[2] removing unicodedata # cleanup[2] removing dnf.util # cleanup[2] removing dnf.callback # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm._rpmb # cleanup[2] removing rpm._rpms # cleanup[2] removing hawkey # cleanup[2] removing hawkey._hawkey # cleanup[2] removing libcomps # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.crypto # cleanup[2] removing gpg # destroy gpg # cleanup[2] removing gpg.core # destroy gpg.core # cleanup[2] removing gpg.gpgme # cleanup[2] removing gpg._gpgme # cleanup[2] removing gpg.errors # cleanup[2] removing gpg.util # cleanup[2] removing gpg.constants # cleanup[2] removing gpg.constants.data # cleanup[2] removing gpg.constants.data.encoding # cleanup[2] removing gpg.constants.keylist # cleanup[2] removing gpg.constants.keylist.mode # cleanup[2] removing gpg.constants.sig # cleanup[2] removing gpg.constants.sig.mode # cleanup[2] removing gpg.constants.sig.notation # cleanup[2] removing gpg.constants.tofu # cleanup[2] removing gpg.constants.tofu.policy # cleanup[2] removing gpg.constants.create # cleanup[2] removing gpg.constants.event # cleanup[2] removing gpg.constants.import_type # cleanup[2] removing gpg.constants.keysign # cleanup[2] removing gpg.constants.md # cleanup[2] removing gpg.constants.pk # cleanup[2] removing gpg.constants.protocol # cleanup[2] removing gpg.constants.sigsum # cleanup[2] removing gpg.constants.status # cleanup[2] removing gpg.constants.validity # cleanup[2] removing gpg.callbacks # destroy gpg.callbacks # cleanup[2] removing getpass # destroy getpass # cleanup[2] removing termios # cleanup[2] removing gpg.version # destroy gpg.version # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.lock # cleanup[2] removing logging.handlers # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing dnf.module.module_base # 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.persistor # cleanup[2] removing distutils.version # 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.sack # cleanup[2] removing dnf.package # cleanup[2] removing dnf.subject # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.format # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.term # cleanup[2] removing curses # cleanup[2] removing _curses # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.option_parser # 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.deplist # cleanup[2] removing dnf.cli.commands.repoquery # 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.cli.commands.history # cleanup[2] removing dnf.transaction_sr # 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.cli.commands.search # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing cmd # 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.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dateutil # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil.parser # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz._common # cleanup[2] removing six.moves # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debug # destroy dnf.plugin.dynamic.debug # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing _sqlite3 # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dbus # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing dbus.types # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus.bus # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.lowlevel # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # 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 dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # 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.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy zipimport # destroy _lzma # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy syslog # destroy ctypes # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy systemd._daemon # destroy selinux # destroy ansible.module_utils.distro._distro # destroy mimetypes # destroy netrc # destroy platform # destroy ansible.module_utils.compat.typing # destroy cryptography.x509 # destroy cryptography.x509.certificate_transparency # destroy cryptography.x509.oid # destroy cryptography.x509.name # destroy cryptography.x509.general_name # destroy cryptography.x509.extensions # destroy cryptography.x509.base # destroy cryptography.hazmat.primitives.hashes # 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 cryptography.hazmat.backends.interfaces # destroy cryptography.hazmat.primitives.asymmetric.ed448 # destroy cryptography.hazmat.primitives.constant_time # destroy cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.serialization.base # destroy cryptography.hazmat.primitives.serialization.ssh # destroy hmac # destroy _hmacopenssl # destroy cryptography.hazmat.primitives.asymmetric.dsa # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography.hazmat.primitives.asymmetric.ed25519 # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.modes # destroy six # destroy cryptography.utils # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.relativedelta # destroy dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz.tz # destroy sqlite3 # destroy sqlite3.dbapi2 # 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 _dbus_bindings # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping _io # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping base64 # cleanup[3] wiping re # destroy sre_compile # destroy copyreg # cleanup[3] wiping enum # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping binascii # cleanup[3] wiping importlib # destroy importlib.util # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping warnings # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.abc # destroy _frozen_importlib_external # destroy importlib.machinery # cleanup[3] wiping contextlib # destroy _collections_abc # cleanup[3] wiping shutil # cleanup[3] wiping fnmatch # cleanup[3] wiping zlib # cleanup[3] wiping _compression # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # cleanup[3] wiping linecache # cleanup[3] wiping tokenize # destroy io # cleanup[3] wiping token # cleanup[3] wiping pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # cleanup[3] wiping random # destroy _random # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # destroy _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # cleanup[3] wiping logging # destroy atexit # destroy logging.handlers # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping socket # destroy selectors # cleanup[3] wiping _socket # destroy _socket # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping copy # cleanup[3] wiping ast # cleanup[3] wiping _selinux # cleanup[3] wiping argparse # cleanup[3] wiping textwrap # cleanup[3] wiping gettext # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email.mime # destroy email.mime.base # destroy email.mime.multipart # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.text # destroy email.base64mime # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping email.header # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping quopri # cleanup[3] wiping email.utils # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping urllib.parse # cleanup[3] wiping calendar # cleanup[3] wiping email._header_value_parser # destroy email._encoded_words # cleanup[3] wiping email.message # destroy uu # destroy quopri # cleanup[3] wiping gzip # destroy _compression # destroy zlib # cleanup[3] wiping http # destroy http.client # destroy http.cookiejar # cleanup[3] wiping ssl # destroy ipaddress # destroy textwrap # cleanup[3] wiping _ssl # destroy _ssl # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping ansible.module_utils.six.moves.urllib.error # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy enum # destroy linecache # destroy tokenize # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping glob # cleanup[3] wiping gc # 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 # 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 queue # cleanup[3] wiping distutils # destroy distutils.errors # destroy distutils.sysconfig # destroy distutils.version # 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._error # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._utils # cleanup[3] wiping unicodedata # cleanup[3] wiping rpm # destroy rpm._rpmb # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # destroy rpm._rpm # cleanup[3] wiping rpm._rpms # destroy rpm._rpms # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # destroy hawkey._hawkey # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # destroy libcomps._libpycomps # cleanup[3] wiping dnf.yum.misc # destroy _stat # cleanup[3] wiping gpg.gpgme # cleanup[3] wiping gpg._gpgme # cleanup[3] wiping gpg.errors # cleanup[3] wiping gpg.util # cleanup[3] wiping gpg.constants # destroy gpg.constants.data # destroy gpg.constants.data.encoding # destroy gpg.constants.keylist # destroy gpg.constants.keylist.mode # destroy gpg.constants.sig # destroy gpg.constants.sig.mode # destroy gpg.constants.sig.notation # destroy gpg.constants.tofu # destroy gpg.constants.tofu.policy # destroy gpg.constants.create # destroy gpg.constants.event # destroy gpg.constants.import_type # destroy gpg.constants.keysign # destroy gpg.constants.md # destroy gpg.constants.pk # destroy gpg.constants.protocol # destroy gpg.constants.sigsum # destroy gpg.constants.status # destroy gpg.constants.validity # cleanup[3] wiping termios # cleanup[3] wiping pickle # destroy _compat_pickle # cleanup[3] wiping _pickle # destroy _pickle # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping curses # cleanup[3] wiping _curses # destroy _curses # cleanup[3] wiping dnf.cli.commands # 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 # cleanup[3] wiping cmd # cleanup[3] wiping _sqlite3 # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libdnf._error # destroy _heapq # destroy _thread # destroy _warnings # destroy stat # destroy _sre # destroy sre_parse # destroy select # destroy ansible.module_utils.six.moves.urllib # 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 ansible.module_utils.six.moves # destroy _operator # destroy bisect # destroy posixpath # destroy posix # destroy http # destroy socket # destroy ssl # destroy gzip # destroy abc # destroy email.header # destroy email.charset # destroy email.utils # destroy email._header_value_parser # destroy email.quoprimime # destroy threading # destroy email.message # destroy email.errors # destroy email.encoders # destroy signal # destroy unicodedata # destroy email # destroy queue # destroy urllib # destroy pwd # destroy gettext # destroy libcomps # destroy locale # destroy contextlib # destroy string # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy hashlib # destroy distutils # destroy errno # destroy importlib # destroy inspect # destroy binascii # destroy gc # destroy math # destroy _functools # destroy urllib.parse # destroy tempfile # destroy traceback # destroy calendar # destroy glob # destroy curses # destroy fcntl # destroy struct # destroy termios # destroy random # destroy dnf.cli.output # destroy rpm # destroy itertools # destroy _imp # destroy gpg.gpgme # destroy gpg.constants # destroy gpg.errors # destroy gpg.util # destroy json.scanner # destroy _json # destroy importlib.abc # destroy warnings # destroy types # destroy io # destroy _opcode # destroy dnf.yum.misc # destroy re # destroy json # destroy functools # destroy argparse # destroy operator # destroy cmd # destroy copy # destroy shlex # destroy fnmatch # destroy hawkey # destroy logging # destroy dnf # destroy dnf.cli.commands # destroy _frozen_importlib 8304 1726791694.05267: done with _execute_module (ansible.legacy.dnf, {'name': ['tuned', 'python3-configobj'], 'state': 'present', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_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-1726791688.5103278-8304-81304039517969/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8304 1726791694.05285: _low_level_execute_command(): starting 8304 1726791694.05293: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791688.5103278-8304-81304039517969/ > /dev/null 2>&1 && sleep 0' 8304 1726791694.07900: stderr chunk (state=2): >>><<< 8304 1726791694.07907: stdout chunk (state=2): >>><<< 8304 1726791694.07919: _low_level_execute_command() done: rc=0, stdout=, stderr= 8304 1726791694.07926: handler run complete 8304 1726791694.07953: attempt loop complete, returning result 8304 1726791694.07958: _execute() done 8304 1726791694.07961: dumping result to json 8304 1726791694.07967: done dumping result, returning 8304 1726791694.07978: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required packages are installed [029c2e81-ca9f-66d5-1a1d-00000000013f] 8304 1726791694.07983: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000013f 8304 1726791694.08013: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000013f 8304 1726791694.08017: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 8186 1726791694.08171: no more pending results, returning what we have 8186 1726791694.08174: results queue empty 8186 1726791694.08175: checking for any_errors_fatal 8186 1726791694.08181: done checking for any_errors_fatal 8186 1726791694.08181: checking for max_fail_percentage 8186 1726791694.08183: done checking for max_fail_percentage 8186 1726791694.08183: checking to see if all hosts have failed and the running result is not ok 8186 1726791694.08185: done checking to see if all hosts have failed 8186 1726791694.08186: getting the remaining hosts for this loop 8186 1726791694.08187: done getting the remaining hosts for this loop 8186 1726791694.08190: getting the next task for host managed_node1 8186 1726791694.08200: done getting next task for host managed_node1 8186 1726791694.08203: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8186 1726791694.08206: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791694.08215: getting variables 8186 1726791694.08216: in VariableManager get_vars() 8186 1726791694.08247: Calling all_inventory to load vars for managed_node1 8186 1726791694.08250: Calling groups_inventory to load vars for managed_node1 8186 1726791694.08252: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791694.08260: Calling all_plugins_play to load vars for managed_node1 8186 1726791694.08262: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791694.08264: Calling groups_plugins_play to load vars for managed_node1 8186 1726791694.08452: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791694.08578: done with get_vars() 8186 1726791694.08587: done getting variables 8186 1726791694.08656: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:24 Thursday 19 September 2024 20:21:34 -0400 (0:00:05.707) 0:00:10.465 **** 8186 1726791694.08678: entering _queue_task() for managed_node1/debug 8186 1726791694.08680: Creating lock for debug 8186 1726791694.08855: worker is 1 (out of 1 available) 8186 1726791694.08870: exiting _queue_task() for managed_node1/debug 8186 1726791694.08886: done queuing things up, now waiting for results queue to drain 8186 1726791694.08888: waiting for pending results... 8388 1726791694.08998: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes 8388 1726791694.09116: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000141 8388 1726791694.09132: variable 'ansible_search_path' from source: unknown 8388 1726791694.09135: variable 'ansible_search_path' from source: unknown 8388 1726791694.09161: calling self._execute() 8388 1726791694.09231: variable 'ansible_host' from source: host vars for 'managed_node1' 8388 1726791694.09240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8388 1726791694.09249: variable 'omit' from source: magic vars 8388 1726791694.09608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8388 1726791694.12066: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8388 1726791694.12112: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8388 1726791694.12140: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8388 1726791694.12166: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8388 1726791694.12189: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8388 1726791694.12245: 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) 8388 1726791694.12267: 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) 8388 1726791694.12288: 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) 8388 1726791694.12315: 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) 8388 1726791694.12326: 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) 8388 1726791694.12402: variable '__kernel_settings_is_transactional' from source: set_fact 8388 1726791694.12419: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8388 1726791694.12423: when evaluation is False, skipping this task 8388 1726791694.12427: _execute() done 8388 1726791694.12431: dumping result to json 8388 1726791694.12435: done dumping result, returning 8388 1726791694.12441: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Notify user that reboot is needed to apply changes [029c2e81-ca9f-66d5-1a1d-000000000141] 8388 1726791694.12447: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000141 8388 1726791694.12471: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000141 8388 1726791694.12474: WORKER PROCESS EXITING skipping: [managed_node1] => { "false_condition": "__kernel_settings_is_transactional | d(false)" } 8186 1726791694.12601: no more pending results, returning what we have 8186 1726791694.12603: results queue empty 8186 1726791694.12604: checking for any_errors_fatal 8186 1726791694.12610: done checking for any_errors_fatal 8186 1726791694.12611: checking for max_fail_percentage 8186 1726791694.12612: done checking for max_fail_percentage 8186 1726791694.12613: checking to see if all hosts have failed and the running result is not ok 8186 1726791694.12613: done checking to see if all hosts have failed 8186 1726791694.12614: getting the remaining hosts for this loop 8186 1726791694.12615: done getting the remaining hosts for this loop 8186 1726791694.12618: getting the next task for host managed_node1 8186 1726791694.12624: done getting next task for host managed_node1 8186 1726791694.12627: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8186 1726791694.12630: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791694.12642: getting variables 8186 1726791694.12643: in VariableManager get_vars() 8186 1726791694.12677: Calling all_inventory to load vars for managed_node1 8186 1726791694.12679: Calling groups_inventory to load vars for managed_node1 8186 1726791694.12681: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791694.12690: Calling all_plugins_play to load vars for managed_node1 8186 1726791694.12692: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791694.12693: Calling groups_plugins_play to load vars for managed_node1 8186 1726791694.12795: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791694.12915: done with get_vars() 8186 1726791694.12923: done getting variables 8186 1726791694.13016: Loading ActionModule 'reboot' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/reboot.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Reboot transactional update systems] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:29 Thursday 19 September 2024 20:21:34 -0400 (0:00:00.043) 0:00:10.509 **** 8186 1726791694.13037: entering _queue_task() for managed_node1/reboot 8186 1726791694.13038: Creating lock for reboot 8186 1726791694.13203: worker is 1 (out of 1 available) 8186 1726791694.13215: exiting _queue_task() for managed_node1/reboot 8186 1726791694.13226: done queuing things up, now waiting for results queue to drain 8186 1726791694.13228: waiting for pending results... 8390 1726791694.13334: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems 8390 1726791694.13439: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000142 8390 1726791694.13455: variable 'ansible_search_path' from source: unknown 8390 1726791694.13459: variable 'ansible_search_path' from source: unknown 8390 1726791694.13487: calling self._execute() 8390 1726791694.13601: variable 'ansible_host' from source: host vars for 'managed_node1' 8390 1726791694.13610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8390 1726791694.13619: variable 'omit' from source: magic vars 8390 1726791694.14014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8390 1726791694.16205: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8390 1726791694.16276: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8390 1726791694.16314: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8390 1726791694.16347: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8390 1726791694.16373: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8390 1726791694.16522: 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) 8390 1726791694.16551: 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) 8390 1726791694.16577: 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) 8390 1726791694.16618: 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) 8390 1726791694.16633: 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) 8390 1726791694.16729: variable '__kernel_settings_is_transactional' from source: set_fact 8390 1726791694.16749: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8390 1726791694.16755: when evaluation is False, skipping this task 8390 1726791694.16759: _execute() done 8390 1726791694.16762: dumping result to json 8390 1726791694.16765: done dumping result, returning 8390 1726791694.16772: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Reboot transactional update systems [029c2e81-ca9f-66d5-1a1d-000000000142] 8390 1726791694.16779: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000142 8390 1726791694.16810: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000142 8390 1726791694.16814: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8186 1726791694.17024: no more pending results, returning what we have 8186 1726791694.17026: results queue empty 8186 1726791694.17027: checking for any_errors_fatal 8186 1726791694.17030: done checking for any_errors_fatal 8186 1726791694.17031: checking for max_fail_percentage 8186 1726791694.17032: done checking for max_fail_percentage 8186 1726791694.17033: checking to see if all hosts have failed and the running result is not ok 8186 1726791694.17034: done checking to see if all hosts have failed 8186 1726791694.17034: getting the remaining hosts for this loop 8186 1726791694.17035: done getting the remaining hosts for this loop 8186 1726791694.17039: getting the next task for host managed_node1 8186 1726791694.17044: done getting next task for host managed_node1 8186 1726791694.17048: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8186 1726791694.17052: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791694.17064: getting variables 8186 1726791694.17066: in VariableManager get_vars() 8186 1726791694.17097: Calling all_inventory to load vars for managed_node1 8186 1726791694.17101: Calling groups_inventory to load vars for managed_node1 8186 1726791694.17103: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791694.17112: Calling all_plugins_play to load vars for managed_node1 8186 1726791694.17114: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791694.17117: Calling groups_plugins_play to load vars for managed_node1 8186 1726791694.17269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791694.17475: done with get_vars() 8186 1726791694.17487: done getting variables 8186 1726791694.17540: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:34 Thursday 19 September 2024 20:21:34 -0400 (0:00:00.045) 0:00:10.554 **** 8186 1726791694.17575: entering _queue_task() for managed_node1/fail 8186 1726791694.17752: worker is 1 (out of 1 available) 8186 1726791694.17764: exiting _queue_task() for managed_node1/fail 8186 1726791694.17778: done queuing things up, now waiting for results queue to drain 8186 1726791694.17780: waiting for pending results... 8393 1726791694.17888: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set 8393 1726791694.17999: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000143 8393 1726791694.18015: variable 'ansible_search_path' from source: unknown 8393 1726791694.18019: variable 'ansible_search_path' from source: unknown 8393 1726791694.18045: calling self._execute() 8393 1726791694.18101: variable 'ansible_host' from source: host vars for 'managed_node1' 8393 1726791694.18110: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8393 1726791694.18118: variable 'omit' from source: magic vars 8393 1726791694.18441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8393 1726791694.20261: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8393 1726791694.20322: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8393 1726791694.20357: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8393 1726791694.20393: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8393 1726791694.20432: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8393 1726791694.20507: 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) 8393 1726791694.20528: 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) 8393 1726791694.20547: 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) 8393 1726791694.20574: 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) 8393 1726791694.20588: 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) 8393 1726791694.20662: variable '__kernel_settings_is_transactional' from source: set_fact 8393 1726791694.20680: Evaluated conditional (__kernel_settings_is_transactional | d(false)): False 8393 1726791694.20686: when evaluation is False, skipping this task 8393 1726791694.20690: _execute() done 8393 1726791694.20693: dumping result to json 8393 1726791694.20697: done dumping result, returning 8393 1726791694.20703: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Fail if reboot is needed and not set [029c2e81-ca9f-66d5-1a1d-000000000143] 8393 1726791694.20709: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000143 8393 1726791694.20733: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000143 8393 1726791694.20736: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_is_transactional | d(false)", "skip_reason": "Conditional result was False" } 8186 1726791694.20856: no more pending results, returning what we have 8186 1726791694.20859: results queue empty 8186 1726791694.20860: checking for any_errors_fatal 8186 1726791694.20864: done checking for any_errors_fatal 8186 1726791694.20865: checking for max_fail_percentage 8186 1726791694.20866: done checking for max_fail_percentage 8186 1726791694.20866: checking to see if all hosts have failed and the running result is not ok 8186 1726791694.20867: done checking to see if all hosts have failed 8186 1726791694.20868: getting the remaining hosts for this loop 8186 1726791694.20869: done getting the remaining hosts for this loop 8186 1726791694.20874: getting the next task for host managed_node1 8186 1726791694.20882: done getting next task for host managed_node1 8186 1726791694.20886: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8186 1726791694.20889: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791694.20901: getting variables 8186 1726791694.20902: in VariableManager get_vars() 8186 1726791694.20931: Calling all_inventory to load vars for managed_node1 8186 1726791694.20934: Calling groups_inventory to load vars for managed_node1 8186 1726791694.20936: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791694.20942: Calling all_plugins_play to load vars for managed_node1 8186 1726791694.20943: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791694.20945: Calling groups_plugins_play to load vars for managed_node1 8186 1726791694.21046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791694.21324: done with get_vars() 8186 1726791694.21330: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Read tuned main config] ****** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 Thursday 19 September 2024 20:21:34 -0400 (0:00:00.038) 0:00:10.593 **** 8186 1726791694.21386: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 8186 1726791694.21388: Creating lock for fedora.linux_system_roles.kernel_settings_get_config 8186 1726791694.21538: worker is 1 (out of 1 available) 8186 1726791694.21551: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 8186 1726791694.21562: done queuing things up, now waiting for results queue to drain 8186 1726791694.21563: waiting for pending results... 8395 1726791694.21672: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config 8395 1726791694.21780: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000145 8395 1726791694.21797: variable 'ansible_search_path' from source: unknown 8395 1726791694.21800: variable 'ansible_search_path' from source: unknown 8395 1726791694.21827: calling self._execute() 8395 1726791694.21883: variable 'ansible_host' from source: host vars for 'managed_node1' 8395 1726791694.21895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8395 1726791694.21903: variable 'omit' from source: magic vars 8395 1726791694.21968: variable 'omit' from source: magic vars 8395 1726791694.22008: variable 'omit' from source: magic vars 8395 1726791694.22031: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8395 1726791694.22233: variable '__kernel_settings_tuned_main_conf_file' from source: role '' all vars 8395 1726791694.22294: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8395 1726791694.22318: variable 'omit' from source: magic vars 8395 1726791694.22346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8395 1726791694.22372: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8395 1726791694.22392: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8395 1726791694.22406: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8395 1726791694.22418: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8395 1726791694.22454: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8395 1726791694.22460: variable 'ansible_host' from source: host vars for 'managed_node1' 8395 1726791694.22465: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8395 1726791694.22562: Set connection var ansible_shell_executable to /bin/sh 8395 1726791694.22570: Set connection var ansible_pipelining to False 8395 1726791694.22580: Set connection var ansible_module_compression to ZIP_DEFLATED 8395 1726791694.22583: Set connection var ansible_connection to ssh 8395 1726791694.22590: Set connection var ansible_timeout to 10 8395 1726791694.22594: Set connection var ansible_shell_type to sh 8395 1726791694.22612: variable 'ansible_shell_executable' from source: unknown 8395 1726791694.22616: variable 'ansible_connection' from source: unknown 8395 1726791694.22619: variable 'ansible_module_compression' from source: unknown 8395 1726791694.22622: variable 'ansible_shell_type' from source: unknown 8395 1726791694.22624: variable 'ansible_shell_executable' from source: unknown 8395 1726791694.22627: variable 'ansible_host' from source: host vars for 'managed_node1' 8395 1726791694.22631: variable 'ansible_pipelining' from source: unknown 8395 1726791694.22633: variable 'ansible_timeout' from source: unknown 8395 1726791694.22636: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8395 1726791694.22787: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8395 1726791694.22798: variable 'omit' from source: magic vars 8395 1726791694.22803: starting attempt loop 8395 1726791694.22806: running the handler 8395 1726791694.22816: _low_level_execute_command(): starting 8395 1726791694.22824: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8395 1726791694.25358: stdout chunk (state=2): >>>/root <<< 8395 1726791694.25473: stderr chunk (state=3): >>><<< 8395 1726791694.25480: stdout chunk (state=3): >>><<< 8395 1726791694.25498: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8395 1726791694.25512: _low_level_execute_command(): starting 8395 1726791694.25518: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018 `" && echo ansible-tmp-1726791694.2550757-8395-60554784975018="` echo /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018 `" ) && sleep 0' 8395 1726791694.27852: stdout chunk (state=2): >>>ansible-tmp-1726791694.2550757-8395-60554784975018=/root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018 <<< 8395 1726791694.27980: stderr chunk (state=3): >>><<< 8395 1726791694.27987: stdout chunk (state=3): >>><<< 8395 1726791694.27998: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791694.2550757-8395-60554784975018=/root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018 , stderr= 8395 1726791694.28030: variable 'ansible_module_compression' from source: unknown 8395 1726791694.28061: ANSIBALLZ: Using lock for fedora.linux_system_roles.kernel_settings_get_config 8395 1726791694.28065: ANSIBALLZ: Acquiring lock 8395 1726791694.28070: ANSIBALLZ: Lock acquired: 140400515809104 8395 1726791694.28073: ANSIBALLZ: Creating module 8395 1726791694.38563: ANSIBALLZ: Writing module into payload 8395 1726791694.38630: ANSIBALLZ: Writing module 8395 1726791694.38652: ANSIBALLZ: Renaming module 8395 1726791694.38660: ANSIBALLZ: Done creating module 8395 1726791694.38679: variable 'ansible_facts' from source: unknown 8395 1726791694.38818: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/AnsiballZ_kernel_settings_get_config.py 8395 1726791694.39256: Sending initial data 8395 1726791694.39263: Sent initial data (172 bytes) 8395 1726791694.41876: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmppanlisr1 /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/AnsiballZ_kernel_settings_get_config.py <<< 8395 1726791694.42920: stderr chunk (state=3): >>><<< 8395 1726791694.42926: stdout chunk (state=3): >>><<< 8395 1726791694.42943: done transferring module to remote 8395 1726791694.42957: _low_level_execute_command(): starting 8395 1726791694.42962: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/ /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8395 1726791694.45349: stderr chunk (state=2): >>><<< 8395 1726791694.45357: stdout chunk (state=2): >>><<< 8395 1726791694.45371: _low_level_execute_command() done: rc=0, stdout=, stderr= 8395 1726791694.45376: _low_level_execute_command(): starting 8395 1726791694.45381: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8395 1726791694.48197: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # <<< 8395 1726791694.48211: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8395 1726791694.48273: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8395 1726791694.48299: stdout chunk (state=3): >>>import '_io' # <<< 8395 1726791694.48309: stdout chunk (state=3): >>>import 'marshal' # <<< 8395 1726791694.48341: stdout chunk (state=3): >>>import 'posix' # <<< 8395 1726791694.48355: stdout chunk (state=3): >>>import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8395 1726791694.48383: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8395 1726791694.48420: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8395 1726791694.48435: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8395 1726791694.48477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8395 1726791694.48506: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db7ee48> <<< 8395 1726791694.48523: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8395 1726791694.48546: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db14828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db7e9b0> <<< 8395 1726791694.48589: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db21630> import '_signal' # <<< 8395 1726791694.48617: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8395 1726791694.48659: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db28160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8395 1726791694.48685: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8395 1726791694.48709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8395 1726791694.48723: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db2d0f0> <<< 8395 1726791694.48748: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db28748> <<< 8395 1726791694.48759: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db28390> <<< 8395 1726791694.48786: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8395 1726791694.48795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8395 1726791694.48814: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8395 1726791694.48832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8395 1726791694.48846: stdout chunk (state=3): >>>import 'errno' # <<< 8395 1726791694.48902: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dad2470> <<< 8395 1726791694.48957: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8395 1726791694.48973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dad7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dad2b38> <<< 8395 1726791694.49004: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8395 1726791694.49037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8395 1726791694.49149: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dade4e0> <<< 8395 1726791694.49177: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dac1d68> <<< 8395 1726791694.49194: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8395 1726791694.49208: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dac4198> <<< 8395 1726791694.49250: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8395 1726791694.49263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8395 1726791694.49392: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdd2940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bde4240> <<< 8395 1726791694.49414: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db32a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8395 1726791694.49927: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8395 1726791694.49964: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd51080> <<< 8395 1726791694.50007: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd5d2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8395 1726791694.50043: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8bd5df60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd5da90> <<< 8395 1726791694.50073: stdout chunk (state=3): >>>import 'itertools' # <<< 8395 1726791694.50091: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8395 1726791694.50103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd66080> <<< 8395 1726791694.50125: stdout chunk (state=3): >>>import '_collections' # <<< 8395 1726791694.50177: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdad7b8> <<< 8395 1726791694.50193: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8395 1726791694.50210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8395 1726791694.50243: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdadba8> <<< 8395 1726791694.50302: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bda1160> <<< 8395 1726791694.50323: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8395 1726791694.50335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bda1e48> <<< 8395 1726791694.50342: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd98438> <<< 8395 1726791694.50388: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd89470> <<< 8395 1726791694.50403: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8395 1726791694.50414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8395 1726791694.50422: stdout chunk (state=3): >>>import '_sre' # <<< 8395 1726791694.50449: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8395 1726791694.50463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8395 1726791694.50486: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8395 1726791694.50517: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb09278> <<< 8395 1726791694.50536: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb11cf8> <<< 8395 1726791694.50545: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bda1438> <<< 8395 1726791694.50568: stdout chunk (state=3): >>>import '_locale' # <<< 8395 1726791694.50615: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8395 1726791694.50624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb19e10> <<< 8395 1726791694.50639: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd842b0> <<< 8395 1726791694.50658: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8395 1726791694.50664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8395 1726791694.50695: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8395 1726791694.50703: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8bb201d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb19f98> <<< 8395 1726791694.50735: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8bb202e8> <<< 8395 1726791694.50744: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdf2fd0> <<< 8395 1726791694.50766: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8395 1726791694.50782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8395 1726791694.50798: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8395 1726791694.50807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8395 1726791694.50831: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8395 1726791694.50843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8395 1726791694.50855: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb20dd8> <<< 8395 1726791694.50859: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb209e8> <<< 8395 1726791694.50885: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8395 1726791694.50892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb296a0> <<< 8395 1726791694.50913: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8395 1726791694.50929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8395 1726791694.50954: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8395 1726791694.50960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8395 1726791694.51015: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb29e80> <<< 8395 1726791694.51033: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8395 1726791694.51051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8395 1726791694.51086: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6b0198> <<< 8395 1726791694.51102: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb29780> <<< 8395 1726791694.51117: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8395 1726791694.51135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8395 1726791694.51190: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6b6c88> <<< 8395 1726791694.51202: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb20518> <<< 8395 1726791694.51222: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8395 1726791694.51245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8395 1726791694.51265: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8395 1726791694.51274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6d62e8> <<< 8395 1726791694.51307: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8b6d66a0> <<< 8395 1726791694.51323: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8395 1726791694.51348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8395 1726791694.51365: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8395 1726791694.51387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8395 1726791694.51393: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6e0390> <<< 8395 1726791694.51413: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8395 1726791694.51431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8395 1726791694.51453: stdout chunk (state=3): >>>import 'time' # <<< 8395 1726791694.51468: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8395 1726791694.51488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8395 1726791694.51512: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8395 1726791694.51519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8395 1726791694.51533: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8395 1726791694.51577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8395 1726791694.51601: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' <<< 8395 1726791694.51611: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b48bba8> <<< 8395 1726791694.51732: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b4812e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b477f98> <<< 8395 1726791694.51750: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b46ee80> <<< 8395 1726791694.51780: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6e0d30> <<< 8395 1726791694.51816: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8b481f60> <<< 8395 1726791694.51832: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6d6a20> <<< 8395 1726791694.51852: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py<<< 8395 1726791694.51860: stdout chunk (state=3): >>> <<< 8395 1726791694.51874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8395 1726791694.51913: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8da81710> <<< 8395 1726791694.51935: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b482048> <<< 8395 1726791694.51941: stdout chunk (state=3): >>>import 'pwd' # <<< 8395 1726791694.51983: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8da81a90> <<< 8395 1726791694.52052: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb20860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8395 1726791694.52083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8395 1726791694.52133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daa75c0> <<< 8395 1726791694.52161: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8395 1726791694.52790: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daab630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daabb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daabc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8daa7e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daabf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8daab4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daab240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8da9bb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6c4358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8daa7470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89ab0908> <<< 8395 1726791694.52839: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8395 1726791694.52873: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 8395 1726791694.52901: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/__init__.py <<< 8395 1726791694.52922: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.54088: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.55290: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89771ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c89799278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8971a4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8971a5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8971ab38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8395 1726791694.55326: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8395 1726791694.55396: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8975b7b8> <<< 8395 1726791694.55436: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8975b320> <<< 8395 1726791694.55465: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8975bdd8> <<< 8395 1726791694.55497: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8395 1726791694.55561: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8971b710> <<< 8395 1726791694.55589: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8973e2b0> <<< 8395 1726791694.55875: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897364a8> <<< 8395 1726791694.55902: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8395 1726791694.55922: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89ad5d68> <<< 8395 1726791694.55960: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8975b668> <<< 8395 1726791694.56036: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89748400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8395 1726791694.56076: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8395 1726791694.56112: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8395 1726791694.56163: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c897a5e80> <<< 8395 1726791694.56266: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897acef0> <<< 8395 1726791694.56307: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8979b2b0> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8979bac8> <<< 8395 1726791694.56801: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897547b8> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897cdeb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8979bc18> <<< 8395 1726791694.56895: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898dcd30> <<< 8395 1726791694.56928: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' <<< 8395 1726791694.56936: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898dce48> <<< 8395 1726791694.56969: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8395 1726791694.56981: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898dcf98> <<< 8395 1726791694.56993: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89748550> <<< 8395 1726791694.57021: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8395 1726791694.57038: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8395 1726791694.57053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8395 1726791694.57100: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898fb978> <<< 8395 1726791694.57274: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c898f50b8> <<< 8395 1726791694.57304: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898f52b0> <<< 8395 1726791694.57315: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c898edb38> <<< 8395 1726791694.57332: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.57349: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/__init__.py <<< 8395 1726791694.57361: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.57434: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.57509: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.57527: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/__init__.py <<< 8395 1726791694.57543: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8395 1726791694.57554: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8395 1726791694.57568: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.57664: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.57777: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8395 1726791694.57809: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py <<< 8395 1726791694.57817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8395 1726791694.57840: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8395 1726791694.57875: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c89916da0> <<< 8395 1726791694.57927: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89916a58> <<< 8395 1726791694.57967: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89916278> <<< 8395 1726791694.57983: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8395 1726791694.57998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8395 1726791694.58034: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c899168d0> <<< 8395 1726791694.58044: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89904ba8> <<< 8395 1726791694.58056: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.58537: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.59182: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8395 1726791694.59267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.59389: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8395 1726791694.59422: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c898b5240> # zipimport: zlib available <<< 8395 1726791694.59795: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60148: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60198: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60255: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/collections.py <<< 8395 1726791694.60271: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60294: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60324: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/warnings.py <<< 8395 1726791694.60332: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60395: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60468: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/errors.py <<< 8395 1726791694.60483: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8395 1726791694.60499: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8395 1726791694.60532: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60562: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8395 1726791694.60574: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.60910: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8395 1726791694.61036: stdout chunk (state=3): >>>import '_ast' # <<< 8395 1726791694.61047: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89966dd8> <<< 8395 1726791694.61066: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61080: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61098: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8395 1726791694.61105: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61163: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61215: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8395 1726791694.61225: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/parameters.py <<< 8395 1726791694.61241: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8395 1726791694.61259: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61292: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61322: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/locale.py <<< 8395 1726791694.61344: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61369: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61402: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61441: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61508: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8395 1726791694.61656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8395 1726791694.61745: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8994c128> <<< 8395 1726791694.61811: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89a7ee48> <<< 8395 1726791694.61849: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/process.py <<< 8395 1726791694.61866: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61906: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61957: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.61982: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.62015: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.62316: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.62598: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8395 1726791694.62625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8395 1726791694.62661: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8395 1726791694.62792: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8997a080> <<< 8395 1726791694.62824: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8395 1726791694.62934: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8997a128> <<< 8395 1726791694.62991: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8991b940> <<< 8395 1726791694.63045: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/__init__.py <<< 8395 1726791694.63068: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.63094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.63127: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8395 1726791694.63150: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.63169: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/pycompat24.py <<< 8395 1726791694.63251: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/basic.py <<< 8395 1726791694.63300: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8395 1726791694.63351: stdout chunk (state=3): >>>import ansible_collections.fedora # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/__init__.py # zipimport: zlib available <<< 8395 1726791694.63395: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins.modules # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py # zipimport: zlib available <<< 8395 1726791694.63432: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.63487: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc matches /usr/lib/python3.6/site-packages/configobj.py <<< 8395 1726791694.63512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc' <<< 8395 1726791694.63543: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc matches /usr/lib/python3.6/site-packages/six.py <<< 8395 1726791694.63575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc' <<< 8395 1726791694.63627: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b430978> <<< 8395 1726791694.63656: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc matches /usr/lib/python3.6/site-packages/_version.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc' import '_version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b4342b0> <<< 8395 1726791694.64156: stdout chunk (state=3): >>>import 'configobj' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8998aef0> <<< 8395 1726791694.64183: stdout chunk (state=3): >>># zipimport: zlib available <<< 8395 1726791694.64387: stdout chunk (state=3): >>> {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} <<< 8395 1726791694.64404: stdout chunk (state=3): >>># destroy __main__ <<< 8395 1726791694.64778: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl <<< 8395 1726791694.64901: stdout chunk (state=3): >>># cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # 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 # cleanup[2] removing configobj # destroy configobj # cleanup[2] removing six # cleanup[2] removing _version # destroy _version # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8395 1726791694.65080: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8395 1726791694.65190: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes <<< 8395 1726791694.65271: stdout chunk (state=3): >>># destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8395 1726791694.65341: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy six # 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 <<< 8395 1726791694.65390: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os <<< 8395 1726791694.65466: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct <<< 8395 1726791694.65562: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8395 1726791694.65609: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8395 1726791694.65745: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq <<< 8395 1726791694.65778: stdout chunk (state=3): >>># destroy select # destroy linecache # destroy math <<< 8395 1726791694.65812: stdout chunk (state=3): >>># destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8395 1726791694.66141: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8395 1726791694.66148: stdout chunk (state=3): >>><<< 8395 1726791694.66161: stderr chunk (state=3): >>><<< 8395 1726791694.66233: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db7ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db14828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db7e9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db21630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db28160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db2d0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db28748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db28390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dad2470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dad7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dad2b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dade4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dac1d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8dac4198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdd2940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bde4240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8db32a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd51080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd5d2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8bd5df60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd5da90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd66080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdad7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdadba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bda1160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bda1e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd98438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd89470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb09278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb11cf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bda1438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb19e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bd842b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8bb201d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb19f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8bb202e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bdf2fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb20dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb209e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb296a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb29e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6b0198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb29780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6b6c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb20518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6d62e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8b6d66a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6e0390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b48bba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b4812e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b477f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b46ee80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6e0d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8b481f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6d6a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8da81710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b482048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8da81a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8bb20860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daa75c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daab630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daabb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daabc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8daa7e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daabf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8daab4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8daab240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8da9bb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b6c4358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8daa7470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89ab0908> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89771ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c89799278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8971a4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8971a5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8971ab38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8975b7b8> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8975b320> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8975bdd8> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8971b710> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8973e2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897364a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89ad5d68> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8975b668> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89748400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c897a5e80> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897acef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8979b2b0> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8979bac8> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897547b8> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c897cdeb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8979bc18> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898dcd30> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898dce48> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898dcf98> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89748550> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898fb978> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c898f50b8> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c898f52b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c898edb38> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c89916da0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89916a58> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89916278> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c899168d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89904ba8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c898b5240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89966dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9c8994c128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c89a7ee48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8997a080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8997a128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8991b940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins.modules # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_wf4ejj2m/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc matches /usr/lib/python3.6/site-packages/configobj.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc' # /usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc matches /usr/lib/python3.6/site-packages/six.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b430978> # /usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc matches /usr/lib/python3.6/site-packages/_version.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc' import '_version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8b4342b0> import 'configobj' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9c8998aef0> # zipimport: zlib available {"changed": false, "data": {"daemon": "1", "dynamic_tuning": "0", "sleep_interval": "1", "update_interval": "10", "recommend_command": "1", "reapply_sysctl": "1", "default_instance_priority": "0", "udev_buffer_size": "1MB", "log_file_count": "2", "log_file_max_size": "1MB"}, "invocation": {"module_args": {"path": "/etc/tuned/tuned-main.conf"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # 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 # cleanup[2] removing configobj # destroy configobj # cleanup[2] removing six # cleanup[2] removing _version # destroy _version # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy six # 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 # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # 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 # cleanup[2] removing configobj # destroy configobj # cleanup[2] removing six # cleanup[2] removing _version # destroy _version # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy six # 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 # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re 8395 1726791694.66400: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/tuned-main.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8395 1726791694.66418: _low_level_execute_command(): starting 8395 1726791694.66425: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791694.2550757-8395-60554784975018/ > /dev/null 2>&1 && sleep 0' 8395 1726791694.69841: stderr chunk (state=2): >>><<< 8395 1726791694.69849: stdout chunk (state=2): >>><<< 8395 1726791694.69869: _low_level_execute_command() done: rc=0, stdout=, stderr= 8395 1726791694.69879: handler run complete 8395 1726791694.69899: attempt loop complete, returning result 8395 1726791694.69903: _execute() done 8395 1726791694.69907: dumping result to json 8395 1726791694.69911: done dumping result, returning 8395 1726791694.69919: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Read tuned main config [029c2e81-ca9f-66d5-1a1d-000000000145] 8395 1726791694.69924: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000145 8395 1726791694.69958: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000145 8395 1726791694.69961: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": { "daemon": "1", "default_instance_priority": "0", "dynamic_tuning": "0", "log_file_count": "2", "log_file_max_size": "1MB", "reapply_sysctl": "1", "recommend_command": "1", "sleep_interval": "1", "udev_buffer_size": "1MB", "update_interval": "10" } } 8186 1726791694.70438: no more pending results, returning what we have 8186 1726791694.70441: results queue empty 8186 1726791694.70441: checking for any_errors_fatal 8186 1726791694.70446: done checking for any_errors_fatal 8186 1726791694.70447: checking for max_fail_percentage 8186 1726791694.70448: done checking for max_fail_percentage 8186 1726791694.70449: checking to see if all hosts have failed and the running result is not ok 8186 1726791694.70449: done checking to see if all hosts have failed 8186 1726791694.70450: getting the remaining hosts for this loop 8186 1726791694.70451: done getting the remaining hosts for this loop 8186 1726791694.70454: getting the next task for host managed_node1 8186 1726791694.70459: done getting next task for host managed_node1 8186 1726791694.70462: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8186 1726791694.70466: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791694.70480: getting variables 8186 1726791694.70481: in VariableManager get_vars() 8186 1726791694.70514: Calling all_inventory to load vars for managed_node1 8186 1726791694.70517: Calling groups_inventory to load vars for managed_node1 8186 1726791694.70519: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791694.70528: Calling all_plugins_play to load vars for managed_node1 8186 1726791694.70530: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791694.70532: Calling groups_plugins_play to load vars for managed_node1 8186 1726791694.70705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791694.70927: done with get_vars() 8186 1726791694.70938: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 Thursday 19 September 2024 20:21:34 -0400 (0:00:00.496) 0:00:11.089 **** 8186 1726791694.71034: entering _queue_task() for managed_node1/stat 8186 1726791694.71241: worker is 1 (out of 1 available) 8186 1726791694.71254: exiting _queue_task() for managed_node1/stat 8186 1726791694.71265: done queuing things up, now waiting for results queue to drain 8186 1726791694.71266: waiting for pending results... 8419 1726791694.71495: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory 8419 1726791694.71642: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000146 8419 1726791694.71658: variable 'ansible_search_path' from source: unknown 8419 1726791694.71662: variable 'ansible_search_path' from source: unknown 8419 1726791694.71706: variable '__prof_from_conf' from source: task vars 8419 1726791694.72000: variable '__prof_from_conf' from source: task vars 8419 1726791694.72191: variable '__data' from source: task vars 8419 1726791694.72265: variable '__kernel_settings_register_tuned_main' from source: set_fact 8419 1726791694.72499: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8419 1726791694.72510: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8419 1726791694.72568: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8419 1726791694.72588: variable 'omit' from source: magic vars 8419 1726791694.72745: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791694.72756: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791694.72764: variable 'omit' from source: magic vars 8419 1726791694.73002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8419 1726791694.74896: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8419 1726791694.74968: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8419 1726791694.75008: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8419 1726791694.75042: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8419 1726791694.75067: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8419 1726791694.75137: 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) 8419 1726791694.75164: 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) 8419 1726791694.75192: 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) 8419 1726791694.75231: 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) 8419 1726791694.75246: 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) 8419 1726791694.75324: variable 'item' from source: unknown 8419 1726791694.75337: Evaluated conditional (item | length > 0): False 8419 1726791694.75341: when evaluation is False, skipping this task 8419 1726791694.75366: variable 'item' from source: unknown 8419 1726791694.75414: variable 'item' from source: unknown skipping: [managed_node1] => (item=) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": "", "skip_reason": "Conditional result was False" } 8419 1726791694.75490: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791694.75501: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791694.75509: variable 'omit' from source: magic vars 8419 1726791694.75640: 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) 8419 1726791694.75666: 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) 8419 1726791694.75697: 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) 8419 1726791694.75737: 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) 8419 1726791694.75751: 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) 8419 1726791694.75824: variable 'item' from source: unknown 8419 1726791694.75834: Evaluated conditional (item | length > 0): True 8419 1726791694.75841: variable 'omit' from source: magic vars 8419 1726791694.75889: variable 'omit' from source: magic vars 8419 1726791694.75932: variable 'item' from source: unknown 8419 1726791694.75996: variable 'item' from source: unknown 8419 1726791694.76013: variable 'omit' from source: magic vars 8419 1726791694.76037: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8419 1726791694.76063: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8419 1726791694.76083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8419 1726791694.76101: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8419 1726791694.76113: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8419 1726791694.76142: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8419 1726791694.76148: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791694.76152: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791694.76235: Set connection var ansible_shell_executable to /bin/sh 8419 1726791694.76242: Set connection var ansible_pipelining to False 8419 1726791694.76251: Set connection var ansible_module_compression to ZIP_DEFLATED 8419 1726791694.76255: Set connection var ansible_connection to ssh 8419 1726791694.76260: Set connection var ansible_timeout to 10 8419 1726791694.76263: Set connection var ansible_shell_type to sh 8419 1726791694.76278: variable 'ansible_shell_executable' from source: unknown 8419 1726791694.76283: variable 'ansible_connection' from source: unknown 8419 1726791694.76286: variable 'ansible_module_compression' from source: unknown 8419 1726791694.76290: variable 'ansible_shell_type' from source: unknown 8419 1726791694.76298: variable 'ansible_shell_executable' from source: unknown 8419 1726791694.76302: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791694.76306: variable 'ansible_pipelining' from source: unknown 8419 1726791694.76309: variable 'ansible_timeout' from source: unknown 8419 1726791694.76313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791694.76414: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8419 1726791694.76425: variable 'omit' from source: magic vars 8419 1726791694.76431: starting attempt loop 8419 1726791694.76434: running the handler 8419 1726791694.76445: _low_level_execute_command(): starting 8419 1726791694.76452: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8419 1726791694.78641: stdout chunk (state=2): >>>/root <<< 8419 1726791694.78962: stderr chunk (state=3): >>><<< 8419 1726791694.78969: stdout chunk (state=3): >>><<< 8419 1726791694.78995: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8419 1726791694.79009: _low_level_execute_command(): starting 8419 1726791694.79017: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327 `" && echo ansible-tmp-1726791694.790031-8419-277328403293327="` echo /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327 `" ) && sleep 0' 8419 1726791694.81393: stdout chunk (state=2): >>>ansible-tmp-1726791694.790031-8419-277328403293327=/root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327 <<< 8419 1726791694.81517: stderr chunk (state=3): >>><<< 8419 1726791694.81523: stdout chunk (state=3): >>><<< 8419 1726791694.81536: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791694.790031-8419-277328403293327=/root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327 , stderr= 8419 1726791694.81573: variable 'ansible_module_compression' from source: unknown 8419 1726791694.81614: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8419 1726791694.81640: variable 'ansible_facts' from source: unknown 8419 1726791694.81707: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327/AnsiballZ_stat.py 8419 1726791694.81794: Sending initial data 8419 1726791694.81802: Sent initial data (150 bytes) 8419 1726791694.84307: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp9zi22wtx /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327/AnsiballZ_stat.py <<< 8419 1726791694.85330: stderr chunk (state=3): >>><<< 8419 1726791694.85345: stdout chunk (state=3): >>><<< 8419 1726791694.85364: done transferring module to remote 8419 1726791694.85376: _low_level_execute_command(): starting 8419 1726791694.85382: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327/ /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327/AnsiballZ_stat.py && sleep 0' 8419 1726791694.87836: stderr chunk (state=2): >>><<< 8419 1726791694.87847: stdout chunk (state=2): >>><<< 8419 1726791694.87866: _low_level_execute_command() done: rc=0, stdout=, stderr= 8419 1726791694.87871: _low_level_execute_command(): starting 8419 1726791694.87875: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327/AnsiballZ_stat.py && sleep 0' 8419 1726791694.90681: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8419 1726791694.90697: stdout chunk (state=3): >>>import '_warnings' # import '_thread' # <<< 8419 1726791694.90715: stdout chunk (state=3): >>>import '_weakref' # <<< 8419 1726791694.90762: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8419 1726791694.90793: stdout chunk (state=3): >>>import '_io' # <<< 8419 1726791694.90809: stdout chunk (state=3): >>>import 'marshal' # <<< 8419 1726791694.90833: stdout chunk (state=3): >>>import 'posix' # <<< 8419 1726791694.90846: stdout chunk (state=3): >>>import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8419 1726791694.90861: stdout chunk (state=3): >>>import 'zipimport' # <<< 8419 1726791694.90874: stdout chunk (state=3): >>># installed zipimport hook <<< 8419 1726791694.90902: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py <<< 8419 1726791694.90911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791694.90926: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8419 1726791694.90951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8419 1726791694.90958: stdout chunk (state=3): >>>import '_codecs' # <<< 8419 1726791694.90985: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64035ee48> <<< 8419 1726791694.91009: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8419 1726791694.91023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8419 1726791694.91037: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402f4828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64035e9b0> <<< 8419 1726791694.91056: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8419 1726791694.91075: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640301630> <<< 8419 1726791694.91092: stdout chunk (state=3): >>>import '_signal' # <<< 8419 1726791694.91108: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8419 1726791694.91128: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640308160> <<< 8419 1726791694.91142: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py <<< 8419 1726791694.91151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8419 1726791694.91161: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py <<< 8419 1726791694.91179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8419 1726791694.91186: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8419 1726791694.91206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64030d0f0> <<< 8419 1726791694.91227: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640308748> <<< 8419 1726791694.91251: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640308390> <<< 8419 1726791694.91283: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8419 1726791694.91292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8419 1726791694.91312: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8419 1726791694.91331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8419 1726791694.91340: stdout chunk (state=3): >>>import 'errno' # <<< 8419 1726791694.91356: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8419 1726791694.91375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8419 1726791694.91386: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402b2470> <<< 8419 1726791694.91410: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8419 1726791694.91421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8419 1726791694.91437: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8419 1726791694.91448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402b7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402b2b38> <<< 8419 1726791694.91481: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8419 1726791694.91508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8419 1726791694.91621: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402be4e0> <<< 8419 1726791694.91640: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402a1d68> <<< 8419 1726791694.91657: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8419 1726791694.91665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8419 1726791694.91677: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402a4198> <<< 8419 1726791694.91728: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8419 1726791694.91736: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5b2940> <<< 8419 1726791694.91765: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8419 1726791694.91775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' <<< 8419 1726791694.91792: stdout chunk (state=3): >>>import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5c4240> <<< 8419 1726791694.91878: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640312a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8419 1726791694.92098: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8419 1726791694.92110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8419 1726791694.92129: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8419 1726791694.92138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8419 1726791694.92147: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8419 1726791694.92178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8419 1726791694.92193: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8419 1726791694.92205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8419 1726791694.92211: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8419 1726791694.92280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8419 1726791694.92299: stdout chunk (state=3): >>>import '_functools' # <<< 8419 1726791694.92310: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8419 1726791694.92363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8419 1726791694.92373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8419 1726791694.92390: stdout chunk (state=3): >>>import '_operator' # <<< 8419 1726791694.92398: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5320f0> <<< 8419 1726791694.92420: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e53c320> <<< 8419 1726791694.92428: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8419 1726791694.92445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8419 1726791694.92465: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.92475: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63e53cfd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e53cb00> <<< 8419 1726791694.92495: stdout chunk (state=3): >>>import 'itertools' # <<< 8419 1726791694.92508: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8419 1726791694.92520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8419 1726791694.92530: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5400f0> import '_collections' # <<< 8419 1726791694.92582: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e58d828> <<< 8419 1726791694.92599: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8419 1726791694.92611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8419 1726791694.92646: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e58dc18> <<< 8419 1726791694.92701: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5811d0> <<< 8419 1726791694.92763: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e581eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5784a8> <<< 8419 1726791694.92783: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5694e0> <<< 8419 1726791694.92798: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8419 1726791694.92829: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8419 1726791694.92853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8419 1726791694.92867: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8419 1726791694.92895: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2e92e8> <<< 8419 1726791694.92921: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2f0d68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5814a8> <<< 8419 1726791694.92945: stdout chunk (state=3): >>>import '_locale' # <<< 8419 1726791694.92983: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8419 1726791694.92996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2f6e80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e564320> <<< 8419 1726791694.93021: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8419 1726791694.93045: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.93057: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63e2fc240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fc048> <<< 8419 1726791694.93095: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63e2fc358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5db080> <<< 8419 1726791694.93107: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8419 1726791694.93132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8419 1726791694.93140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791694.93156: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8419 1726791694.93167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8419 1726791694.93181: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fce48> <<< 8419 1726791694.93192: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fca58> <<< 8419 1726791694.93211: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e30a710> <<< 8419 1726791694.93226: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8419 1726791694.93243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8419 1726791694.93265: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8419 1726791694.93325: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e30aef0> <<< 8419 1726791694.93343: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8419 1726791694.93353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8419 1726791694.93384: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63de8e208> <<< 8419 1726791694.93407: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e30a7f0> <<< 8419 1726791694.93417: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8419 1726791694.93440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8419 1726791694.93477: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63de94cf8> <<< 8419 1726791694.93489: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fc588> <<< 8419 1726791694.93508: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8419 1726791694.93523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8419 1726791694.93541: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8419 1726791694.93556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63deb8358> <<< 8419 1726791694.93574: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.93591: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63deb8710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8419 1726791694.93607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8419 1726791694.93620: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8419 1726791694.93631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8419 1726791694.93647: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dec0400> <<< 8419 1726791694.93665: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8419 1726791694.93697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # <<< 8419 1726791694.93728: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8419 1726791694.93763: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8419 1726791694.93776: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8419 1726791694.93803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8419 1726791694.93824: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' <<< 8419 1726791694.93836: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc6ac18> <<< 8419 1726791694.93945: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc5e358> <<< 8419 1726791694.93958: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc5e048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc4fef0> <<< 8419 1726791694.93987: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dec0da0> <<< 8419 1726791694.94012: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.94022: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63dc5efd0> <<< 8419 1726791694.94027: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63deb8a90> <<< 8419 1726791694.94048: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8419 1726791694.94063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8419 1726791694.94100: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe640271780> <<< 8419 1726791694.94123: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc650b8> import 'pwd' # <<< 8419 1726791694.94155: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe640271b00> <<< 8419 1726791694.94199: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fc8d0> <<< 8419 1726791694.94218: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8419 1726791694.94239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8419 1726791694.94248: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8419 1726791694.94262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8419 1726791694.94299: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe640287630> <<< 8419 1726791694.94338: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8419 1726791694.94452: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028b6a0> <<< 8419 1726791694.94474: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.94486: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028bb70> <<< 8419 1726791694.94506: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028bc88> <<< 8419 1726791694.94515: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640287e80> <<< 8419 1726791694.94528: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8419 1726791694.94539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8419 1726791694.94572: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028bfd0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64028b550> <<< 8419 1726791694.94587: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.94608: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028b2b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64027ab70> <<< 8419 1726791694.94620: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dea43c8> <<< 8419 1726791694.94646: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8419 1726791694.94667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8419 1726791694.94712: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402874e0> <<< 8419 1726791694.94830: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py <<< 8419 1726791694.94841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8419 1726791694.94857: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c28f978> <<< 8419 1726791694.94912: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip' # zipimport: zlib available <<< 8419 1726791694.94927: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791694.94948: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/__init__.py <<< 8419 1726791694.94961: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8419 1726791694.94978: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8419 1726791694.96052: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791694.96937: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py <<< 8419 1726791694.96955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfe37f0> import 'atexit' # <<< 8419 1726791694.96986: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8419 1726791694.97006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8419 1726791694.97060: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.97071: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bf732e8> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfe3e48> <<< 8419 1726791694.97095: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63c28ffd0> <<< 8419 1726791694.97125: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8419 1726791694.97138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8419 1726791694.97181: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf4dba8> <<< 8419 1726791694.97208: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8419 1726791694.97228: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8419 1726791694.97258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8419 1726791694.97293: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8419 1726791694.97355: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfb91d0> <<< 8419 1726791694.97385: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.97393: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63c2aa828> <<< 8419 1726791694.97412: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bf62080> <<< 8419 1726791694.97438: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8419 1726791694.97503: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfb7160> <<< 8419 1726791694.97512: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf94320> <<< 8419 1726791694.97814: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf8b518> <<< 8419 1726791694.97835: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8419 1726791694.97843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8419 1726791694.97868: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c2aad68> <<< 8419 1726791694.97897: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfa0390> <<< 8419 1726791694.97909: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py <<< 8419 1726791694.97922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfa04a8> <<< 8419 1726791694.97932: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8419 1726791694.97958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8419 1726791694.97992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8419 1726791694.98011: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8419 1726791694.98033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791694.98064: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.98085: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63c244f28> <<< 8419 1726791694.98144: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8419 1726791694.98154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c249ef0> <<< 8419 1726791694.98176: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c23b358> <<< 8419 1726791694.98185: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8419 1726791694.98208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c23bb70> <<< 8419 1726791694.98391: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfa8860> <<< 8419 1726791694.98422: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8419 1726791694.98448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791694.98474: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8419 1726791694.98493: stdout chunk (state=3): >>>import '_string' # <<< 8419 1726791694.98569: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c26bf28> <<< 8419 1726791694.98622: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c23b1d0> <<< 8419 1726791694.98749: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.98759: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfbae10> <<< 8419 1726791694.98783: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.98792: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfbaef0> <<< 8419 1726791694.98822: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.98829: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfc80b8> <<< 8419 1726791694.98846: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfa05f8> <<< 8419 1726791694.98864: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py <<< 8419 1726791694.98877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8419 1726791694.98887: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8419 1726791694.98896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8419 1726791694.98935: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.98945: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfd7a58> <<< 8419 1726791694.99103: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfcf198> <<< 8419 1726791694.99130: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791694.99146: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfcf390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfc8c18> <<< 8419 1726791694.99170: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8419 1726791694.99179: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8419 1726791694.99243: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791694.99334: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8419 1726791694.99344: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8419 1726791694.99432: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791694.99529: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py <<< 8419 1726791694.99540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791694.99556: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py <<< 8419 1726791694.99583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8419 1726791694.99596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8419 1726791694.99629: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bff2e10> <<< 8419 1726791694.99666: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bff2ac8> <<< 8419 1726791694.99737: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bff22e8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8419 1726791694.99787: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bff2908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfdec18> # zipimport: zlib available <<< 8419 1726791695.00265: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.00718: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py <<< 8419 1726791695.00731: 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 # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 8419 1726791695.00765: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8419 1726791695.00793: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.00829: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8419 1726791695.00841: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.00856: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8419 1726791695.00969: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.01087: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8419 1726791695.01098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8419 1726791695.01119: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6388de240> <<< 8419 1726791695.01128: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.01468: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.01934: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8419 1726791695.01964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.01987: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8419 1726791695.02037: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02126: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8419 1726791695.02148: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02171: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8419 1726791695.02452: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 8419 1726791695.02577: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8419 1726791695.02648: stdout chunk (state=3): >>>import '_ast' # <<< 8419 1726791695.02668: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe638954e80> # zipimport: zlib available <<< 8419 1726791695.02687: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02699: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8419 1726791695.02716: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02780: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02814: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8419 1726791695.02841: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8419 1726791695.02859: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02883: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02905: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/locale.py <<< 8419 1726791695.02927: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02956: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.02982: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.03011: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.03075: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8419 1726791695.03229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.03916: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe638979198> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63892beb8> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8419 1726791695.04037: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.04101: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8419 1726791695.04122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8419 1726791695.04146: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8419 1726791695.04280: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf190f0> <<< 8419 1726791695.04298: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8419 1726791695.04309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8419 1726791695.04411: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf19198> <<< 8419 1726791695.04459: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63896eb00> <<< 8419 1726791695.04507: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py <<< 8419 1726791695.04519: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8419 1726791695.04539: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.04569: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8419 1726791695.04592: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.04605: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8419 1726791695.04698: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 8419 1726791695.04707: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.04725: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 8419 1726791695.04732: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.04835: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.04994: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.05140: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 8419 1726791695.05156: stdout chunk (state=3): >>># destroy __main__ <<< 8419 1726791695.05394: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8419 1726791695.05414: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings <<< 8419 1726791695.05423: stdout chunk (state=3): >>># cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat <<< 8419 1726791695.05446: stdout chunk (state=3): >>># cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token <<< 8419 1726791695.05466: stdout chunk (state=3): >>># destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 8419 1726791695.05475: stdout chunk (state=3): >>># cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json <<< 8419 1726791695.05504: stdout chunk (state=3): >>># cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime <<< 8419 1726791695.05512: stdout chunk (state=3): >>># destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8419 1726791695.05675: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8419 1726791695.05701: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc <<< 8419 1726791695.05712: stdout chunk (state=3): >>># destroy importlib.machinery # destroy zipimport <<< 8419 1726791695.05731: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal <<< 8419 1726791695.05743: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 8419 1726791695.05748: stdout chunk (state=3): >>># destroy fcntl # destroy encodings <<< 8419 1726791695.05774: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8419 1726791695.05782: stdout chunk (state=3): >>># destroy systemd._journal <<< 8419 1726791695.05802: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8419 1726791695.05812: stdout chunk (state=3): >>># destroy _json <<< 8419 1726791695.05826: stdout chunk (state=3): >>># destroy datetime # destroy selinux <<< 8419 1726791695.05847: stdout chunk (state=3): >>># destroy platform # destroy ansible.module_utils.distro._distro <<< 8419 1726791695.05854: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8419 1726791695.05878: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external <<< 8419 1726791695.05893: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs <<< 8419 1726791695.05915: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 8419 1726791695.05924: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator <<< 8419 1726791695.05943: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct <<< 8419 1726791695.05952: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch <<< 8419 1726791695.05959: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache <<< 8419 1726791695.06001: stdout chunk (state=3): >>># destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8419 1726791695.06469: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8419 1726791695.06763: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8419 1726791695.06770: stdout chunk (state=3): >>><<< 8419 1726791695.06781: stderr chunk (state=3): >>><<< 8419 1726791695.06842: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64035ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402f4828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64035e9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640301630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640308160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64030d0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640308748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640308390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402b2470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402b7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402b2b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402be4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402a1d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402a4198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5b2940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5c4240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640312a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5320f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e53c320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63e53cfd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e53cb00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5400f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e58d828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e58dc18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5811d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e581eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5784a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5694e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2e92e8> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2f0d68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5814a8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2f6e80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e564320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63e2fc240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fc048> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63e2fc358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e5db080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fce48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fca58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e30a710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e30aef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63de8e208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e30a7f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63de94cf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fc588> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63deb8358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63deb8710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dec0400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc6ac18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc5e358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc5e048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc4fef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dec0da0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63dc5efd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63deb8a90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe640271780> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dc650b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe640271b00> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63e2fc8d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe640287630> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028b6a0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028bb70> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028bc88> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe640287e80> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028bfd0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64028b550> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe64028b2b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe64027ab70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63dea43c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6402874e0> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c28f978> # zipimport: found 33 names in '/tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfe37f0> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bf732e8> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfe3e48> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63c28ffd0> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf4dba8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfb91d0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63c2aa828> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bf62080> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfb7160> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf94320> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf8b518> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c2aad68> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfa0390> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfa04a8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63c244f28> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c249ef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c23b358> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c23bb70> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfa8860> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c26bf28> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63c23b1d0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfbae10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfbaef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfc80b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfa05f8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfd7a58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfcf198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bfcf390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfc8c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63bff2e10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bff2ac8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bff22e8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bff2908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bfdec18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe6388de240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe638954e80> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe638979198> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63892beb8> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf190f0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63bf19198> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63896eb00> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_x4wmcuzn/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/profiles", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8419 1726791695.06987: done with _execute_module (stat, {'path': '/etc/tuned/profiles', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_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-1726791694.790031-8419-277328403293327/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8419 1726791695.07003: _low_level_execute_command(): starting 8419 1726791695.07009: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791694.790031-8419-277328403293327/ > /dev/null 2>&1 && sleep 0' 8419 1726791695.10064: stderr chunk (state=2): >>><<< 8419 1726791695.10078: stdout chunk (state=2): >>><<< 8419 1726791695.10097: _low_level_execute_command() done: rc=0, stdout=, stderr= 8419 1726791695.10105: handler run complete 8419 1726791695.10121: attempt loop complete, returning result 8419 1726791695.10136: variable 'item' from source: unknown 8419 1726791695.10207: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned/profiles) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned/profiles", "stat": { "exists": false } } 8419 1726791695.10301: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791695.10312: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791695.10321: variable 'omit' from source: magic vars 8419 1726791695.10435: 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) 8419 1726791695.10458: 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) 8419 1726791695.10480: 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) 8419 1726791695.10509: 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) 8419 1726791695.10521: 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) 8419 1726791695.10582: variable 'item' from source: unknown 8419 1726791695.10596: Evaluated conditional (item | length > 0): True 8419 1726791695.10601: variable 'omit' from source: magic vars 8419 1726791695.10613: variable 'omit' from source: magic vars 8419 1726791695.10644: variable 'item' from source: unknown 8419 1726791695.10701: variable 'item' from source: unknown 8419 1726791695.10717: variable 'omit' from source: magic vars 8419 1726791695.10736: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8419 1726791695.10745: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8419 1726791695.10752: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8419 1726791695.10767: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8419 1726791695.10775: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791695.10779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791695.10838: Set connection var ansible_shell_executable to /bin/sh 8419 1726791695.10845: Set connection var ansible_pipelining to False 8419 1726791695.10854: Set connection var ansible_module_compression to ZIP_DEFLATED 8419 1726791695.10857: Set connection var ansible_connection to ssh 8419 1726791695.10862: Set connection var ansible_timeout to 10 8419 1726791695.10865: Set connection var ansible_shell_type to sh 8419 1726791695.10882: variable 'ansible_shell_executable' from source: unknown 8419 1726791695.10888: variable 'ansible_connection' from source: unknown 8419 1726791695.10891: variable 'ansible_module_compression' from source: unknown 8419 1726791695.10895: variable 'ansible_shell_type' from source: unknown 8419 1726791695.10898: variable 'ansible_shell_executable' from source: unknown 8419 1726791695.10902: variable 'ansible_host' from source: host vars for 'managed_node1' 8419 1726791695.10906: variable 'ansible_pipelining' from source: unknown 8419 1726791695.10909: variable 'ansible_timeout' from source: unknown 8419 1726791695.10913: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8419 1726791695.10978: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8419 1726791695.10991: variable 'omit' from source: magic vars 8419 1726791695.10998: starting attempt loop 8419 1726791695.11002: running the handler 8419 1726791695.11009: _low_level_execute_command(): starting 8419 1726791695.11013: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8419 1726791695.13271: stdout chunk (state=2): >>>/root <<< 8419 1726791695.13389: stderr chunk (state=3): >>><<< 8419 1726791695.13397: stdout chunk (state=3): >>><<< 8419 1726791695.13412: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8419 1726791695.13422: _low_level_execute_command(): starting 8419 1726791695.13427: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123 `" && echo ansible-tmp-1726791695.1341877-8419-206469224836123="` echo /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123 `" ) && sleep 0' 8419 1726791695.15818: stdout chunk (state=2): >>>ansible-tmp-1726791695.1341877-8419-206469224836123=/root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123 <<< 8419 1726791695.15949: stderr chunk (state=3): >>><<< 8419 1726791695.15958: stdout chunk (state=3): >>><<< 8419 1726791695.15973: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791695.1341877-8419-206469224836123=/root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123 , stderr= 8419 1726791695.16011: variable 'ansible_module_compression' from source: unknown 8419 1726791695.16044: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8419 1726791695.16061: variable 'ansible_facts' from source: unknown 8419 1726791695.16122: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123/AnsiballZ_stat.py 8419 1726791695.16222: Sending initial data 8419 1726791695.16230: Sent initial data (151 bytes) 8419 1726791695.18663: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp_4xi8vfa /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123/AnsiballZ_stat.py <<< 8419 1726791695.19637: stderr chunk (state=3): >>><<< 8419 1726791695.19647: stdout chunk (state=3): >>><<< 8419 1726791695.19664: done transferring module to remote 8419 1726791695.19675: _low_level_execute_command(): starting 8419 1726791695.19681: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123/ /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123/AnsiballZ_stat.py && sleep 0' 8419 1726791695.21918: stderr chunk (state=2): >>><<< 8419 1726791695.21926: stdout chunk (state=2): >>><<< 8419 1726791695.21938: _low_level_execute_command() done: rc=0, stdout=, stderr= 8419 1726791695.21943: _low_level_execute_command(): starting 8419 1726791695.21947: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123/AnsiballZ_stat.py && sleep 0' 8419 1726791695.24891: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eaee2e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae78828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eaee29b0> <<< 8419 1726791695.24917: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8419 1726791695.24933: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae85630> <<< 8419 1726791695.24958: stdout chunk (state=3): >>>import '_signal' # <<< 8419 1726791695.24986: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8419 1726791695.25008: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae8c160> <<< 8419 1726791695.25043: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8419 1726791695.25061: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8419 1726791695.25126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae910f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae8c748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae8c390> <<< 8419 1726791695.25168: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8419 1726791695.25182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8419 1726791695.25201: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8419 1726791695.25212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8419 1726791695.25232: stdout chunk (state=3): >>>import 'errno' # <<< 8419 1726791695.25242: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8419 1726791695.25265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8419 1726791695.25283: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae36470> <<< 8419 1726791695.25303: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8419 1726791695.25320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8419 1726791695.25332: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8419 1726791695.25354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae3be48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae36b38> <<< 8419 1726791695.25390: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8419 1726791695.25431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8419 1726791695.25533: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae424e0> <<< 8419 1726791695.25550: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae25d68> <<< 8419 1726791695.25575: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8419 1726791695.25590: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae28198> <<< 8419 1726791695.25646: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8419 1726791695.25674: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9136940> <<< 8419 1726791695.25703: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9148240> <<< 8419 1726791695.25799: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae96a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8419 1726791695.26025: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8419 1726791695.26038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8419 1726791695.26066: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8419 1726791695.26085: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8419 1726791695.26103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8419 1726791695.26133: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8419 1726791695.26156: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8419 1726791695.26220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8419 1726791695.26236: stdout chunk (state=3): >>>import '_functools' # <<< 8419 1726791695.26253: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8419 1726791695.26286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.26307: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8419 1726791695.26320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8419 1726791695.26343: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90b60f0> <<< 8419 1726791695.26375: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' <<< 8419 1726791695.26406: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90c1320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8419 1726791695.26438: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e90c1fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90c1b00> <<< 8419 1726791695.26463: stdout chunk (state=3): >>>import 'itertools' # <<< 8419 1726791695.26478: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8419 1726791695.26523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90c00f0> import '_collections' # <<< 8419 1726791695.26563: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9111828> <<< 8419 1726791695.26581: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8419 1726791695.26599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8419 1726791695.26631: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9111c18> <<< 8419 1726791695.26688: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e91051d0> <<< 8419 1726791695.26716: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9105eb8> <<< 8419 1726791695.26745: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90fc4a8> <<< 8419 1726791695.26781: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90ed4e0> <<< 8419 1726791695.26823: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8419 1726791695.26856: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8419 1726791695.26881: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8419 1726791695.26908: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e6d2e8> <<< 8419 1726791695.26928: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e75d68> <<< 8419 1726791695.26939: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e91054a8> <<< 8419 1726791695.26966: stdout chunk (state=3): >>>import '_locale' # <<< 8419 1726791695.27008: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8419 1726791695.27021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e7be80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90e7320> <<< 8419 1726791695.27047: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8419 1726791695.27079: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e8e82240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82048> <<< 8419 1726791695.27118: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e8e82358> <<< 8419 1726791695.27128: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e915f080> <<< 8419 1726791695.27147: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8419 1726791695.27161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8419 1726791695.27183: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.27208: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8419 1726791695.27218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8419 1726791695.27244: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82a58> <<< 8419 1726791695.27286: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e8d710> <<< 8419 1726791695.27308: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8419 1726791695.27335: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8419 1726791695.27394: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e8def0> <<< 8419 1726791695.27417: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8419 1726791695.27435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8419 1726791695.27467: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a13208> <<< 8419 1726791695.27483: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e8d7f0> <<< 8419 1726791695.27497: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8419 1726791695.27511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8419 1726791695.27567: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a18cf8> <<< 8419 1726791695.27581: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82588> <<< 8419 1726791695.27606: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8419 1726791695.27623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8419 1726791695.27643: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a3c358> <<< 8419 1726791695.27693: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e8a3c710> <<< 8419 1726791695.27737: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8419 1726791695.27757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8419 1726791695.27770: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a44400> <<< 8419 1726791695.27787: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8419 1726791695.27801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8419 1726791695.27819: stdout chunk (state=3): >>>import 'time' # <<< 8419 1726791695.27835: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8419 1726791695.27851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8419 1726791695.27882: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8419 1726791695.27898: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8419 1726791695.27940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8419 1726791695.27959: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py <<< 8419 1726791695.27975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' <<< 8419 1726791695.27986: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87eec18> <<< 8419 1726791695.28100: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87e1358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87e1048> <<< 8419 1726791695.28110: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87d2ef0> <<< 8419 1726791695.28143: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a44da0> <<< 8419 1726791695.28178: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.28186: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e87e1fd0> <<< 8419 1726791695.28203: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a3ca90> <<< 8419 1726791695.28216: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8419 1726791695.28230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8419 1726791695.28271: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eadf3710> <<< 8419 1726791695.28290: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87e90b8> <<< 8419 1726791695.28298: stdout chunk (state=3): >>>import 'pwd' # <<< 8419 1726791695.28325: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eadf3a90> <<< 8419 1726791695.28389: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e828d0> <<< 8419 1726791695.28404: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8419 1726791695.28423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8419 1726791695.28437: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8419 1726791695.28456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8419 1726791695.28496: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.28503: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0b5c0> <<< 8419 1726791695.28517: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8419 1726791695.28529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8419 1726791695.28663: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.28670: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0f630> <<< 8419 1726791695.28700: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0fb00> <<< 8419 1726791695.28736: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0fc18> <<< 8419 1726791695.28745: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae0be10> <<< 8419 1726791695.28768: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8419 1726791695.28778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8419 1726791695.28802: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0ff60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae0f4e0> <<< 8419 1726791695.28833: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0f240> <<< 8419 1726791695.28863: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eadffb00> <<< 8419 1726791695.28878: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a283c8> <<< 8419 1726791695.28903: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8419 1726791695.28932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8419 1726791695.28981: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae0b470> <<< 8419 1726791695.29101: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py <<< 8419 1726791695.29110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8419 1726791695.29128: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6e13908> <<< 8419 1726791695.29192: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip' # zipimport: zlib available <<< 8419 1726791695.29211: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.29227: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/__init__.py <<< 8419 1726791695.29239: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.29246: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.29267: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/__init__.py <<< 8419 1726791695.29276: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.30343: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.31258: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py <<< 8419 1726791695.31269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6aceac8> <<< 8419 1726791695.31296: stdout chunk (state=3): >>>import 'atexit' # <<< 8419 1726791695.31312: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8419 1726791695.31337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8419 1726791695.31402: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6af7278> <<< 8419 1726791695.31413: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3a4e0> <<< 8419 1726791695.31439: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6b3a5f8> <<< 8419 1726791695.31466: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8419 1726791695.31493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8419 1726791695.31529: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3ab38> <<< 8419 1726791695.31549: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8419 1726791695.31572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8419 1726791695.31582: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8419 1726791695.31616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8419 1726791695.31634: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py <<< 8419 1726791695.31649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8419 1726791695.31789: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3d160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6ad5390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6ad5e48> <<< 8419 1726791695.31826: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8419 1726791695.31882: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3b128> <<< 8419 1726791695.31897: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b192b0> <<< 8419 1726791695.32195: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b104a8> <<< 8419 1726791695.32217: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8419 1726791695.32252: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6e2ed30> <<< 8419 1726791695.32286: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6b23320> <<< 8419 1726791695.32313: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b23438> <<< 8419 1726791695.32331: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8419 1726791695.32347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8419 1726791695.32362: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8419 1726791695.32395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8419 1726791695.32412: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8419 1726791695.32432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.32479: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6dcaeb8> <<< 8419 1726791695.32560: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8419 1726791695.32579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dcfef0> <<< 8419 1726791695.32597: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dc02e8> <<< 8419 1726791695.32607: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8419 1726791695.32634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dc0b00> <<< 8419 1726791695.32815: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b2d7f0> <<< 8419 1726791695.32848: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8419 1726791695.32882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.32906: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8419 1726791695.32915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8419 1726791695.32928: stdout chunk (state=3): >>>import '_string' # <<< 8419 1726791695.33008: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6df2ef0> <<< 8419 1726791695.33069: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dc0160> <<< 8419 1726791695.33199: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.33207: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a80da0> <<< 8419 1726791695.33241: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a80f28> <<< 8419 1726791695.33282: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.33292: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a8e048> <<< 8419 1726791695.33306: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b23588> <<< 8419 1726791695.33328: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8419 1726791695.33354: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8419 1726791695.33366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8419 1726791695.33411: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.33420: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a9c9e8> <<< 8419 1726791695.33588: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6a95128> <<< 8419 1726791695.33613: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8419 1726791695.33624: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a95320> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6a8eba8><<< 8419 1726791695.33642: stdout chunk (state=3): >>> # zipimport: zlib available <<< 8419 1726791695.33665: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 8419 1726791695.33690: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.33752: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.33826: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8419 1726791695.33855: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8419 1726791695.33867: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8419 1726791695.33877: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.33976: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.34074: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py <<< 8419 1726791695.34086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.34106: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py <<< 8419 1726791695.34120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8419 1726791695.34139: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8419 1726791695.34171: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6ab5dd8> <<< 8419 1726791695.34227: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6ab5a90> <<< 8419 1726791695.34265: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6ab52b0> <<< 8419 1726791695.34288: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8419 1726791695.34300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8419 1726791695.34337: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6ab5908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6aa5be0> <<< 8419 1726791695.34354: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.34824: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35276: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8419 1726791695.35298: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 8419 1726791695.35325: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 8419 1726791695.35338: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35360: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35387: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py <<< 8419 1726791695.35404: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35416: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35427: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/_text.py <<< 8419 1726791695.35438: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35565: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.35673: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8419 1726791695.35697: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e3462be0> <<< 8419 1726791695.35742: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36066: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36419: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36467: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36531: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available<<< 8419 1726791695.36541: stdout chunk (state=3): >>> <<< 8419 1726791695.36566: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36599: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8419 1726791695.36668: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36733: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/errors.py <<< 8419 1726791695.36748: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36767: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py <<< 8419 1726791695.36776: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36805: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.36833: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8419 1726791695.36847: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37005: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37194: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8419 1726791695.37311: stdout chunk (state=3): >>>import '_ast' # <<< 8419 1726791695.37327: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e34d8dd8> <<< 8419 1726791695.37338: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37358: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37369: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8419 1726791695.37383: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37433: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37492: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8419 1726791695.37505: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py <<< 8419 1726791695.37513: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8419 1726791695.37540: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37567: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37622: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8419 1726791695.37639: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37679: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37719: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.37776: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8419 1726791695.37928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8419 1726791695.38018: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e34fa128> <<< 8419 1726791695.38084: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e34afe48> <<< 8419 1726791695.38121: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/process.py <<< 8419 1726791695.38132: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.38179: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.38229: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.38256: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.38290: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.38576: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.38851: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8419 1726791695.38912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8419 1726791695.39037: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b80080> <<< 8419 1726791695.39080: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8419 1726791695.39220: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b80128> <<< 8419 1726791695.39229: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e34f0940> <<< 8419 1726791695.39283: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 8419 1726791695.39293: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.39317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.39352: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8419 1726791695.39394: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8419 1726791695.39487: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/basic.py <<< 8419 1726791695.39498: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.39517: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/modules/__init__.py <<< 8419 1726791695.39525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.39630: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.39794: stdout chunk (state=3): >>># zipimport: zlib available <<< 8419 1726791695.40329: stdout chunk (state=3): >>>import 'gc' # <<< 8419 1726791695.40712: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 136, "inode": 917919, "dev": 51713, "nlink": 3, "atime": 1726791482.5237777, "mtime": 1716968741.377, "ctime": 1716968741.377, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1785990601", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 8419 1726791695.40943: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8419 1726791695.40959: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 8419 1726791695.40984: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat <<< 8419 1726791695.41001: stdout chunk (state=3): >>># cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum <<< 8419 1726791695.41033: stdout chunk (state=3): >>># cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util <<< 8419 1726791695.41051: stdout chunk (state=3): >>># cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp <<< 8419 1726791695.41069: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 <<< 8419 1726791695.41105: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string <<< 8419 1726791695.41122: stdout chunk (state=3): >>># destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket <<< 8419 1726791695.41224: stdout chunk (state=3): >>># destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc <<< 8419 1726791695.41938: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys <<< 8419 1726791695.41950: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8419 1726791695.42110: stdout chunk (state=3): >>># destroy posixpath <<< 8419 1726791695.42389: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8419 1726791695.42602: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8419 1726791695.42651: stderr chunk (state=3): >>><<< 8419 1726791695.42658: stdout chunk (state=3): >>><<< 8419 1726791695.42734: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eaee2e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae78828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eaee29b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae85630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae8c160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae910f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae8c748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae8c390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae36470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae3be48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae36b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae424e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae25d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae28198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9136940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9148240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae96a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90b60f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90c1320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e90c1fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90c1b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90c00f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9111828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9111c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e91051d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e9105eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90fc4a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90ed4e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e6d2e8> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e75d68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e91054a8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e7be80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e90e7320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e8e82240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82048> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e8e82358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e915f080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82a58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e8d710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e8def0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a13208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e8d7f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a18cf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e82588> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a3c358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e8a3c710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a44400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87eec18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87e1358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87e1048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87d2ef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a44da0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e87e1fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a3ca90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eadf3710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e87e90b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eadf3a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8e828d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0b5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0f630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0fb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0fc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae0be10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0ff60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae0f4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0eae0f240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eadffb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e8a283c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0eae0b470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6e13908> # zipimport: found 33 names in '/tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6aceac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6af7278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3a4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6b3a5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3ab38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3d160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6ad5390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6ad5e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b3b128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b192b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b104a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6e2ed30> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6b23320> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b23438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6dcaeb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dcfef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dc02e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dc0b00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b2d7f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6df2ef0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6dc0160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a80da0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a80f28> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a8e048> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b23588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a9c9e8> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6a95128> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6a95320> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6a8eba8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e6ab5dd8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6ab5a90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6ab52b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6ab5908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6aa5be0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e3462be0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e34d8dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0e34fa128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e34afe48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b80080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e6b80128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0e34f0940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_stat_payload_znfym2dq/ansible_stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tuned", "mode": "0755", "isdir": true, "ischr": false, "isblk": false, "isreg": false, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 136, "inode": 917919, "dev": 51713, "nlink": 3, "atime": 1726791482.5237777, "mtime": 1716968741.377, "ctime": 1716968741.377, "wusr": true, "rusr": true, "xusr": true, "wgrp": false, "rgrp": true, "xgrp": true, "woth": false, "roth": true, "xoth": true, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": true, "pw_name": "root", "gr_name": "root", "mimetype": "inode/directory", "charset": "binary", "version": "1785990601", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re 8419 1726791695.42880: done with _execute_module (stat, {'path': '/etc/tuned', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_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-1726791695.1341877-8419-206469224836123/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8419 1726791695.42896: _low_level_execute_command(): starting 8419 1726791695.42901: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791695.1341877-8419-206469224836123/ > /dev/null 2>&1 && sleep 0' 8419 1726791695.45577: stderr chunk (state=2): >>><<< 8419 1726791695.45583: stdout chunk (state=2): >>><<< 8419 1726791695.45598: _low_level_execute_command() done: rc=0, stdout=, stderr= 8419 1726791695.45604: handler run complete 8419 1726791695.45636: attempt loop complete, returning result 8419 1726791695.45653: variable 'item' from source: unknown 8419 1726791695.45713: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/tuned) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/tuned", "stat": { "atime": 1726791482.5237777, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1716968741.377, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 917919, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1716968741.377, "nlink": 3, "path": "/etc/tuned", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 136, "uid": 0, "version": "1785990601", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } 8419 1726791695.45757: dumping result to json 8419 1726791695.45767: done dumping result, returning 8419 1726791695.45775: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory [029c2e81-ca9f-66d5-1a1d-000000000146] 8419 1726791695.45781: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000146 8419 1726791695.45822: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000146 8419 1726791695.45826: WORKER PROCESS EXITING 8186 1726791695.46066: no more pending results, returning what we have 8186 1726791695.46069: results queue empty 8186 1726791695.46069: checking for any_errors_fatal 8186 1726791695.46076: done checking for any_errors_fatal 8186 1726791695.46076: checking for max_fail_percentage 8186 1726791695.46078: done checking for max_fail_percentage 8186 1726791695.46078: checking to see if all hosts have failed and the running result is not ok 8186 1726791695.46079: done checking to see if all hosts have failed 8186 1726791695.46079: getting the remaining hosts for this loop 8186 1726791695.46080: done getting the remaining hosts for this loop 8186 1726791695.46083: getting the next task for host managed_node1 8186 1726791695.46089: done getting next task for host managed_node1 8186 1726791695.46092: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8186 1726791695.46095: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791695.46102: getting variables 8186 1726791695.46103: in VariableManager get_vars() 8186 1726791695.46122: Calling all_inventory to load vars for managed_node1 8186 1726791695.46124: Calling groups_inventory to load vars for managed_node1 8186 1726791695.46125: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791695.46131: Calling all_plugins_play to load vars for managed_node1 8186 1726791695.46132: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791695.46134: Calling groups_plugins_play to load vars for managed_node1 8186 1726791695.46230: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791695.46352: done with get_vars() 8186 1726791695.46360: done getting variables 8186 1726791695.46406: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:63 Thursday 19 September 2024 20:21:35 -0400 (0:00:00.753) 0:00:11.843 **** 8186 1726791695.46428: entering _queue_task() for managed_node1/set_fact 8186 1726791695.46602: worker is 1 (out of 1 available) 8186 1726791695.46616: exiting _queue_task() for managed_node1/set_fact 8186 1726791695.46628: done queuing things up, now waiting for results queue to drain 8186 1726791695.46629: waiting for pending results... 8456 1726791695.46748: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir 8456 1726791695.46855: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000147 8456 1726791695.46872: variable 'ansible_search_path' from source: unknown 8456 1726791695.46877: variable 'ansible_search_path' from source: unknown 8456 1726791695.46907: calling self._execute() 8456 1726791695.46981: variable 'ansible_host' from source: host vars for 'managed_node1' 8456 1726791695.46991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8456 1726791695.46999: variable 'omit' from source: magic vars 8456 1726791695.47093: variable 'omit' from source: magic vars 8456 1726791695.47144: variable 'omit' from source: magic vars 8456 1726791695.47577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8456 1726791695.49755: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8456 1726791695.49821: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8456 1726791695.49859: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8456 1726791695.49911: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8456 1726791695.49936: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8456 1726791695.50010: 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) 8456 1726791695.50037: 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) 8456 1726791695.50061: 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) 8456 1726791695.50105: 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) 8456 1726791695.50119: 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) 8456 1726791695.50161: 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) 8456 1726791695.50188: 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) 8456 1726791695.50213: 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) 8456 1726791695.50250: 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) 8456 1726791695.50263: 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) 8456 1726791695.50320: 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) 8456 1726791695.50344: 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) 8456 1726791695.50366: 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) 8456 1726791695.50408: 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) 8456 1726791695.50423: 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) 8456 1726791695.50645: variable '__kernel_settings_find_profile_dirs' from source: set_fact 8456 1726791695.50734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8456 1726791695.50882: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8456 1726791695.50923: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8456 1726791695.50951: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8456 1726791695.50977: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8456 1726791695.51021: 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) 8456 1726791695.51044: 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) 8456 1726791695.51068: 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) 8456 1726791695.51095: 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) 8456 1726791695.51140: variable 'omit' from source: magic vars 8456 1726791695.51164: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8456 1726791695.51192: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8456 1726791695.51209: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8456 1726791695.51225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8456 1726791695.51236: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8456 1726791695.51261: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8456 1726791695.51267: variable 'ansible_host' from source: host vars for 'managed_node1' 8456 1726791695.51271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8456 1726791695.51364: Set connection var ansible_shell_executable to /bin/sh 8456 1726791695.51372: Set connection var ansible_pipelining to False 8456 1726791695.51383: Set connection var ansible_module_compression to ZIP_DEFLATED 8456 1726791695.51388: Set connection var ansible_connection to ssh 8456 1726791695.51393: Set connection var ansible_timeout to 10 8456 1726791695.51396: Set connection var ansible_shell_type to sh 8456 1726791695.51415: variable 'ansible_shell_executable' from source: unknown 8456 1726791695.51420: variable 'ansible_connection' from source: unknown 8456 1726791695.51423: variable 'ansible_module_compression' from source: unknown 8456 1726791695.51426: variable 'ansible_shell_type' from source: unknown 8456 1726791695.51428: variable 'ansible_shell_executable' from source: unknown 8456 1726791695.51431: variable 'ansible_host' from source: host vars for 'managed_node1' 8456 1726791695.51435: variable 'ansible_pipelining' from source: unknown 8456 1726791695.51437: variable 'ansible_timeout' from source: unknown 8456 1726791695.51441: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8456 1726791695.51524: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8456 1726791695.51536: variable 'omit' from source: magic vars 8456 1726791695.51542: starting attempt loop 8456 1726791695.51545: running the handler 8456 1726791695.51555: handler run complete 8456 1726791695.51563: attempt loop complete, returning result 8456 1726791695.51567: _execute() done 8456 1726791695.51570: dumping result to json 8456 1726791695.51574: done dumping result, returning 8456 1726791695.51581: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set tuned profile parent dir [029c2e81-ca9f-66d5-1a1d-000000000147] 8456 1726791695.51588: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000147 8456 1726791695.51611: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000147 8456 1726791695.51615: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_profile_parent": "/etc/tuned" }, "changed": false } 8186 1726791695.52141: no more pending results, returning what we have 8186 1726791695.52144: results queue empty 8186 1726791695.52144: checking for any_errors_fatal 8186 1726791695.52153: done checking for any_errors_fatal 8186 1726791695.52154: checking for max_fail_percentage 8186 1726791695.52155: done checking for max_fail_percentage 8186 1726791695.52155: checking to see if all hosts have failed and the running result is not ok 8186 1726791695.52156: done checking to see if all hosts have failed 8186 1726791695.52157: getting the remaining hosts for this loop 8186 1726791695.52158: done getting the remaining hosts for this loop 8186 1726791695.52160: getting the next task for host managed_node1 8186 1726791695.52166: done getting next task for host managed_node1 8186 1726791695.52169: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8186 1726791695.52172: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791695.52182: getting variables 8186 1726791695.52183: in VariableManager get_vars() 8186 1726791695.52213: Calling all_inventory to load vars for managed_node1 8186 1726791695.52216: Calling groups_inventory to load vars for managed_node1 8186 1726791695.52218: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791695.52226: Calling all_plugins_play to load vars for managed_node1 8186 1726791695.52228: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791695.52230: Calling groups_plugins_play to load vars for managed_node1 8186 1726791695.52395: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791695.52635: done with get_vars() 8186 1726791695.52645: done getting variables 8186 1726791695.52735: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Thursday 19 September 2024 20:21:35 -0400 (0:00:00.063) 0:00:11.906 **** 8186 1726791695.52767: entering _queue_task() for managed_node1/service 8186 1726791695.52768: Creating lock for service 8186 1726791695.52973: worker is 1 (out of 1 available) 8186 1726791695.52989: exiting _queue_task() for managed_node1/service 8186 1726791695.53002: done queuing things up, now waiting for results queue to drain 8186 1726791695.53003: waiting for pending results... 8457 1726791695.53283: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started 8457 1726791695.53417: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000148 8457 1726791695.53434: variable 'ansible_search_path' from source: unknown 8457 1726791695.53438: variable 'ansible_search_path' from source: unknown 8457 1726791695.53473: variable '__kernel_settings_services' from source: include_vars 8457 1726791695.53753: variable '__kernel_settings_services' from source: include_vars 8457 1726791695.53810: variable 'omit' from source: magic vars 8457 1726791695.53908: variable 'ansible_host' from source: host vars for 'managed_node1' 8457 1726791695.53921: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8457 1726791695.53931: variable 'omit' from source: magic vars 8457 1726791695.54009: variable 'omit' from source: magic vars 8457 1726791695.54057: variable 'omit' from source: magic vars 8457 1726791695.54109: variable 'item' from source: unknown 8457 1726791695.54181: variable 'item' from source: unknown 8457 1726791695.54253: variable 'omit' from source: magic vars 8457 1726791695.54291: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8457 1726791695.54326: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8457 1726791695.54347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8457 1726791695.54364: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8457 1726791695.54377: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8457 1726791695.54407: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8457 1726791695.54413: variable 'ansible_host' from source: host vars for 'managed_node1' 8457 1726791695.54417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8457 1726791695.54512: Set connection var ansible_shell_executable to /bin/sh 8457 1726791695.54520: Set connection var ansible_pipelining to False 8457 1726791695.54531: Set connection var ansible_module_compression to ZIP_DEFLATED 8457 1726791695.54534: Set connection var ansible_connection to ssh 8457 1726791695.54539: Set connection var ansible_timeout to 10 8457 1726791695.54542: Set connection var ansible_shell_type to sh 8457 1726791695.54558: variable 'ansible_shell_executable' from source: unknown 8457 1726791695.54562: variable 'ansible_connection' from source: unknown 8457 1726791695.54566: variable 'ansible_module_compression' from source: unknown 8457 1726791695.54568: variable 'ansible_shell_type' from source: unknown 8457 1726791695.54571: variable 'ansible_shell_executable' from source: unknown 8457 1726791695.54574: variable 'ansible_host' from source: host vars for 'managed_node1' 8457 1726791695.54577: variable 'ansible_pipelining' from source: unknown 8457 1726791695.54580: variable 'ansible_timeout' from source: unknown 8457 1726791695.54583: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8457 1726791695.54700: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8457 1726791695.54713: variable 'omit' from source: magic vars 8457 1726791695.54719: starting attempt loop 8457 1726791695.54723: running the handler 8457 1726791695.54807: variable 'ansible_facts' from source: unknown 8457 1726791695.54927: _low_level_execute_command(): starting 8457 1726791695.54937: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8457 1726791695.57457: stdout chunk (state=2): >>>/root <<< 8457 1726791695.57590: stderr chunk (state=3): >>><<< 8457 1726791695.57598: stdout chunk (state=3): >>><<< 8457 1726791695.57616: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8457 1726791695.57632: _low_level_execute_command(): starting 8457 1726791695.57638: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555 `" && echo ansible-tmp-1726791695.576257-8457-9368102485555="` echo /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555 `" ) && sleep 0' 8457 1726791695.60438: stdout chunk (state=2): >>>ansible-tmp-1726791695.576257-8457-9368102485555=/root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555 <<< 8457 1726791695.60563: stderr chunk (state=3): >>><<< 8457 1726791695.60568: stdout chunk (state=3): >>><<< 8457 1726791695.60580: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791695.576257-8457-9368102485555=/root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555 , stderr= 8457 1726791695.60608: variable 'ansible_module_compression' from source: unknown 8457 1726791695.60659: ANSIBALLZ: Using generic lock for ansible.legacy.systemd 8457 1726791695.60664: ANSIBALLZ: Acquiring lock 8457 1726791695.60668: ANSIBALLZ: Lock acquired: 140400519102096 8457 1726791695.60672: ANSIBALLZ: Creating module 8457 1726791695.85496: ANSIBALLZ: Writing module into payload 8457 1726791695.85659: ANSIBALLZ: Writing module 8457 1726791695.85688: ANSIBALLZ: Renaming module 8457 1726791695.85696: ANSIBALLZ: Done creating module 8457 1726791695.85714: variable 'ansible_facts' from source: unknown 8457 1726791695.85859: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/AnsiballZ_systemd.py 8457 1726791695.85968: Sending initial data 8457 1726791695.85976: Sent initial data (151 bytes) 8457 1726791695.89591: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpm58f5019 /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/AnsiballZ_systemd.py <<< 8457 1726791695.95394: stderr chunk (state=3): >>><<< 8457 1726791695.95405: stdout chunk (state=3): >>><<< 8457 1726791695.95429: done transferring module to remote 8457 1726791695.95446: _low_level_execute_command(): starting 8457 1726791695.95462: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/ /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/AnsiballZ_systemd.py && sleep 0' 8457 1726791695.98992: stderr chunk (state=2): >>><<< 8457 1726791695.99001: stdout chunk (state=2): >>><<< 8457 1726791695.99017: _low_level_execute_command() done: rc=0, stdout=, stderr= 8457 1726791695.99023: _low_level_execute_command(): starting 8457 1726791695.99028: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/AnsiballZ_systemd.py && sleep 0' 8457 1726791696.04432: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8457 1726791696.04473: stdout chunk (state=3): >>>import '_warnings' # import '_thread' # import '_weakref' # <<< 8457 1726791696.04505: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8457 1726791696.04538: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8457 1726791696.04583: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') <<< 8457 1726791696.04610: stdout chunk (state=3): >>>import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8457 1726791696.04640: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py <<< 8457 1726791696.04664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8457 1726791696.04697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8457 1726791696.04726: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b46be48> <<< 8457 1726791696.04750: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8457 1726791696.04773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b401828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b46b9b0> <<< 8457 1726791696.04803: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8457 1726791696.04822: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b40e630> <<< 8457 1726791696.04844: stdout chunk (state=3): >>>import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py <<< 8457 1726791696.04867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b415160> <<< 8457 1726791696.04896: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8457 1726791696.04924: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8457 1726791696.04948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b41a0f0> <<< 8457 1726791696.04971: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b415748> <<< 8457 1726791696.04991: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b415390> <<< 8457 1726791696.05034: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8457 1726791696.05053: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8457 1726791696.05073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8457 1726791696.05091: stdout chunk (state=3): >>>import 'errno' # <<< 8457 1726791696.05125: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3bf470> <<< 8457 1726791696.05151: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8457 1726791696.05168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8457 1726791696.05192: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3c4e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3bfb38> <<< 8457 1726791696.05230: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8457 1726791696.05254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8457 1726791696.06190: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3cb4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3aed68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3b1198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896bf940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896d1240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b41fa20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # <<< 8457 1726791696.06215: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8457 1726791696.06244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8457 1726791696.06265: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8457 1726791696.06290: stdout chunk (state=3): >>>import '_operator' # <<< 8457 1726791696.06312: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94895f5080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896002b0> <<< 8457 1726791696.06333: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8457 1726791696.06386: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9489600f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9489600a90> import 'itertools' # <<< 8457 1726791696.06408: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948960a080> <<< 8457 1726791696.06444: stdout chunk (state=3): >>>import '_collections' # <<< 8457 1726791696.06471: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948969a7b8> <<< 8457 1726791696.06498: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8457 1726791696.06537: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948969aba8> <<< 8457 1726791696.06593: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948968e160> <<< 8457 1726791696.06622: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948968ee48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9489685438> <<< 8457 1726791696.06666: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9489676470> <<< 8457 1726791696.06703: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8457 1726791696.06725: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8457 1726791696.06735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8457 1726791696.06756: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8457 1726791696.06781: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893ad2b0> <<< 8457 1726791696.06818: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893b5d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948968e0b8> import '_locale' # <<< 8457 1726791696.06881: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893bae48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896702b0> <<< 8457 1726791696.06905: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8457 1726791696.06938: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94893c1208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893bafd0> <<< 8457 1726791696.06965: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' <<< 8457 1726791696.06988: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94893c12e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896dffd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8457 1726791696.07004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8457 1726791696.07025: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8457 1726791696.07061: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c1dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c19e8> <<< 8457 1726791696.07090: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893cc6a0> <<< 8457 1726791696.07108: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8457 1726791696.07122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8457 1726791696.07143: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8457 1726791696.07161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8457 1726791696.07272: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893cce80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f53198> <<< 8457 1726791696.07301: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893cc780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8457 1726791696.07362: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f58c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c1518> <<< 8457 1726791696.07401: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8457 1726791696.07429: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f7c2e8> <<< 8457 1726791696.07460: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9488f7c6a0> <<< 8457 1726791696.07487: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8457 1726791696.07525: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f83390> <<< 8457 1726791696.07546: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8457 1726791696.07576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # <<< 8457 1726791696.07607: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8457 1726791696.07646: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8457 1726791696.07686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8457 1726791696.07717: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d2dba8> <<< 8457 1726791696.07835: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d242e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d1af98> <<< 8457 1726791696.07865: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d12e80> <<< 8457 1726791696.07891: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f83d30> <<< 8457 1726791696.07920: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9488d24f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f7ca20> <<< 8457 1726791696.07941: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8457 1726791696.07973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8457 1726791696.08004: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b37c710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d28048> import 'pwd' # <<< 8457 1726791696.08035: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b37ca90> <<< 8457 1726791696.08082: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c1860> <<< 8457 1726791696.08112: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8457 1726791696.08138: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8457 1726791696.08154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8457 1726791696.08196: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b3945c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8457 1726791696.08329: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398630> <<< 8457 1726791696.08359: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398b00> <<< 8457 1726791696.08388: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8457 1726791696.08500: stdout chunk (state=3): >>># extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b394e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3984e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b388b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f68358> <<< 8457 1726791696.08518: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8457 1726791696.10590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b394470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948739b908> # zipimport: found 107 names in '/tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8457 1726791696.11690: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.12792: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948706cac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487012278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870184e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94870185f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487018b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487045b00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948734f048> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948734f278> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948734f5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870402b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870324a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8457 1726791696.13893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870406d8> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487045400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487379eb8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94872cd978> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872daa90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487377d68> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872c7470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94873712b0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872f7ac8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872c7630> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94873039e8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487303ac8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487303c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487368080> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487321630> <<< 8457 1726791696.14992: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487316d30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487316f28> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94873167f0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948733aa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948733a710> <<< 8457 1726791696.16092: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948732bef0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948733a588> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948732b748> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94839a82e8> # zipimport: zlib available <<< 8457 1726791696.17192: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8457 1726791696.18292: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a9d908> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483a1e128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94839e3898> <<< 8457 1726791696.19392: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a4a080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a4a128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94839f5940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8457 1726791696.20493: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/modules/__init__.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py # code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' <<< 8457 1726791696.21592: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483ac9208> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a5b710> # /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py # code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a88160> # extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483a88908> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a66dd8> # extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483a83e80> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a660f0> <<< 8457 1726791696.22692: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483d3e208> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483ac5b00> # /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483ae3d68> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483aea8d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483d5dfd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8457 1726791696.23792: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483126c50> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py # code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948316c780> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py # code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py # code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483146898> <<< 8457 1726791696.24890: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483150f60> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483176358> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483262978> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available <<< 8457 1726791696.25091: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483261ac8> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483261748> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/user.py <<< 8457 1726791696.25115: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available <<< 8457 1726791696.25148: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25181: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/base.py <<< 8457 1726791696.25200: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25463: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 8457 1726791696.25532: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25648: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25693: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 8457 1726791696.25720: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25832: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.25934: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/freebsd.py <<< 8457 1726791696.25959: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 8457 1726791696.26038: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.26143: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available <<< 8457 1726791696.26175: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.26199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.26625: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.27189: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available <<< 8457 1726791696.27389: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 8457 1726791696.28081: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8457 1726791696.28152: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/generic_bsd.py <<< 8457 1726791696.28172: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available <<< 8457 1726791696.28198: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.28230: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 8457 1726791696.28254: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.28276: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/dragonfly.py <<< 8457 1726791696.28296: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.28615: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 8457 1726791696.28635: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29223: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available # zipimport: zlib available <<< 8457 1726791696.29241: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 8457 1726791696.29256: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29271: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29321: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 8457 1726791696.29378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29441: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available <<< 8457 1726791696.29457: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 8457 1726791696.29488: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29527: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available <<< 8457 1726791696.29556: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8457 1726791696.29598: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29635: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29689: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29740: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sysctl.py <<< 8457 1726791696.29772: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 8457 1726791696.29814: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.29840: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 8457 1726791696.29999: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30141: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/linux.py <<< 8457 1726791696.30160: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30182: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30223: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available <<< 8457 1726791696.30263: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30296: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/openbsd.py <<< 8457 1726791696.30322: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30441: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 8457 1726791696.30464: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30510: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30578: stdout chunk (state=3): >>>import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/compat.py <<< 8457 1726791696.30599: stdout chunk (state=3): >>>import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available <<< 8457 1726791696.30698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8457 1726791696.30791: stdout chunk (state=3): >>>import ansible.module_utils.service # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/service.py <<< 8457 1726791696.31081: stdout chunk (state=3): >>># zipimport: zlib available import 'gc' # <<< 8457 1726791696.33272: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestamp": "Thu 2024-09-19 20:18:02 EDT", "WatchdogTimestampMonotonic": "31672019", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "663", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ExecMainStartTimestampMonotonic": "30592515", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "663", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:18:01 EDT] ; stop_time=[n/a] ; pid=663 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "MemoryCurrent": "18632704", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "4", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh":<<< 8457 1726791696.33311: stdout chunk (state=3): >>> "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "Description": "Dynamic System Tuning Daemon", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 20:18:02 EDT", "StateChan<<< 8457 1726791696.33323: stdout chunk (state=3): >>>geTimestampMonotonic": "31672022", "InactiveExitTimestamp": "Thu 2024-09-19 20:18:01 EDT", "InactiveExitTimestampMonotonic": "30592709", "ActiveEnterTimestamp": "Thu 2024-09-19 20:18:02 EDT", "ActiveEnterTimestampMonotonic": "31672022", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ConditionTimestampMonotonic": "30591264", "AssertTimestamp": "Thu 2024-09-19 20:18:01 EDT", "AssertTimestampMonotonic": "30591265", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "54f9334d51864b23b0f1248b6b0fecc6", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 8457 1726791696.33815: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv <<< 8457 1726791696.33828: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8457 1726791696.33857: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq <<< 8457 1726791696.33891: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib <<< 8457 1726791696.33902: stdout chunk (state=3): >>># cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon <<< 8457 1726791696.34013: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc <<< 8457 1726791696.34195: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8457 1726791696.34302: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8457 1726791696.34404: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8457 1726791696.34459: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 8457 1726791696.34487: stdout chunk (state=3): >>># destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy <<< 8457 1726791696.34523: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 8457 1726791696.34562: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle <<< 8457 1726791696.34588: stdout chunk (state=3): >>># destroy _pickle # destroy array <<< 8457 1726791696.34617: stdout chunk (state=3): >>># destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy fcntl <<< 8457 1726791696.34638: stdout chunk (state=3): >>># destroy datetime <<< 8457 1726791696.34660: stdout chunk (state=3): >>># destroy gc # destroy ipaddress # destroy textwrap # destroy base64 <<< 8457 1726791696.34681: stdout chunk (state=3): >>># destroy _ssl <<< 8457 1726791696.34708: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios <<< 8457 1726791696.34734: stdout chunk (state=3): >>># destroy json <<< 8457 1726791696.34752: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 8457 1726791696.34774: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback <<< 8457 1726791696.34807: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp <<< 8457 1726791696.34852: stdout chunk (state=3): >>># cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8457 1726791696.34920: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 8457 1726791696.34974: stdout chunk (state=3): >>># cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading <<< 8457 1726791696.35021: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 <<< 8457 1726791696.35056: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux <<< 8457 1726791696.35087: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8457 1726791696.35226: stdout chunk (state=3): >>># destroy posixpath <<< 8457 1726791696.35429: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings <<< 8457 1726791696.35837: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8457 1726791696.35844: stdout chunk (state=3): >>><<< 8457 1726791696.35855: stderr chunk (state=3): >>><<< 8457 1726791696.35979: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b46be48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b401828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b46b9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b40e630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b415160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b41a0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b415748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b415390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3bf470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3c4e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3bfb38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3cb4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3aed68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3b1198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896bf940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896d1240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b41fa20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94895f5080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896002b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9489600f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9489600a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948960a080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948969a7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948969aba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948968e160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948968ee48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9489685438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9489676470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893ad2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893b5d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948968e0b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893bae48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896702b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94893c1208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893bafd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94893c12e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94896dffd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c1dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c19e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893cc6a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893cce80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f53198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893cc780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f58c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c1518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f7c2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9488f7c6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f83390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d2dba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d242e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d1af98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d12e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f83d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9488d24f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f7ca20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b37c710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488d28048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b37ca90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94893c1860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b3945c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b394e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b3984e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948b398240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b388b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9488f68358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948b394470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948739b908> # zipimport: found 107 names in '/tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948706cac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487012278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870184e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94870185f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487018b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487045b00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948734f048> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948734f278> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948734f5c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870402b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870324a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94870406d8> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487045400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487379eb8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94872cd978> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872daa90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487377d68> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872c7470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94873712b0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872f7ac8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94872c7630> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94873039e8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487303ac8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487303c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487368080> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487321630> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9487316d30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9487316f28> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94873167f0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f948733aa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948733a710> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948732bef0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948733a588> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948732b748> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94839a82e8> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a9d908> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483a1e128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94839e3898> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a4a080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a4a128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94839f5940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/modules/__init__.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py # code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483ac9208> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a5b710> # /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py # code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a88160> # extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483a88908> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a66dd8> # extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483a83e80> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483a660f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483d3e208> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483ac5b00> # /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483ae3d68> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483aea8d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483d5dfd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483126c50> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py # code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f948316c780> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py # code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py # code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483146898> # extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483150f60> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483176358> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483262978> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9483261ac8> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9483261748> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/base.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.service # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_85kj_2ce/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/service.py # zipimport: zlib available import 'gc' # {"name": "tuned", "changed": false, "status": {"Type": "dbus", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestamp": "Thu 2024-09-19 20:18:02 EDT", "WatchdogTimestampMonotonic": "31672019", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "663", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ExecMainStartTimestampMonotonic": "30592515", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "663", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:18:01 EDT] ; stop_time=[n/a] ; pid=663 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "MemoryCurrent": "18632704", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "4", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "Description": "Dynamic System Tuning Daemon", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 20:18:02 EDT", "StateChangeTimestampMonotonic": "31672022", "InactiveExitTimestamp": "Thu 2024-09-19 20:18:01 EDT", "InactiveExitTimestampMonotonic": "30592709", "ActiveEnterTimestamp": "Thu 2024-09-19 20:18:02 EDT", "ActiveEnterTimestampMonotonic": "31672022", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ConditionTimestampMonotonic": "30591264", "AssertTimestamp": "Thu 2024-09-19 20:18:01 EDT", "AssertTimestampMonotonic": "30591265", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "54f9334d51864b23b0f1248b6b0fecc6", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy array # destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy fcntl # destroy datetime # destroy gc # destroy ipaddress # destroy textwrap # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy array # destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy fcntl # destroy datetime # destroy gc # destroy ipaddress # destroy textwrap # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings 8457 1726791696.36313: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'started', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8457 1726791696.36336: _low_level_execute_command(): starting 8457 1726791696.36344: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791695.576257-8457-9368102485555/ > /dev/null 2>&1 && sleep 0' 8457 1726791696.38920: stderr chunk (state=2): >>><<< 8457 1726791696.38927: stdout chunk (state=2): >>><<< 8457 1726791696.38941: _low_level_execute_command() done: rc=0, stdout=, stderr= 8457 1726791696.38949: handler run complete 8457 1726791696.38983: attempt loop complete, returning result 8457 1726791696.39002: variable 'item' from source: unknown 8457 1726791696.39060: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-09-19 20:18:02 EDT", "ActiveEnterTimestampMonotonic": "31672022", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 20:18:01 EDT", "AssertTimestampMonotonic": "30591265", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ConditionTimestampMonotonic": "30591264", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "663", "ExecMainStartTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ExecMainStartTimestampMonotonic": "30592515", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:18:01 EDT] ; stop_time=[n/a] ; pid=663 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 20:18:01 EDT", "InactiveExitTimestampMonotonic": "30592709", "InvocationID": "54f9334d51864b23b0f1248b6b0fecc6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "663", "MemoryAccounting": "yes", "MemoryCurrent": "18632704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 20:18:02 EDT", "StateChangeTimestampMonotonic": "31672022", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2024-09-19 20:18:02 EDT", "WatchdogTimestampMonotonic": "31672019", "WatchdogUSec": "0" } } 8457 1726791696.39160: dumping result to json 8457 1726791696.39182: done dumping result, returning 8457 1726791696.39193: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started [029c2e81-ca9f-66d5-1a1d-000000000148] 8457 1726791696.39199: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000148 8457 1726791696.39307: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000148 8457 1726791696.39312: WORKER PROCESS EXITING 8186 1726791696.39630: no more pending results, returning what we have 8186 1726791696.39632: results queue empty 8186 1726791696.39633: checking for any_errors_fatal 8186 1726791696.39636: done checking for any_errors_fatal 8186 1726791696.39636: checking for max_fail_percentage 8186 1726791696.39639: done checking for max_fail_percentage 8186 1726791696.39639: checking to see if all hosts have failed and the running result is not ok 8186 1726791696.39640: done checking to see if all hosts have failed 8186 1726791696.39641: getting the remaining hosts for this loop 8186 1726791696.39641: done getting the remaining hosts for this loop 8186 1726791696.39643: getting the next task for host managed_node1 8186 1726791696.39648: done getting next task for host managed_node1 8186 1726791696.39650: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8186 1726791696.39653: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791696.39659: getting variables 8186 1726791696.39660: in VariableManager get_vars() 8186 1726791696.39681: Calling all_inventory to load vars for managed_node1 8186 1726791696.39683: Calling groups_inventory to load vars for managed_node1 8186 1726791696.39686: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791696.39692: Calling all_plugins_play to load vars for managed_node1 8186 1726791696.39694: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791696.39696: Calling groups_plugins_play to load vars for managed_node1 8186 1726791696.39812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791696.39979: done with get_vars() 8186 1726791696.39990: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 Thursday 19 September 2024 20:21:36 -0400 (0:00:00.872) 0:00:12.779 **** 8186 1726791696.40052: entering _queue_task() for managed_node1/file 8186 1726791696.40247: worker is 1 (out of 1 available) 8186 1726791696.40263: exiting _queue_task() for managed_node1/file 8186 1726791696.40277: done queuing things up, now waiting for results queue to drain 8186 1726791696.40279: waiting for pending results... 8488 1726791696.40423: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists 8488 1726791696.40558: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000149 8488 1726791696.40577: variable 'ansible_search_path' from source: unknown 8488 1726791696.40581: variable 'ansible_search_path' from source: unknown 8488 1726791696.40613: calling self._execute() 8488 1726791696.40680: variable 'ansible_host' from source: host vars for 'managed_node1' 8488 1726791696.40693: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8488 1726791696.40704: variable 'omit' from source: magic vars 8488 1726791696.40811: variable 'omit' from source: magic vars 8488 1726791696.40862: variable 'omit' from source: magic vars 8488 1726791696.40896: variable '__kernel_settings_profile_dir' from source: role '' all vars 8488 1726791696.41115: variable '__kernel_settings_profile_dir' from source: role '' all vars 8488 1726791696.41195: variable '__kernel_settings_profile_parent' from source: set_fact 8488 1726791696.41204: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8488 1726791696.41234: variable 'omit' from source: magic vars 8488 1726791696.41264: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8488 1726791696.41317: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8488 1726791696.41337: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8488 1726791696.41352: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8488 1726791696.41363: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8488 1726791696.41389: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8488 1726791696.41396: variable 'ansible_host' from source: host vars for 'managed_node1' 8488 1726791696.41401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8488 1726791696.41465: Set connection var ansible_shell_executable to /bin/sh 8488 1726791696.41473: Set connection var ansible_pipelining to False 8488 1726791696.41482: Set connection var ansible_module_compression to ZIP_DEFLATED 8488 1726791696.41487: Set connection var ansible_connection to ssh 8488 1726791696.41493: Set connection var ansible_timeout to 10 8488 1726791696.41496: Set connection var ansible_shell_type to sh 8488 1726791696.41515: variable 'ansible_shell_executable' from source: unknown 8488 1726791696.41523: variable 'ansible_connection' from source: unknown 8488 1726791696.41528: variable 'ansible_module_compression' from source: unknown 8488 1726791696.41532: variable 'ansible_shell_type' from source: unknown 8488 1726791696.41535: variable 'ansible_shell_executable' from source: unknown 8488 1726791696.41539: variable 'ansible_host' from source: host vars for 'managed_node1' 8488 1726791696.41543: variable 'ansible_pipelining' from source: unknown 8488 1726791696.41546: variable 'ansible_timeout' from source: unknown 8488 1726791696.41551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8488 1726791696.41712: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8488 1726791696.41726: variable 'omit' from source: magic vars 8488 1726791696.41732: starting attempt loop 8488 1726791696.41736: running the handler 8488 1726791696.41750: _low_level_execute_command(): starting 8488 1726791696.41760: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8488 1726791696.44098: stdout chunk (state=2): >>>/root <<< 8488 1726791696.44891: stderr chunk (state=3): >>><<< 8488 1726791696.44902: stdout chunk (state=3): >>><<< 8488 1726791696.44925: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8488 1726791696.44939: _low_level_execute_command(): starting 8488 1726791696.44945: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507 `" && echo ansible-tmp-1726791696.4493387-8488-77986047794507="` echo /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507 `" ) && sleep 0' 8488 1726791696.48459: stdout chunk (state=2): >>>ansible-tmp-1726791696.4493387-8488-77986047794507=/root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507 <<< 8488 1726791696.48600: stderr chunk (state=3): >>><<< 8488 1726791696.48608: stdout chunk (state=3): >>><<< 8488 1726791696.48628: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791696.4493387-8488-77986047794507=/root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507 , stderr= 8488 1726791696.48680: variable 'ansible_module_compression' from source: unknown 8488 1726791696.48740: ANSIBALLZ: Using lock for file 8488 1726791696.48746: ANSIBALLZ: Acquiring lock 8488 1726791696.48750: ANSIBALLZ: Lock acquired: 140400517386256 8488 1726791696.48756: ANSIBALLZ: Creating module 8488 1726791696.61843: ANSIBALLZ: Writing module into payload 8488 1726791696.62044: ANSIBALLZ: Writing module 8488 1726791696.62066: ANSIBALLZ: Renaming module 8488 1726791696.62074: ANSIBALLZ: Done creating module 8488 1726791696.62093: variable 'ansible_facts' from source: unknown 8488 1726791696.62181: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/AnsiballZ_file.py 8488 1726791696.62650: Sending initial data 8488 1726791696.62658: Sent initial data (150 bytes) 8488 1726791696.65660: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmphiho327r /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/AnsiballZ_file.py <<< 8488 1726791696.66980: stderr chunk (state=3): >>><<< 8488 1726791696.66989: stdout chunk (state=3): >>><<< 8488 1726791696.67008: done transferring module to remote 8488 1726791696.67022: _low_level_execute_command(): starting 8488 1726791696.67027: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/ /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/AnsiballZ_file.py && sleep 0' 8488 1726791696.69455: stderr chunk (state=2): >>><<< 8488 1726791696.69463: stdout chunk (state=2): >>><<< 8488 1726791696.69480: _low_level_execute_command() done: rc=0, stdout=, stderr= 8488 1726791696.69489: _low_level_execute_command(): starting 8488 1726791696.69494: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/AnsiballZ_file.py && sleep 0' 8488 1726791696.72688: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.72718: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8488 1726791696.72739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8488 1726791696.72757: stdout chunk (state=3): >>>import '_codecs' # <<< 8488 1726791696.72795: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849759e48> <<< 8488 1726791696.72824: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496ef828> <<< 8488 1726791696.72838: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8497599b0> <<< 8488 1726791696.72865: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8488 1726791696.72886: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496fc630> <<< 8488 1726791696.72906: stdout chunk (state=3): >>>import '_signal' # <<< 8488 1726791696.72927: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8488 1726791696.72944: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849703160> <<< 8488 1726791696.72964: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8488 1726791696.72979: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py <<< 8488 1726791696.73002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8488 1726791696.73022: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8488 1726791696.73040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8497080f0> <<< 8488 1726791696.73056: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849703748> <<< 8488 1726791696.73083: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849703390> <<< 8488 1726791696.73116: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8488 1726791696.73139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8488 1726791696.73170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8488 1726791696.73189: stdout chunk (state=3): >>>import 'errno' # <<< 8488 1726791696.73204: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8488 1726791696.73217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8488 1726791696.73238: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496ad470> <<< 8488 1726791696.73253: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8488 1726791696.73271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8488 1726791696.73292: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' <<< 8488 1726791696.73307: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496b2e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496adb38> <<< 8488 1726791696.73337: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8488 1726791696.73371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8488 1726791696.73482: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496b94e0> <<< 8488 1726791696.73505: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84969cd68> <<< 8488 1726791696.73528: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8488 1726791696.73537: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84969f198> <<< 8488 1726791696.73582: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8488 1726791696.73592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8488 1726791696.73612: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479ad940> <<< 8488 1726791696.73626: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8488 1726791696.73651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479bf240> <<< 8488 1726791696.73742: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84970da20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8488 1726791696.73989: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8488 1726791696.74016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8488 1726791696.74036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8488 1726791696.74059: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8488 1726791696.74091: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8488 1726791696.74113: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8488 1726791696.74187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8488 1726791696.74217: stdout chunk (state=3): >>>import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8488 1726791696.74246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.74272: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8488 1726791696.74299: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84792d0f0> <<< 8488 1726791696.74337: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847937320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8488 1726791696.74350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8488 1726791696.74387: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa847937fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847937b00> <<< 8488 1726791696.74405: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8488 1726791696.74415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8488 1726791696.74431: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84793b0f0> import '_collections' # <<< 8488 1726791696.74486: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847988828> <<< 8488 1726791696.74501: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8488 1726791696.74514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8488 1726791696.74548: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847988c18> <<< 8488 1726791696.74603: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84797c1d0> <<< 8488 1726791696.74622: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8488 1726791696.74633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84797ceb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479734a8> <<< 8488 1726791696.74675: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479644e0> <<< 8488 1726791696.74695: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8488 1726791696.74708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8488 1726791696.74728: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8488 1726791696.74739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8488 1726791696.74764: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8488 1726791696.74794: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476e42e8> <<< 8488 1726791696.74808: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476ebd68> <<< 8488 1726791696.74820: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84797c4a8> <<< 8488 1726791696.74828: stdout chunk (state=3): >>>import '_locale' # <<< 8488 1726791696.74882: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8488 1726791696.74895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f1e80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84795f320> <<< 8488 1726791696.74911: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8488 1726791696.74919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8488 1726791696.74943: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8476f7240> <<< 8488 1726791696.74952: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7048> <<< 8488 1726791696.74973: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8476f7358> <<< 8488 1726791696.74986: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479d6080> <<< 8488 1726791696.74998: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8488 1726791696.75006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8488 1726791696.75016: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8488 1726791696.75031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.75040: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8488 1726791696.75056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8488 1726791696.75069: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7e48> <<< 8488 1726791696.75078: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7a58> <<< 8488 1726791696.75101: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847705710> <<< 8488 1726791696.75117: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8488 1726791696.75131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8488 1726791696.75151: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8488 1726791696.75159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8488 1726791696.75209: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847705ef0> <<< 8488 1726791696.75231: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8488 1726791696.75241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8488 1726791696.75271: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847289208> <<< 8488 1726791696.75285: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8477057f0> <<< 8488 1726791696.75305: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8488 1726791696.75316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8488 1726791696.75366: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84728fcf8> <<< 8488 1726791696.75377: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7588> <<< 8488 1726791696.75393: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8488 1726791696.75410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8488 1726791696.75429: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8488 1726791696.75438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472b3358> <<< 8488 1726791696.75461: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.75474: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8472b3710> <<< 8488 1726791696.75481: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8488 1726791696.75497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8488 1726791696.75511: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8488 1726791696.75527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8488 1726791696.75534: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472bb400> <<< 8488 1726791696.75551: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8488 1726791696.75570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8488 1726791696.75590: stdout chunk (state=3): >>>import 'time' # <<< 8488 1726791696.75602: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8488 1726791696.75619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8488 1726791696.75643: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8488 1726791696.75654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8488 1726791696.75662: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8488 1726791696.75697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8488 1726791696.75717: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py <<< 8488 1726791696.75728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847065c18> <<< 8488 1726791696.75839: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847059358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847059048> <<< 8488 1726791696.75851: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84704aef0> <<< 8488 1726791696.75880: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472bbda0> <<< 8488 1726791696.75908: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa847059fd0> <<< 8488 1726791696.75926: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472b3a90> <<< 8488 1726791696.75939: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8488 1726791696.75961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8488 1726791696.75992: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.76006: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84966c780> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8470600b8> <<< 8488 1726791696.76023: stdout chunk (state=3): >>>import 'pwd' # <<< 8488 1726791696.76039: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.76049: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84966cb00> <<< 8488 1726791696.76096: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f78d0> <<< 8488 1726791696.76114: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8488 1726791696.76126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8488 1726791696.76145: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8488 1726791696.76155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8488 1726791696.76184: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849682630> <<< 8488 1726791696.76209: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8488 1726791696.76466: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8496866a0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849686b70> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849686c88> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849682e80> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849686fd0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849686550> <<< 8488 1726791696.76499: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8496862b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849675b70> <<< 8488 1726791696.76524: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84729f3c8> <<< 8488 1726791696.76548: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8488 1726791696.76574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8488 1726791696.76608: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496824e0> <<< 8488 1726791696.76734: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8488 1726791696.76764: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84568a978> <<< 8488 1726791696.76812: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip' <<< 8488 1726791696.76835: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8488 1726791696.76858: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 8488 1726791696.76886: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8488 1726791696.77986: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.78888: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py <<< 8488 1726791696.78904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453de7f0> import 'atexit' # <<< 8488 1726791696.78921: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8488 1726791696.78953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8488 1726791696.79010: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.79024: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84536e2e8> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453dee48> <<< 8488 1726791696.79047: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.79065: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84568afd0> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8488 1726791696.79091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8488 1726791696.79128: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845348ba8> <<< 8488 1726791696.79148: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8488 1726791696.79164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8488 1726791696.79183: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8488 1726791696.79210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8488 1726791696.79230: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8488 1726791696.79313: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453b41d0> <<< 8488 1726791696.79346: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.79375: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84535d390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84535deb8> <<< 8488 1726791696.79404: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8488 1726791696.79486: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453b2198> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84538f320> <<< 8488 1726791696.79788: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845386518> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8488 1726791696.79816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8456a52b0> <<< 8488 1726791696.79844: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84539b390> <<< 8488 1726791696.79867: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.79888: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84539b4a8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8488 1726791696.79906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8488 1726791696.79931: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8488 1726791696.79952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8488 1726791696.79973: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.80024: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84563fef0> <<< 8488 1726791696.80106: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' <<< 8488 1726791696.80134: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845645f98> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845636320> <<< 8488 1726791696.80167: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845636b38> <<< 8488 1726791696.80344: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453a3860> <<< 8488 1726791696.80376: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8488 1726791696.80405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.80445: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8488 1726791696.80525: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845664fd0> <<< 8488 1726791696.80582: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845636198> <<< 8488 1726791696.80699: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.80717: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa845674e48> <<< 8488 1726791696.80737: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.80751: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa845674f60> <<< 8488 1726791696.80774: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453c30f0> <<< 8488 1726791696.80792: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84539b5f8> <<< 8488 1726791696.80814: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8488 1726791696.80828: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8488 1726791696.80844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8488 1726791696.80891: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.80899: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453d2a90> <<< 8488 1726791696.81066: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453ca1d0> <<< 8488 1726791696.81092: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.81101: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453ca3c8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453c3c50> <<< 8488 1726791696.81135: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8488 1726791696.81207: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.81276: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.81290: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available <<< 8488 1726791696.81300: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.81309: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8488 1726791696.81418: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.81520: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py <<< 8488 1726791696.81531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8488 1726791696.81561: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8488 1726791696.81578: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.81588: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453ede10> <<< 8488 1726791696.81651: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453edac8> <<< 8488 1726791696.81667: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453ed2e8> <<< 8488 1726791696.81680: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8488 1726791696.81754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453ed940> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453d9c18> # zipimport: zlib available <<< 8488 1726791696.82199: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.82646: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/six/__init__.py <<< 8488 1726791696.82672: 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 # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 8488 1726791696.82699: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8488 1726791696.82722: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.82747: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8488 1726791696.82768: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.82792: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8488 1726791696.82902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83013: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8488 1726791696.83041: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841cd8400> <<< 8488 1726791696.83052: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83410: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83739: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83787: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83852: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/collections.py <<< 8488 1726791696.83860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83879: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83907: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/warnings.py <<< 8488 1726791696.83915: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.83973: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84049: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8488 1726791696.84072: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8488 1726791696.84101: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84125: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8488 1726791696.84153: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84292: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84465: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8488 1726791696.84590: stdout chunk (state=3): >>>import '_ast' # <<< 8488 1726791696.84602: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841d4fe48> <<< 8488 1726791696.84611: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84623: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84640: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8488 1726791696.84647: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84698: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84748: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8488 1726791696.84758: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/parameters.py <<< 8488 1726791696.84768: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8488 1726791696.84788: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84817: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84845: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/locale.py <<< 8488 1726791696.84856: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84879: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84913: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.84949: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.85015: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8488 1726791696.85167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8488 1726791696.85255: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8488 1726791696.85263: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa841d74198> <<< 8488 1726791696.85322: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841d26eb8> <<< 8488 1726791696.85349: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/file.py <<< 8488 1726791696.85373: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8488 1726791696.85406: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.85458: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.85477: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.85510: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.85790: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.86061: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8488 1726791696.86087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8488 1726791696.86106: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8488 1726791696.86245: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453140f0> <<< 8488 1726791696.86264: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8488 1726791696.86275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8488 1726791696.86392: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845314198> <<< 8488 1726791696.86431: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841d69b00> <<< 8488 1726791696.86474: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/distro/_distro.py <<< 8488 1726791696.86508: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8488 1726791696.86543: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8488 1726791696.86576: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/pycompat24.py <<< 8488 1726791696.86661: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/basic.py <<< 8488 1726791696.86698: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8488 1726791696.87092: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.87543: stdout chunk (state=3): >>># zipimport: zlib available <<< 8488 1726791696.87972: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py <<< 8488 1726791696.87981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8419a27b8> <<< 8488 1726791696.88121: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 8488 1726791696.88390: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 8488 1726791696.88401: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8488 1726791696.88415: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io <<< 8488 1726791696.88429: stdout chunk (state=3): >>># cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu <<< 8488 1726791696.88437: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse <<< 8488 1726791696.88444: stdout chunk (state=3): >>># cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma <<< 8488 1726791696.88478: stdout chunk (state=3): >>># cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner <<< 8488 1726791696.88491: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing _bootlocale # destroy _bootlocale <<< 8488 1726791696.88507: stdout chunk (state=3): >>># destroy _ast # destroy _datetime <<< 8488 1726791696.88517: stdout chunk (state=3): >>># destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8488 1726791696.88673: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8488 1726791696.88700: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8488 1726791696.88713: stdout chunk (state=3): >>># destroy zipimport <<< 8488 1726791696.88724: stdout chunk (state=3): >>># destroy _compression <<< 8488 1726791696.88735: stdout chunk (state=3): >>># destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8488 1726791696.88742: stdout chunk (state=3): >>># destroy _socket <<< 8488 1726791696.88762: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp <<< 8488 1726791696.88778: stdout chunk (state=3): >>># cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases <<< 8488 1726791696.88800: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath <<< 8488 1726791696.88828: stdout chunk (state=3): >>># cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale <<< 8488 1726791696.88839: stdout chunk (state=3): >>># cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil <<< 8488 1726791696.88867: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping pwd # cleanup[3] wiping grp # cleanup[3] wiping tempfile # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale <<< 8488 1726791696.88914: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping syslog # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping ctypes # destroy _struct # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping logging # destroy weakref # destroy threading # cleanup[3] wiping _string # cleanup[3] wiping systemd._journal # destroy systemd._journal # cleanup[3] wiping systemd._reader # destroy systemd._reader # cleanup[3] wiping systemd.id128 # destroy systemd.id128 # cleanup[3] wiping systemd.daemon <<< 8488 1726791696.88932: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # destroy systemd._daemon # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping ansible.module_utils.compat.selectors # cleanup[3] wiping copy # cleanup[3] wiping selinux # cleanup[3] wiping _selinux <<< 8488 1726791696.88955: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # destroy warnings # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping textwrap # cleanup[3] wiping sys <<< 8488 1726791696.88970: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8488 1726791696.89117: stdout chunk (state=3): >>># destroy posixpath # destroy __main__ <<< 8488 1726791696.89141: stdout chunk (state=3): >>># destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy shlex # destroy shutil # destroy signal # destroy subprocess # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selectors # destroy hashlib # destroy json # destroy selinux # destroy operator # destroy types # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime <<< 8488 1726791696.89181: 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 <<< 8488 1726791696.89199: stdout chunk (state=3): >>># destroy stat # destroy _heapq # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json # destroy _functools # destroy _operator # destroy _sre <<< 8488 1726791696.89212: stdout chunk (state=3): >>># destroy sre_parse <<< 8488 1726791696.89219: stdout chunk (state=3): >>># destroy select <<< 8488 1726791696.89239: stdout chunk (state=3): >>># destroy functools # destroy tokenize <<< 8488 1726791696.89266: stdout chunk (state=3): >>># destroy ctypes # destroy math # destroy _hashlib # destroy itertools # destroy bisect # destroy _random # destroy time <<< 8488 1726791696.89282: stdout chunk (state=3): >>># destroy collections # destroy textwrap <<< 8488 1726791696.89298: stdout chunk (state=3): >>># destroy _string <<< 8488 1726791696.89309: stdout chunk (state=3): >>># destroy locale # destroy copy # destroy io # destroy os # destroy re # destroy struct <<< 8488 1726791696.89592: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8488 1726791696.89635: stderr chunk (state=3): >>><<< 8488 1726791696.89646: stdout chunk (state=3): >>><<< 8488 1726791696.89696: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849759e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496ef828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8497599b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496fc630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849703160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8497080f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849703748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849703390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496ad470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496b2e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496adb38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496b94e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84969cd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84969f198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479ad940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479bf240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84970da20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84792d0f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847937320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa847937fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847937b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84793b0f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847988828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847988c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84797c1d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84797ceb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479734a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479644e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476e42e8> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476ebd68> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84797c4a8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f1e80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84795f320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8476f7240> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7048> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8476f7358> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8479d6080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7e48> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7a58> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847705710> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847705ef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847289208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8477057f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84728fcf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f7588> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472b3358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8472b3710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472bb400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847065c18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847059358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa847059048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84704aef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472bbda0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa847059fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8472b3a90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84966c780> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8470600b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84966cb00> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8476f78d0> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849682630> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8496866a0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849686b70> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849686c88> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849682e80> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa849686fd0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849686550> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8496862b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa849675b70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84729f3c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8496824e0> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84568a978> # zipimport: found 33 names in '/tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453de7f0> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84536e2e8> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453dee48> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84568afd0> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845348ba8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453b41d0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84535d390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84535deb8> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453b2198> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84538f320> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845386518> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8456a52b0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84539b390> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84539b4a8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa84563fef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845645f98> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845636320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845636b38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453a3860> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845664fd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845636198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa845674e48> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa845674f60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453c30f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa84539b5f8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453d2a90> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453ca1d0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453ca3c8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453c3c50> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa8453ede10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453edac8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453ed2e8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453ed940> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453d9c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841cd8400> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841d4fe48> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa841d74198> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841d26eb8> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8453140f0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa845314198> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa841d69b00> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_file_payload_ug2oezja/ansible_file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa8419a27b8> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "absent"}, "after": {"path": "/etc/tuned/kernel_settings", "state": "directory"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy _socket # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping pwd # cleanup[3] wiping grp # cleanup[3] wiping tempfile # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping syslog # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping ctypes # destroy _struct # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping logging # destroy weakref # destroy threading # cleanup[3] wiping _string # cleanup[3] wiping systemd._journal # destroy systemd._journal # cleanup[3] wiping systemd._reader # destroy systemd._reader # cleanup[3] wiping systemd.id128 # destroy systemd.id128 # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # destroy systemd._daemon # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping ansible.module_utils.compat.selectors # cleanup[3] wiping copy # cleanup[3] wiping selinux # cleanup[3] wiping _selinux # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # destroy warnings # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping textwrap # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy shlex # destroy shutil # destroy signal # destroy subprocess # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selectors # destroy hashlib # destroy json # destroy selinux # destroy operator # destroy types # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _heapq # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json # destroy _functools # destroy _operator # destroy _sre # destroy sre_parse # destroy select # destroy functools # destroy tokenize # destroy ctypes # destroy math # destroy _hashlib # destroy itertools # destroy bisect # destroy _random # destroy time # destroy collections # destroy textwrap # destroy _string # destroy locale # destroy copy # destroy io # destroy os # destroy re # destroy struct , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy _socket # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping pwd # cleanup[3] wiping grp # cleanup[3] wiping tempfile # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping syslog # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping ctypes # destroy _struct # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping logging # destroy weakref # destroy threading # cleanup[3] wiping _string # cleanup[3] wiping systemd._journal # destroy systemd._journal # cleanup[3] wiping systemd._reader # destroy systemd._reader # cleanup[3] wiping systemd.id128 # destroy systemd.id128 # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # destroy systemd._daemon # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping ansible.module_utils.compat.selectors # cleanup[3] wiping copy # cleanup[3] wiping selinux # cleanup[3] wiping _selinux # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # destroy warnings # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping textwrap # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy shlex # destroy shutil # destroy signal # destroy subprocess # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selectors # destroy hashlib # destroy json # destroy selinux # destroy operator # destroy types # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _heapq # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json # destroy _functools # destroy _operator # destroy _sre # destroy sre_parse # destroy select # destroy functools # destroy tokenize # destroy ctypes # destroy math # destroy _hashlib # destroy itertools # destroy bisect # destroy _random # destroy time # destroy collections # destroy textwrap # destroy _string # destroy locale # destroy copy # destroy io # destroy os # destroy re # destroy struct 8488 1726791696.89801: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'directory', 'mode': '0755', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8488 1726791696.89816: _low_level_execute_command(): starting 8488 1726791696.89822: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791696.4493387-8488-77986047794507/ > /dev/null 2>&1 && sleep 0' 8488 1726791696.92277: stderr chunk (state=2): >>><<< 8488 1726791696.92283: stdout chunk (state=2): >>><<< 8488 1726791696.92297: _low_level_execute_command() done: rc=0, stdout=, stderr= 8488 1726791696.92303: handler run complete 8488 1726791696.92320: attempt loop complete, returning result 8488 1726791696.92323: _execute() done 8488 1726791696.92325: dumping result to json 8488 1726791696.92328: done dumping result, returning 8488 1726791696.92333: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists [029c2e81-ca9f-66d5-1a1d-000000000149] 8488 1726791696.92337: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000149 8488 1726791696.92367: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000149 8488 1726791696.92369: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/tuned/kernel_settings", "secontext": "unconfined_u:object_r:tuned_etc_t:s0", "size": 6, "state": "directory", "uid": 0 } 8186 1726791696.92554: no more pending results, returning what we have 8186 1726791696.92556: results queue empty 8186 1726791696.92557: checking for any_errors_fatal 8186 1726791696.92570: done checking for any_errors_fatal 8186 1726791696.92577: checking for max_fail_percentage 8186 1726791696.92578: done checking for max_fail_percentage 8186 1726791696.92579: checking to see if all hosts have failed and the running result is not ok 8186 1726791696.92579: done checking to see if all hosts have failed 8186 1726791696.92580: getting the remaining hosts for this loop 8186 1726791696.92581: done getting the remaining hosts for this loop 8186 1726791696.92588: getting the next task for host managed_node1 8186 1726791696.92594: done getting next task for host managed_node1 8186 1726791696.92600: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8186 1726791696.92603: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791696.92615: getting variables 8186 1726791696.92617: in VariableManager get_vars() 8186 1726791696.92654: Calling all_inventory to load vars for managed_node1 8186 1726791696.92656: Calling groups_inventory to load vars for managed_node1 8186 1726791696.92658: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791696.92666: Calling all_plugins_play to load vars for managed_node1 8186 1726791696.92669: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791696.92673: Calling groups_plugins_play to load vars for managed_node1 8186 1726791696.92803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791696.93001: done with get_vars() 8186 1726791696.93011: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get active_profile] ********** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 Thursday 19 September 2024 20:21:36 -0400 (0:00:00.530) 0:00:13.310 **** 8186 1726791696.93093: entering _queue_task() for managed_node1/slurp 8186 1726791696.93257: worker is 1 (out of 1 available) 8186 1726791696.93269: exiting _queue_task() for managed_node1/slurp 8186 1726791696.93280: done queuing things up, now waiting for results queue to drain 8186 1726791696.93281: waiting for pending results... 8511 1726791696.93506: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile 8511 1726791696.93638: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000014a 8511 1726791696.93654: variable 'ansible_search_path' from source: unknown 8511 1726791696.93657: variable 'ansible_search_path' from source: unknown 8511 1726791696.93686: calling self._execute() 8511 1726791696.93746: variable 'ansible_host' from source: host vars for 'managed_node1' 8511 1726791696.93755: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8511 1726791696.93763: variable 'omit' from source: magic vars 8511 1726791696.93841: variable 'omit' from source: magic vars 8511 1726791696.93896: variable 'omit' from source: magic vars 8511 1726791696.93917: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8511 1726791696.94129: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8511 1726791696.94229: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8511 1726791696.94252: variable 'omit' from source: magic vars 8511 1726791696.94286: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8511 1726791696.94315: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8511 1726791696.94334: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8511 1726791696.94355: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8511 1726791696.94383: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8511 1726791696.94414: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8511 1726791696.94420: variable 'ansible_host' from source: host vars for 'managed_node1' 8511 1726791696.94424: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8511 1726791696.94508: Set connection var ansible_shell_executable to /bin/sh 8511 1726791696.94516: Set connection var ansible_pipelining to False 8511 1726791696.94526: Set connection var ansible_module_compression to ZIP_DEFLATED 8511 1726791696.94529: Set connection var ansible_connection to ssh 8511 1726791696.94540: Set connection var ansible_timeout to 10 8511 1726791696.94544: Set connection var ansible_shell_type to sh 8511 1726791696.94563: variable 'ansible_shell_executable' from source: unknown 8511 1726791696.94568: variable 'ansible_connection' from source: unknown 8511 1726791696.94574: variable 'ansible_module_compression' from source: unknown 8511 1726791696.94578: variable 'ansible_shell_type' from source: unknown 8511 1726791696.94581: variable 'ansible_shell_executable' from source: unknown 8511 1726791696.94586: variable 'ansible_host' from source: host vars for 'managed_node1' 8511 1726791696.94596: variable 'ansible_pipelining' from source: unknown 8511 1726791696.94606: variable 'ansible_timeout' from source: unknown 8511 1726791696.94613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8511 1726791696.94821: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8511 1726791696.94846: variable 'omit' from source: magic vars 8511 1726791696.94858: starting attempt loop 8511 1726791696.94862: running the handler 8511 1726791696.94877: _low_level_execute_command(): starting 8511 1726791696.94888: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8511 1726791696.97401: stdout chunk (state=2): >>>/root <<< 8511 1726791696.97460: stderr chunk (state=3): >>><<< 8511 1726791696.97466: stdout chunk (state=3): >>><<< 8511 1726791696.97484: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8511 1726791696.97498: _low_level_execute_command(): starting 8511 1726791696.97503: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546 `" && echo ansible-tmp-1726791696.9749238-8511-240426768485546="` echo /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546 `" ) && sleep 0' 8511 1726791697.00390: stdout chunk (state=2): >>>ansible-tmp-1726791696.9749238-8511-240426768485546=/root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546 <<< 8511 1726791697.00466: stderr chunk (state=3): >>><<< 8511 1726791697.00475: stdout chunk (state=3): >>><<< 8511 1726791697.00492: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791696.9749238-8511-240426768485546=/root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546 , stderr= 8511 1726791697.00536: variable 'ansible_module_compression' from source: unknown 8511 1726791697.00579: ANSIBALLZ: Using lock for slurp 8511 1726791697.00586: ANSIBALLZ: Acquiring lock 8511 1726791697.00590: ANSIBALLZ: Lock acquired: 140400517386160 8511 1726791697.00594: ANSIBALLZ: Creating module 8511 1726791697.10807: ANSIBALLZ: Writing module into payload 8511 1726791697.10875: ANSIBALLZ: Writing module 8511 1726791697.10911: ANSIBALLZ: Renaming module 8511 1726791697.10919: ANSIBALLZ: Done creating module 8511 1726791697.10941: variable 'ansible_facts' from source: unknown 8511 1726791697.11023: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/AnsiballZ_slurp.py 8511 1726791697.11462: Sending initial data 8511 1726791697.11469: Sent initial data (152 bytes) 8511 1726791697.13902: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpvkrk_xtq /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/AnsiballZ_slurp.py <<< 8511 1726791697.14877: stderr chunk (state=3): >>><<< 8511 1726791697.14885: stdout chunk (state=3): >>><<< 8511 1726791697.14905: done transferring module to remote 8511 1726791697.14919: _low_level_execute_command(): starting 8511 1726791697.14925: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/ /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/AnsiballZ_slurp.py && sleep 0' 8511 1726791697.17749: stderr chunk (state=2): >>><<< 8511 1726791697.17758: stdout chunk (state=2): >>><<< 8511 1726791697.17777: _low_level_execute_command() done: rc=0, stdout=, stderr= 8511 1726791697.17783: _low_level_execute_command(): starting 8511 1726791697.17790: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/AnsiballZ_slurp.py && sleep 0' 8511 1726791697.20698: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # <<< 8511 1726791697.20733: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8511 1726791697.20764: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8511 1726791697.20799: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8511 1726791697.20831: stdout chunk (state=3): >>>import 'posix' # <<< 8511 1726791697.20878: stdout chunk (state=3): >>>import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8511 1726791697.20903: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.20931: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8511 1726791697.20957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8511 1726791697.20983: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d54aee48> <<< 8511 1726791697.21025: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5444828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d54ae9b0> <<< 8511 1726791697.21064: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5451630> <<< 8511 1726791697.21109: stdout chunk (state=3): >>>import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8511 1726791697.21138: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5458160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8511 1726791697.21168: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8511 1726791697.21197: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8511 1726791697.21228: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d545d0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5458748> <<< 8511 1726791697.21249: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5458390> <<< 8511 1726791697.21279: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8511 1726791697.21400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5402470> <<< 8511 1726791697.21427: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8511 1726791697.21458: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5407e48> <<< 8511 1726791697.21480: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5402b38> <<< 8511 1726791697.21500: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8511 1726791697.21537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8511 1726791697.21644: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d540e4e0> <<< 8511 1726791697.21670: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53f1d68> <<< 8511 1726791697.21693: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8511 1726791697.21722: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53f4198> <<< 8511 1726791697.21746: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8511 1726791697.21766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8511 1726791697.21795: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3702940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8511 1726791697.21825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3714240> <<< 8511 1726791697.21924: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5462a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8511 1726791697.22170: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8511 1726791697.22204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8511 1726791697.22223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8511 1726791697.22250: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8511 1726791697.22289: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8511 1726791697.22343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8511 1726791697.22372: stdout chunk (state=3): >>>import '_functools' # <<< 8511 1726791697.22405: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.22452: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8511 1726791697.22482: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36820f0> <<< 8511 1726791697.22521: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d368d320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8511 1726791697.22567: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d368dfd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d368db00> <<< 8511 1726791697.22592: stdout chunk (state=3): >>>import 'itertools' # <<< 8511 1726791697.22625: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d368c0f0> <<< 8511 1726791697.22646: stdout chunk (state=3): >>>import '_collections' # <<< 8511 1726791697.22694: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36dd828> <<< 8511 1726791697.22750: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8511 1726791697.22791: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36ddc18> <<< 8511 1726791697.22814: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36d11d0> <<< 8511 1726791697.22842: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36d1eb8> <<< 8511 1726791697.22863: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36c84a8> <<< 8511 1726791697.22958: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36b94e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8511 1726791697.23023: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8511 1726791697.23181: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3439320> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3441da0> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36d1128> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3447eb8> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36b3320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8511 1726791697.23239: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d344d278> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344d080> <<< 8511 1726791697.23292: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d344d390> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d372b080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8511 1726791697.23321: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.23339: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8511 1726791697.23361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344de80> <<< 8511 1726791697.23380: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344da90> <<< 8511 1726791697.23551: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3459748> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3459ef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8511 1726791697.23606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2fdf208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d34597f0> <<< 8511 1726791697.23657: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8511 1726791697.23702: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2fe4cf8> <<< 8511 1726791697.23720: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344d5c0> <<< 8511 1726791697.23738: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8511 1726791697.23760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8511 1726791697.23839: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3008358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d3008710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8511 1726791697.23858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8511 1726791697.23965: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3010400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # <<< 8511 1726791697.23995: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8511 1726791697.24015: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8511 1726791697.24036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8511 1726791697.24106: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' <<< 8511 1726791697.24123: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2dbac18> <<< 8511 1726791697.24237: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2dad358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2dad048> <<< 8511 1726791697.24258: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2d9eef0> <<< 8511 1726791697.24281: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3010da0> <<< 8511 1726791697.24316: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d2dadfd0> <<< 8511 1726791697.24337: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3008a90> <<< 8511 1726791697.24356: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8511 1726791697.24373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8511 1726791697.24407: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53bf710> <<< 8511 1726791697.24800: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2db50b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53bfa90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344d908> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53d75c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53db630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8511 1726791697.25098: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53dbb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53dbc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53d7e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53dbf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53db4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53db240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53cbb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2ff43c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53d7470> <<< 8511 1726791697.25193: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8511 1726791697.25399: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d13df908> # zipimport: found 33 names in '/tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8511 1726791697.26692: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.27352: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d109dac8> <<< 8511 1726791697.27496: stdout chunk (state=3): >>>import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10c3278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d11064e0> <<< 8511 1726791697.27530: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d11065f8> <<< 8511 1726791697.27545: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8511 1726791697.27796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1106b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8511 1726791697.28006: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1109160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10a1390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10a1e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1107128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10e62b0> <<< 8511 1726791697.28345: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10dc4a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d13fafd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10ef358> <<< 8511 1726791697.28380: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10ef470> <<< 8511 1726791697.28449: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8511 1726791697.28477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8511 1726791697.28501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.28549: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1396ef0> <<< 8511 1726791697.28640: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d139bef0> <<< 8511 1726791697.28693: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d138c320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d138cb38> <<< 8511 1726791697.28896: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10f9828> <<< 8511 1726791697.28923: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8511 1726791697.28954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.28985: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8511 1726791697.29787: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d13c1f28> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d138c198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d104be10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d104bef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d105a0b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10ef5c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1068a58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1061198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1061390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d105ac18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8511 1726791697.30001: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8511 1726791697.30112: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.30143: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8511 1726791697.30201: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1082e80> <<< 8511 1726791697.30248: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1082b38> <<< 8511 1726791697.30289: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1082358> <<< 8511 1726791697.30318: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8511 1726791697.30361: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10829b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1070cf8> <<< 8511 1726791697.30383: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.30845: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.31299: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8511 1726791697.31345: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/compat/selinux.py <<< 8511 1726791697.31372: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8511 1726791697.31418: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available <<< 8511 1726791697.31454: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8511 1726791697.31569: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.32490: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cda2d588> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8511 1726791697.32535: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/collections.py <<< 8511 1726791697.32558: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.32575: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.32615: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8511 1726791697.32693: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.32753: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8511 1726791697.32770: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/parsing/__init__.py <<< 8511 1726791697.32782: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.32808: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.32835: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8511 1726791697.32850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.33015: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.33189: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8511 1726791697.33314: stdout chunk (state=3): >>>import '_ast' # <<< 8511 1726791697.33347: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cdae3eb8> # zipimport: zlib available <<< 8511 1726791697.33365: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.33389: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8511 1726791697.33433: stdout chunk (state=3): >>># zipimport: zlib available <<< 8511 1726791697.33597: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8511 1726791697.33906: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8511 1726791697.33991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8511 1726791697.34899: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48cdb061d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cda7bef0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8511 1726791697.35016: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d11520f0> <<< 8511 1726791697.35115: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8511 1726791697.35158: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1152198> <<< 8511 1726791697.35398: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cdafcb38> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/pycompat24.py <<< 8511 1726791697.35696: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8511 1726791697.35743: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} <<< 8511 1726791697.35769: stdout chunk (state=3): >>># destroy __main__ <<< 8511 1726791697.36190: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text <<< 8511 1726791697.36237: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8511 1726791697.36280: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8511 1726791697.36433: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8511 1726791697.36459: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8511 1726791697.36497: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8511 1726791697.36522: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8511 1726791697.36554: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes # destroy traceback <<< 8511 1726791697.36583: stdout chunk (state=3): >>># destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8511 1726791697.36612: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8511 1726791697.36643: stdout chunk (state=3): >>># destroy selinux <<< 8511 1726791697.36817: stdout chunk (state=3): >>># destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading <<< 8511 1726791697.36854: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 <<< 8511 1726791697.36882: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8511 1726791697.36906: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8511 1726791697.37212: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8511 1726791697.38346: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8511 1726791697.38355: stderr chunk (state=3): >>><<< 8511 1726791697.38360: stdout chunk (state=3): >>><<< 8511 1726791697.38406: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d54aee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5444828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d54ae9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5451630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5458160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d545d0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5458748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5458390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5402470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5407e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5402b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d540e4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53f1d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53f4198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3702940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3714240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d5462a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36820f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d368d320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d368dfd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d368db00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d368c0f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36dd828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36ddc18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36d11d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36d1eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36c84a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36b94e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3439320> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3441da0> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36d1128> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3447eb8> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d36b3320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d344d278> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344d080> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d344d390> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d372b080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344de80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344da90> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3459748> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3459ef0> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2fdf208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d34597f0> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2fe4cf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344d5c0> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3008358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d3008710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3010400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2dbac18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2dad358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2dad048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2d9eef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3010da0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d2dadfd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d3008a90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53bf710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2db50b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53bfa90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d344d908> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53d75c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53db630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53dbb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53dbc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53d7e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53dbf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53db4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d53db240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53cbb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d2ff43c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d53d7470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d13df908> # zipimport: found 33 names in '/tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d109dac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10c3278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d11064e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d11065f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1106b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1109160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10a1390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10a1e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1107128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10e62b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10dc4a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d13fafd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d10ef358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10ef470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1396ef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d139bef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d138c320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d138cb38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10f9828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d13c1f28> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d138c198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d104be10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d104bef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d105a0b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10ef5c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1068a58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1061198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1061390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d105ac18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48d1082e80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1082b38> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1082358> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d10829b0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1070cf8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cda2d588> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cdae3eb8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48cdb061d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cda7bef0> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d11520f0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48d1152198> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48cdafcb38> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_slurp_payload_br9lh53u/ansible_slurp_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "dmlydHVhbC1ndWVzdAo=", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8511 1726791697.38505: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8511 1726791697.38521: _low_level_execute_command(): starting 8511 1726791697.38526: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791696.9749238-8511-240426768485546/ > /dev/null 2>&1 && sleep 0' 8511 1726791697.42533: stderr chunk (state=2): >>><<< 8511 1726791697.42543: stdout chunk (state=2): >>><<< 8511 1726791697.42558: _low_level_execute_command() done: rc=0, stdout=, stderr= 8511 1726791697.42565: handler run complete 8511 1726791697.42589: attempt loop complete, returning result 8511 1726791697.42595: _execute() done 8511 1726791697.42599: dumping result to json 8511 1726791697.42603: done dumping result, returning 8511 1726791697.42611: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get active_profile [029c2e81-ca9f-66d5-1a1d-00000000014a] 8511 1726791697.42617: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014a 8511 1726791697.42654: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014a 8511 1726791697.42657: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8186 1726791697.43018: no more pending results, returning what we have 8186 1726791697.43022: results queue empty 8186 1726791697.43023: checking for any_errors_fatal 8186 1726791697.43031: done checking for any_errors_fatal 8186 1726791697.43032: checking for max_fail_percentage 8186 1726791697.43033: done checking for max_fail_percentage 8186 1726791697.43034: checking to see if all hosts have failed and the running result is not ok 8186 1726791697.43035: done checking to see if all hosts have failed 8186 1726791697.43035: getting the remaining hosts for this loop 8186 1726791697.43037: done getting the remaining hosts for this loop 8186 1726791697.43040: getting the next task for host managed_node1 8186 1726791697.43045: done getting next task for host managed_node1 8186 1726791697.43049: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8186 1726791697.43052: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791697.43062: getting variables 8186 1726791697.43063: in VariableManager get_vars() 8186 1726791697.43099: Calling all_inventory to load vars for managed_node1 8186 1726791697.43102: Calling groups_inventory to load vars for managed_node1 8186 1726791697.43104: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791697.43113: Calling all_plugins_play to load vars for managed_node1 8186 1726791697.43116: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791697.43119: Calling groups_plugins_play to load vars for managed_node1 8186 1726791697.43290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791697.43497: done with get_vars() 8186 1726791697.43509: done getting variables 8186 1726791697.43564: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set active_profile] ********** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:85 Thursday 19 September 2024 20:21:37 -0400 (0:00:00.505) 0:00:13.815 **** 8186 1726791697.43600: entering _queue_task() for managed_node1/set_fact 8186 1726791697.43793: worker is 1 (out of 1 available) 8186 1726791697.43806: exiting _queue_task() for managed_node1/set_fact 8186 1726791697.43818: done queuing things up, now waiting for results queue to drain 8186 1726791697.43819: waiting for pending results... 8536 1726791697.45213: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile 8536 1726791697.45354: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000014b 8536 1726791697.45372: variable 'ansible_search_path' from source: unknown 8536 1726791697.45376: variable 'ansible_search_path' from source: unknown 8536 1726791697.45408: calling self._execute() 8536 1726791697.45575: variable 'ansible_host' from source: host vars for 'managed_node1' 8536 1726791697.45585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8536 1726791697.45595: variable 'omit' from source: magic vars 8536 1726791697.45694: variable 'omit' from source: magic vars 8536 1726791697.45748: variable 'omit' from source: magic vars 8536 1726791697.46149: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8536 1726791697.46160: variable '__cur_profile' from source: task vars 8536 1726791697.46306: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8536 1726791697.50022: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8536 1726791697.50101: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8536 1726791697.50136: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8536 1726791697.50170: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8536 1726791697.50199: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8536 1726791697.50270: 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) 8536 1726791697.50302: 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) 8536 1726791697.50328: 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) 8536 1726791697.50367: 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) 8536 1726791697.50383: 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) 8536 1726791697.50493: variable '__kernel_settings_tuned_current_profile' from source: set_fact 8536 1726791697.50536: variable 'omit' from source: magic vars 8536 1726791697.50564: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8536 1726791697.50592: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8536 1726791697.50611: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8536 1726791697.50629: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8536 1726791697.50640: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8536 1726791697.50669: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8536 1726791697.50675: variable 'ansible_host' from source: host vars for 'managed_node1' 8536 1726791697.50680: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8536 1726791697.50778: Set connection var ansible_shell_executable to /bin/sh 8536 1726791697.50787: Set connection var ansible_pipelining to False 8536 1726791697.50798: Set connection var ansible_module_compression to ZIP_DEFLATED 8536 1726791697.50802: Set connection var ansible_connection to ssh 8536 1726791697.50807: Set connection var ansible_timeout to 10 8536 1726791697.50811: Set connection var ansible_shell_type to sh 8536 1726791697.50832: variable 'ansible_shell_executable' from source: unknown 8536 1726791697.50837: variable 'ansible_connection' from source: unknown 8536 1726791697.50840: variable 'ansible_module_compression' from source: unknown 8536 1726791697.50843: variable 'ansible_shell_type' from source: unknown 8536 1726791697.50846: variable 'ansible_shell_executable' from source: unknown 8536 1726791697.50849: variable 'ansible_host' from source: host vars for 'managed_node1' 8536 1726791697.50853: variable 'ansible_pipelining' from source: unknown 8536 1726791697.50856: variable 'ansible_timeout' from source: unknown 8536 1726791697.50860: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8536 1726791697.51153: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8536 1726791697.51166: variable 'omit' from source: magic vars 8536 1726791697.51174: starting attempt loop 8536 1726791697.51180: running the handler 8536 1726791697.51197: handler run complete 8536 1726791697.51207: attempt loop complete, returning result 8536 1726791697.51210: _execute() done 8536 1726791697.51214: dumping result to json 8536 1726791697.51217: done dumping result, returning 8536 1726791697.51223: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set active_profile [029c2e81-ca9f-66d5-1a1d-00000000014b] 8536 1726791697.51229: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014b 8536 1726791697.51253: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014b 8536 1726791697.51256: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_active_profile": "virtual-guest kernel_settings" }, "changed": false } 8186 1726791697.51743: no more pending results, returning what we have 8186 1726791697.51746: results queue empty 8186 1726791697.51747: checking for any_errors_fatal 8186 1726791697.51751: done checking for any_errors_fatal 8186 1726791697.51752: checking for max_fail_percentage 8186 1726791697.51753: done checking for max_fail_percentage 8186 1726791697.51754: checking to see if all hosts have failed and the running result is not ok 8186 1726791697.51755: done checking to see if all hosts have failed 8186 1726791697.51755: getting the remaining hosts for this loop 8186 1726791697.51756: done getting the remaining hosts for this loop 8186 1726791697.51759: getting the next task for host managed_node1 8186 1726791697.51765: done getting next task for host managed_node1 8186 1726791697.51768: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8186 1726791697.51772: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791697.51789: getting variables 8186 1726791697.51790: in VariableManager get_vars() 8186 1726791697.51818: Calling all_inventory to load vars for managed_node1 8186 1726791697.51821: Calling groups_inventory to load vars for managed_node1 8186 1726791697.51823: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791697.51831: Calling all_plugins_play to load vars for managed_node1 8186 1726791697.51833: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791697.51836: Calling groups_plugins_play to load vars for managed_node1 8186 1726791697.51987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791697.52187: done with get_vars() 8186 1726791697.52196: done getting variables 8186 1726791697.52292: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 Thursday 19 September 2024 20:21:37 -0400 (0:00:00.087) 0:00:13.902 **** 8186 1726791697.52315: entering _queue_task() for managed_node1/copy 8186 1726791697.52466: worker is 1 (out of 1 available) 8186 1726791697.52480: exiting _queue_task() for managed_node1/copy 8186 1726791697.52492: done queuing things up, now waiting for results queue to drain 8186 1726791697.52493: waiting for pending results... 8544 1726791697.52638: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile 8544 1726791697.52789: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000014c 8544 1726791697.52814: variable 'ansible_search_path' from source: unknown 8544 1726791697.52821: variable 'ansible_search_path' from source: unknown 8544 1726791697.52856: calling self._execute() 8544 1726791697.52937: variable 'ansible_host' from source: host vars for 'managed_node1' 8544 1726791697.52945: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8544 1726791697.52953: variable 'omit' from source: magic vars 8544 1726791697.53055: variable 'omit' from source: magic vars 8544 1726791697.53111: variable 'omit' from source: magic vars 8544 1726791697.53140: variable '__kernel_settings_active_profile' from source: set_fact 8544 1726791697.53412: variable '__kernel_settings_active_profile' from source: set_fact 8544 1726791697.53560: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8544 1726791697.53637: variable '__kernel_settings_tuned_active_profile' from source: role '' all vars 8544 1726791697.53854: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8544 1726791697.53884: variable 'omit' from source: magic vars 8544 1726791697.53925: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8544 1726791697.53958: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8544 1726791697.53978: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8544 1726791697.53996: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8544 1726791697.54008: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8544 1726791697.54034: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8544 1726791697.54040: variable 'ansible_host' from source: host vars for 'managed_node1' 8544 1726791697.54044: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8544 1726791697.54134: Set connection var ansible_shell_executable to /bin/sh 8544 1726791697.54142: Set connection var ansible_pipelining to False 8544 1726791697.54152: Set connection var ansible_module_compression to ZIP_DEFLATED 8544 1726791697.54155: Set connection var ansible_connection to ssh 8544 1726791697.54159: Set connection var ansible_timeout to 10 8544 1726791697.54162: Set connection var ansible_shell_type to sh 8544 1726791697.54179: variable 'ansible_shell_executable' from source: unknown 8544 1726791697.54183: variable 'ansible_connection' from source: unknown 8544 1726791697.54188: variable 'ansible_module_compression' from source: unknown 8544 1726791697.54191: variable 'ansible_shell_type' from source: unknown 8544 1726791697.54193: variable 'ansible_shell_executable' from source: unknown 8544 1726791697.54196: variable 'ansible_host' from source: host vars for 'managed_node1' 8544 1726791697.54200: variable 'ansible_pipelining' from source: unknown 8544 1726791697.54202: variable 'ansible_timeout' from source: unknown 8544 1726791697.54206: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8544 1726791697.54363: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8544 1726791697.54377: variable 'omit' from source: magic vars 8544 1726791697.54386: starting attempt loop 8544 1726791697.54390: running the handler 8544 1726791697.54401: _low_level_execute_command(): starting 8544 1726791697.54412: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8544 1726791697.56676: stdout chunk (state=2): >>>/root <<< 8544 1726791697.56914: stderr chunk (state=3): >>><<< 8544 1726791697.56922: stdout chunk (state=3): >>><<< 8544 1726791697.56941: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8544 1726791697.56955: _low_level_execute_command(): starting 8544 1726791697.56961: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842 `" && echo ansible-tmp-1726791697.5694947-8544-231574797949842="` echo /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842 `" ) && sleep 0' 8544 1726791697.59685: stdout chunk (state=2): >>>ansible-tmp-1726791697.5694947-8544-231574797949842=/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842 <<< 8544 1726791697.59955: stderr chunk (state=3): >>><<< 8544 1726791697.59961: stdout chunk (state=3): >>><<< 8544 1726791697.59973: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791697.5694947-8544-231574797949842=/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842 , stderr= 8544 1726791697.60057: variable 'ansible_module_compression' from source: unknown 8544 1726791697.60115: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8544 1726791697.60148: variable 'ansible_facts' from source: unknown 8544 1726791697.60253: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_stat.py 8544 1726791697.60670: Sending initial data 8544 1726791697.60677: Sent initial data (151 bytes) 8544 1726791697.63239: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpo5xu8cqm /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_stat.py <<< 8544 1726791697.64426: stderr chunk (state=3): >>><<< 8544 1726791697.64435: stdout chunk (state=3): >>><<< 8544 1726791697.64454: done transferring module to remote 8544 1726791697.64470: _low_level_execute_command(): starting 8544 1726791697.64476: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/ /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_stat.py && sleep 0' 8544 1726791697.67130: stderr chunk (state=2): >>><<< 8544 1726791697.67144: stdout chunk (state=2): >>><<< 8544 1726791697.67162: _low_level_execute_command() done: rc=0, stdout=, stderr= 8544 1726791697.67167: _low_level_execute_command(): starting 8544 1726791697.67178: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_stat.py && sleep 0' 8544 1726791697.70169: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # <<< 8544 1726791697.70189: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8544 1726791697.70258: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8544 1726791697.70286: stdout chunk (state=3): >>>import '_io' # <<< 8544 1726791697.70317: stdout chunk (state=3): >>>import 'marshal' # <<< 8544 1726791697.70338: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') <<< 8544 1726791697.70414: stdout chunk (state=3): >>>import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8544 1726791697.70428: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791697.70493: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8544 1726791697.70514: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caca26e48> <<< 8544 1726791697.70548: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8544 1726791697.70577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9bc828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caca269b0> <<< 8544 1726791697.70598: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py <<< 8544 1726791697.70621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9c9630> <<< 8544 1726791697.70643: stdout chunk (state=3): >>>import '_signal' # <<< 8544 1726791697.70654: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8544 1726791697.70907: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d0160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d50f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d0748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d0390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8544 1726791697.70928: stdout chunk (state=3): >>>import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8544 1726791697.70945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8544 1726791697.70958: stdout chunk (state=3): >>>import '_stat' # <<< 8544 1726791697.70968: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac97a470> <<< 8544 1726791697.70978: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8544 1726791697.70993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8544 1726791697.71121: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac97fe48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac97ab38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8544 1726791697.71192: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9864e0> <<< 8544 1726791697.71207: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac969d68> <<< 8544 1726791697.71229: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8544 1726791697.71239: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac96c198> <<< 8544 1726791697.71274: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8544 1726791697.71345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac7a940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac8c240> <<< 8544 1726791697.71442: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9daa20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8544 1726791697.71657: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8544 1726791697.71673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8544 1726791697.71692: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8544 1726791697.71710: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8544 1726791697.71721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8544 1726791697.71742: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8544 1726791697.71751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8544 1726791697.71773: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8544 1726791697.71833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8544 1726791697.71848: stdout chunk (state=3): >>>import '_functools' # <<< 8544 1726791697.71861: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8544 1726791697.71895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791697.71913: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8544 1726791697.71928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8544 1726791697.71949: stdout chunk (state=3): >>>import '_operator' # <<< 8544 1726791697.71958: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caabfa080> <<< 8544 1726791697.71966: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py <<< 8544 1726791697.72046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac052b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caac05f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac05a90> <<< 8544 1726791697.72058: stdout chunk (state=3): >>>import 'itertools' # <<< 8544 1726791697.72065: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8544 1726791697.72070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8544 1726791697.72109: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac0f080> import '_collections' # <<< 8544 1726791697.72140: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac557b8> <<< 8544 1726791697.72187: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8544 1726791697.72219: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac55ba8> <<< 8544 1726791697.72281: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac49160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8544 1726791697.72331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac49e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac40438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac31470> <<< 8544 1726791697.72361: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8544 1726791697.72371: stdout chunk (state=3): >>>import '_sre' # <<< 8544 1726791697.72417: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8544 1726791697.72460: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9b22b0> <<< 8544 1726791697.72488: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9bad30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac490b8> <<< 8544 1726791697.72498: stdout chunk (state=3): >>>import '_locale' # <<< 8544 1726791697.72557: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9bfe48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac2b2b0> <<< 8544 1726791697.72593: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8544 1726791697.72613: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa9c6208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9bffd0> <<< 8544 1726791697.72638: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa9c6320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac9afd0> <<< 8544 1726791697.72668: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8544 1726791697.72707: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8544 1726791697.72741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6a20> <<< 8544 1726791697.72780: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9d16d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8544 1726791697.72824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8544 1726791697.72881: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9d1eb8> <<< 8544 1726791697.72912: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8544 1726791697.72934: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa5581d0> <<< 8544 1726791697.72953: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9d17b8> <<< 8544 1726791697.72996: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8544 1726791697.73024: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa55cc88> <<< 8544 1726791697.73069: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8544 1726791697.73155: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa5812e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa5816a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8544 1726791697.73165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8544 1726791697.73227: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa588390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8544 1726791697.73324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8544 1726791697.73414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa332ba8> <<< 8544 1726791697.73497: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa3292e8> <<< 8544 1726791697.73520: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa31ff98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa317e80> <<< 8544 1726791697.73541: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa588d30> <<< 8544 1726791697.73622: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa329f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa581a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8544 1726791697.73667: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac9396a0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa32d048> <<< 8544 1726791697.73690: stdout chunk (state=3): >>>import 'pwd' # <<< 8544 1726791697.73713: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac939a20> <<< 8544 1726791697.73759: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6898> <<< 8544 1726791697.73788: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8544 1726791697.73811: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8544 1726791697.73841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.73870: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac94f550> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8544 1726791697.73999: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.74053: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac9535c0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac953a90> <<< 8544 1726791697.74065: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.74075: stdout chunk (state=3): >>># extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.74083: stdout chunk (state=3): >>>import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac953ba8> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac94fda0> <<< 8544 1726791697.74145: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac953ef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac953470> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac9531d0> <<< 8544 1726791697.74209: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac943a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa56d358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8544 1726791697.74240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8544 1726791697.74311: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac94f400> <<< 8544 1726791697.74433: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8958898> <<< 8544 1726791697.74476: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip' <<< 8544 1726791697.74503: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8544 1726791697.74524: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8544 1726791697.74541: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8544 1726791697.75640: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.76571: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py <<< 8544 1726791697.76594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8628a58> import 'atexit' # <<< 8544 1726791697.76611: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8544 1726791697.76642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8544 1726791697.76699: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.76714: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca863f208> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca867d470> <<< 8544 1726791697.76738: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.76753: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca867d588> <<< 8544 1726791697.76761: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8544 1726791697.76787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8544 1726791697.76823: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca867dac8> <<< 8544 1726791697.76843: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8544 1726791697.76860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8544 1726791697.76881: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8544 1726791697.76905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8544 1726791697.76924: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py <<< 8544 1726791697.76931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8544 1726791697.77015: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca862bfd0> <<< 8544 1726791697.77050: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca862b320> <<< 8544 1726791697.77081: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca862bdd8> <<< 8544 1726791697.77123: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8544 1726791697.77161: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca867e0b8> <<< 8544 1726791697.77183: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8660240> <<< 8544 1726791697.77470: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8655438> <<< 8544 1726791697.77490: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8544 1726791697.77504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8544 1726791697.77522: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8975c88> <<< 8544 1726791697.77543: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca862bb38> <<< 8544 1726791697.77583: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86693c8> <<< 8544 1726791697.77617: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8544 1726791697.77650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8544 1726791697.77678: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8544 1726791697.77690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791697.77733: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86f6e48> <<< 8544 1726791697.77825: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8544 1726791697.77834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86fde80> <<< 8544 1726791697.77848: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86eb278> <<< 8544 1726791697.77858: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8544 1726791697.77876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86eba90> <<< 8544 1726791697.78075: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8674780> <<< 8544 1726791697.78102: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8544 1726791697.78160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791697.78172: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8544 1726791697.78295: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca871ce80> <<< 8544 1726791697.78328: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86eb0f0> <<< 8544 1726791697.78439: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791697.78450: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86aada0> <<< 8544 1726791697.78482: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86aae80> <<< 8544 1726791697.78516: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86b7048> <<< 8544 1726791697.78556: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8669518> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8544 1726791697.78579: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8544 1726791697.78620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8544 1726791697.78659: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86c59b0> <<< 8544 1726791697.78808: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86c00f0> <<< 8544 1726791697.78839: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86c02e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86b7b70> <<< 8544 1726791697.78849: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.78902: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8544 1726791697.78955: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.79021: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8544 1726791697.79046: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8544 1726791697.79081: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8544 1726791697.79155: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.79287: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8544 1726791697.79362: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86dddd8> <<< 8544 1726791697.79389: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86dda90> <<< 8544 1726791697.79420: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86dd2b0> <<< 8544 1726791697.79464: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8544 1726791697.79497: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86dd908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86cebe0> # zipimport: zlib available <<< 8544 1726791697.79976: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.80430: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py <<< 8544 1726791697.80447: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8544 1726791697.80462: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 8544 1726791697.80479: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 8544 1726791697.80490: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.80517: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.80568: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8544 1726791697.80687: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.80796: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8544 1726791697.80818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8544 1726791697.80839: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca4fa7240> # zipimport: zlib available <<< 8544 1726791697.81201: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.81561: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.81608: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.81666: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8544 1726791697.81699: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.81730: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 8544 1726791697.81740: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.81792: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82037: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8544 1726791697.82113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82305: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8544 1726791697.82436: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca501ce10> # zipimport: zlib available <<< 8544 1726791697.82473: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8544 1726791697.82490: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82614: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 8544 1726791697.82639: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82669: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 8544 1726791697.82680: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82709: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82746: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82787: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.82840: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8544 1726791697.82991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791697.83188: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca4fff128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca534ae48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8544 1726791697.83394: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8544 1726791697.83847: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.83911: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8544 1726791697.83936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8544 1726791697.83966: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8544 1726791697.84100: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca5031080> <<< 8544 1726791697.84124: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8544 1726791697.84140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8544 1726791697.84234: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca5031128> <<< 8544 1726791697.84277: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca4fd4940> <<< 8544 1726791697.84333: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 8544 1726791697.84351: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.84368: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.84391: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8544 1726791697.84416: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.84430: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8544 1726791697.84521: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 8544 1726791697.84541: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8544 1726791697.84557: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8544 1726791697.84665: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.84832: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791697.84994: stdout chunk (state=3): >>>import 'gc' # <<< 8544 1726791697.85961: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 14, "inode": 918059, "dev": 51713, "nlink": 1, "atime": 1726791697.3549302, "mtime": 1726791482.6287777, "ctime": 1726791482.6287777, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "3521309722", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8544 1726791697.85985: stdout chunk (state=3): >>># destroy __main__ <<< 8544 1726791697.86552: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8544 1726791697.86591: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8544 1726791697.86615: stdout chunk (state=3): >>># destroy importlib.util <<< 8544 1726791697.86636: stdout chunk (state=3): >>># destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8544 1726791697.86661: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8544 1726791697.86682: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8544 1726791697.86702: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8544 1726791697.86723: stdout chunk (state=3): >>># destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8544 1726791697.86746: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8544 1726791697.86774: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8544 1726791697.86799: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap <<< 8544 1726791697.86819: stdout chunk (state=3): >>># destroy locale # destroy copy # destroy struct <<< 8544 1726791697.86835: stdout chunk (state=3): >>># destroy gc <<< 8544 1726791697.86859: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix <<< 8544 1726791697.86892: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path <<< 8544 1726791697.86915: stdout chunk (state=3): >>># cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse <<< 8544 1726791697.86939: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8544 1726791697.86961: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref <<< 8544 1726791697.86982: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8544 1726791697.87005: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8544 1726791697.87159: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select <<< 8544 1726791697.87189: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8544 1726791697.87223: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8544 1726791697.87889: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8544 1726791697.87900: stdout chunk (state=3): >>><<< 8544 1726791697.87914: stderr chunk (state=3): >>><<< 8544 1726791697.87981: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caca26e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9bc828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caca269b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9c9630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d0160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d50f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d0748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9d0390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac97a470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac97fe48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac97ab38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9864e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac969d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac96c198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac7a940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac8c240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac9daa20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caabfa080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac052b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caac05f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac05a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac0f080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac557b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac55ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac49160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac49e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac40438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac31470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9b22b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9bad30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac490b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9bfe48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac2b2b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa9c6208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9bffd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa9c6320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caac9afd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6a20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9d16d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9d1eb8> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa5581d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9d17b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa55cc88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa5812e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa5816a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa588390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa332ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa3292e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa31ff98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa317e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa588d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5caa329f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa581a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac9396a0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa32d048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac939a20> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa9c6898> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac94f550> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac9535c0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac953a90> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac953ba8> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac94fda0> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac953ef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac953470> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cac9531d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac943a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5caa56d358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cac94f400> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8958898> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8628a58> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca863f208> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca867d470> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca867d588> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca867dac8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca862bfd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca862b320> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca862bdd8> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca867e0b8> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8660240> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8655438> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8975c88> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca862bb38> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86693c8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86f6e48> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86fde80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86eb278> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86eba90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8674780> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca871ce80> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86eb0f0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86aada0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86aae80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86b7048> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca8669518> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86c59b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86c00f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86c02e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86b7b70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca86dddd8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86dda90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86dd2b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86dd908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca86cebe0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca4fa7240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca501ce10> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ca4fff128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca534ae48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca5031080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca5031128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ca4fd4940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_5ou_a5vf/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 14, "inode": 918059, "dev": 51713, "nlink": 1, "atime": 1726791697.3549302, "mtime": 1726791482.6287777, "ctime": 1726791482.6287777, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "mimetype": "text/plain", "charset": "us-ascii", "version": "3521309722", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8544 1726791697.88258: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/active_profile', 'follow': False, 'get_checksum': True, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8544 1726791697.89286: Sending initial data 8544 1726791697.89293: Sent initial data (140 bytes) 8544 1726791697.92480: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpxup385ol /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source <<< 8544 1726791697.93123: stderr chunk (state=3): >>><<< 8544 1726791697.93131: stdout chunk (state=3): >>><<< 8544 1726791697.93152: _low_level_execute_command(): starting 8544 1726791697.93159: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/ /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source && sleep 0' 8544 1726791697.96789: stderr chunk (state=2): >>><<< 8544 1726791697.96798: stdout chunk (state=2): >>><<< 8544 1726791697.96811: _low_level_execute_command() done: rc=0, stdout=, stderr= 8544 1726791697.96832: variable 'ansible_module_compression' from source: unknown 8544 1726791697.96866: ANSIBALLZ: Using generic lock for ansible.legacy.copy 8544 1726791697.96870: ANSIBALLZ: Acquiring lock 8544 1726791697.96873: ANSIBALLZ: Lock acquired: 140400519102096 8544 1726791697.96875: ANSIBALLZ: Creating module 8544 1726791698.10474: ANSIBALLZ: Writing module into payload 8544 1726791698.10661: ANSIBALLZ: Writing module 8544 1726791698.10683: ANSIBALLZ: Renaming module 8544 1726791698.10693: ANSIBALLZ: Done creating module 8544 1726791698.10706: variable 'ansible_facts' from source: unknown 8544 1726791698.10851: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_copy.py 8544 1726791698.11535: Sending initial data 8544 1726791698.11542: Sent initial data (151 bytes) 8544 1726791698.15391: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpbe2g_54w /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_copy.py <<< 8544 1726791698.16459: stderr chunk (state=3): >>><<< 8544 1726791698.16467: stdout chunk (state=3): >>><<< 8544 1726791698.16488: done transferring module to remote 8544 1726791698.16500: _low_level_execute_command(): starting 8544 1726791698.16506: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/ /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_copy.py && sleep 0' 8544 1726791698.19288: stderr chunk (state=2): >>><<< 8544 1726791698.19296: stdout chunk (state=2): >>><<< 8544 1726791698.19310: _low_level_execute_command() done: rc=0, stdout=, stderr= 8544 1726791698.19315: _low_level_execute_command(): starting 8544 1726791698.19320: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/AnsiballZ_copy.py && sleep 0' 8544 1726791698.22389: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # <<< 8544 1726791698.22793: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2c9e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d25f828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2c99b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d26c630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8544 1726791698.22840: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d273160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8544 1726791698.22877: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8544 1726791698.22903: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2780f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d273748> <<< 8544 1726791698.22926: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d273390> <<< 8544 1726791698.22958: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8544 1726791698.22993: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8544 1726791698.23020: stdout chunk (state=3): >>>import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8544 1726791698.23054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d21d470> <<< 8544 1726791698.23098: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8544 1726791698.23128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d222e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d21db38> <<< 8544 1726791698.23149: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8544 1726791698.23195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8544 1726791698.23293: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2294e0> <<< 8544 1726791698.23332: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d20cd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8544 1726791698.23354: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d20f198> <<< 8544 1726791698.23447: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8544 1726791698.23613: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b51d940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b52f240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d27da20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8544 1726791698.24139: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b49d080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4a82b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89b4a8f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4a8a90> <<< 8544 1726791698.24199: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4b2080> import '_collections' # <<< 8544 1726791698.24241: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4f87b8> <<< 8544 1726791698.24279: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8544 1726791698.24304: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4f8ba8> <<< 8544 1726791698.24366: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ec160> <<< 8544 1726791698.24465: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ece48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4e3438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4d4470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8544 1726791698.24552: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b255278> <<< 8544 1726791698.24632: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b25dcf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ec438> import '_locale' # <<< 8544 1726791698.24698: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b262e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ce2b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791698.24740: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89b2691d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b262f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89b2692e8> <<< 8544 1726791698.24777: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b53dfd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8544 1726791698.24905: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b269dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b2699e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b2746a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8544 1726791698.25541: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b274e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89adfb198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b274780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae00c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b269518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae242e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89ae246a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae2b390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abd5ba8> <<< 8544 1726791698.25608: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abcc2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abc2f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abbae80> <<< 8544 1726791698.25644: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae2bd30> <<< 8544 1726791698.25695: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89abccf60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae24a20> <<< 8544 1726791698.25728: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8544 1726791698.25764: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1dc710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abd0048> <<< 8544 1726791698.25817: stdout chunk (state=3): >>>import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1dca90> <<< 8544 1726791698.25886: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b269860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8544 1726791698.25928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8544 1726791698.25970: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f25c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8544 1726791698.26015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8544 1726791698.26136: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791698.26260: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1f2e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1f64e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1e6b00> <<< 8544 1726791698.26346: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae10358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8544 1726791698.26458: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1f2470> <<< 8544 1726791698.26538: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8991fa908> <<< 8544 1726791698.26611: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8544 1726791698.26660: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8544 1726791698.27749: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.28684: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898ebbac8> import 'atexit' # <<< 8544 1726791698.28710: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8544 1726791698.28740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8544 1726791698.28800: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8544 1726791698.28834: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898ee2278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f204e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f205f8> <<< 8544 1726791698.28862: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8544 1726791698.28890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8544 1726791698.28916: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f20b38> <<< 8544 1726791698.28948: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8544 1726791698.28968: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8544 1726791698.28998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8544 1726791698.29023: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8544 1726791698.29103: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f23160> <<< 8544 1726791698.29133: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f23a90> <<< 8544 1726791698.29162: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898ece0f0> <<< 8544 1726791698.29191: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8544 1726791698.29263: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f210f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f032b0> <<< 8544 1726791698.29586: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898ef84a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8544 1726791698.29614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89921efd0> <<< 8544 1726791698.29639: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f0c320> <<< 8544 1726791698.29668: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f0c438> <<< 8544 1726791698.29696: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8544 1726791698.29718: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8544 1726791698.29739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8544 1726791698.29768: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8544 1726791698.29788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791698.29826: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f99eb8> <<< 8544 1726791698.29906: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8544 1726791698.29936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f9fe48> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f8d2e8> <<< 8544 1726791698.29964: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f8db00> <<< 8544 1726791698.30166: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f177f0> <<< 8544 1726791698.30211: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8544 1726791698.30286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8544 1726791698.30344: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898fbfe48> <<< 8544 1726791698.30402: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f8d160> <<< 8544 1726791698.30561: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f4dd68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f4de48> <<< 8544 1726791698.30615: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f4dfd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f0c588> <<< 8544 1726791698.30655: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8544 1726791698.30677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8544 1726791698.30718: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f689b0> <<< 8544 1726791698.30878: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f630f0> <<< 8544 1726791698.30980: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f632e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f5ab70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8544 1726791698.31066: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.31143: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8544 1726791698.31233: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.31326: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py <<< 8544 1726791698.31373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8544 1726791698.31410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f81dd8> <<< 8544 1726791698.31464: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f81a90> <<< 8544 1726791698.31495: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f812b0> <<< 8544 1726791698.31530: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8544 1726791698.31580: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f81908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f71be0> # zipimport: zlib available <<< 8544 1726791698.32112: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.32559: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8544 1726791698.32599: stdout chunk (state=3): >>># zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8544 1726791698.32653: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8544 1726791698.32816: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.32872: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8544 1726791698.32940: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89584b6a0> # zipimport: zlib available <<< 8544 1726791698.33246: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.33591: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.33634: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.33696: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8544 1726791698.33728: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.33753: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py <<< 8544 1726791698.33778: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.33816: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34053: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8544 1726791698.34167: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34319: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8544 1726791698.34444: stdout chunk (state=3): >>>import '_ast' # <<< 8544 1726791698.34467: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958bfdd8> # zipimport: zlib available <<< 8544 1726791698.34495: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8544 1726791698.34551: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34637: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 8544 1726791698.34666: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34704: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8544 1726791698.34733: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34763: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34809: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.34865: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8544 1726791698.35068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8544 1726791698.35138: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8958a1128> <<< 8544 1726791698.35187: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd895bede48> <<< 8544 1726791698.35212: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8544 1726791698.35266: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.35331: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8544 1726791698.35376: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.35649: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.35924: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8544 1726791698.35951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8544 1726791698.35960: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8544 1726791698.35977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8544 1726791698.36101: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958d3080> <<< 8544 1726791698.36141: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8544 1726791698.36240: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958d3128> <<< 8544 1726791698.36283: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd895c06940> <<< 8544 1726791698.36338: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py <<< 8544 1726791698.36349: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8544 1726791698.36371: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.36391: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py <<< 8544 1726791698.36402: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8544 1726791698.36421: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.36429: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py <<< 8544 1726791698.36525: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py <<< 8544 1726791698.36557: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8544 1726791698.36882: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.37304: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' <<< 8544 1726791698.37334: stdout chunk (state=3): >>>import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958e1fd0> <<< 8544 1726791698.37419: stdout chunk (state=3): >>># zipimport: zlib available <<< 8544 1726791698.37583: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd895519128> <<< 8544 1726791698.38280: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source", "_original_basename": "tmpxup385ol", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8544 1726791698.38316: stdout chunk (state=3): >>># destroy __main__ <<< 8544 1726791698.38631: stdout chunk (state=3): >>># clear builtins._ # clear sys.path <<< 8544 1726791698.38674: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re <<< 8544 1726791698.38728: stdout chunk (state=3): >>># cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections <<< 8544 1726791698.38761: stdout chunk (state=3): >>># 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale <<< 8544 1726791698.38793: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8544 1726791698.38936: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8544 1726791698.38973: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8544 1726791698.39014: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8544 1726791698.39047: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid <<< 8544 1726791698.39083: stdout chunk (state=3): >>># destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8544 1726791698.39116: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8544 1726791698.39132: stdout chunk (state=3): >>># destroy selinux <<< 8544 1726791698.39147: stdout chunk (state=3): >>># destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8544 1726791698.39181: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external <<< 8544 1726791698.39198: stdout chunk (state=3): >>># cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix <<< 8544 1726791698.39223: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8544 1726791698.39237: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re <<< 8544 1726791698.39253: stdout chunk (state=3): >>># destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale <<< 8544 1726791698.39270: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8544 1726791698.39288: stdout chunk (state=3): >>># cleanup[3] wiping pwd <<< 8544 1726791698.39304: stdout chunk (state=3): >>># destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading <<< 8544 1726791698.39319: stdout chunk (state=3): >>># cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8544 1726791698.39337: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8544 1726791698.39458: stdout chunk (state=3): >>># destroy posixpath <<< 8544 1726791698.39626: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8544 1726791698.39992: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8544 1726791698.39999: stdout chunk (state=3): >>><<< 8544 1726791698.40011: stderr chunk (state=3): >>><<< 8544 1726791698.40057: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2c9e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d25f828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2c99b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d26c630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d273160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2780f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d273748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d273390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d21d470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d222e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d21db38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d2294e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d20cd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d20f198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b51d940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b52f240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d27da20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b49d080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4a82b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89b4a8f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4a8a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4b2080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4f87b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4f8ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ec160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ece48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4e3438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4d4470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b255278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b25dcf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ec438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b262e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b4ce2b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89b2691d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b262f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89b2692e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b53dfd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b269dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b2699e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b2746a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b274e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89adfb198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b274780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae00c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b269518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae242e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89ae246a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae2b390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abd5ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abcc2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abc2f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abbae80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae2bd30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89abccf60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae24a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1dc710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89abd0048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1dca90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89b269860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f25c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1f2e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1f64e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd89d1f6240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1e6b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89ae10358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89d1f2470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8991fa908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898ebbac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898ee2278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f204e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f205f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f20b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f23160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f23a90> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898ece0f0> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f210f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f032b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898ef84a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89921efd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f0c320> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f0c438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f99eb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f9fe48> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f8d2e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f8db00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f177f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898fbfe48> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f8d160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f4dd68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f4de48> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f4dfd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f0c588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f689b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f630f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f632e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f5ab70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd898f81dd8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f81a90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f812b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f81908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd898f71be0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd89584b6a0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958bfdd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd8958a1128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd895bede48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958d3080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958d3128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd895c06940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_n3j21mna/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd8958e1fd0> # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd895519128> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source", "_original_basename": "tmpxup385ol", "follow": false, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re 8544 1726791698.40159: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source', '_original_basename': 'tmpxup385ol', 'follow': False, 'checksum': 'a79569d3860cb6a066e0e92c8b22ffd0e8796bfd', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8544 1726791698.40175: _low_level_execute_command(): starting 8544 1726791698.40181: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/ > /dev/null 2>&1 && sleep 0' 8544 1726791698.42839: stderr chunk (state=2): >>><<< 8544 1726791698.42848: stdout chunk (state=2): >>><<< 8544 1726791698.42862: _low_level_execute_command() done: rc=0, stdout=, stderr= 8544 1726791698.42870: handler run complete 8544 1726791698.42892: attempt loop complete, returning result 8544 1726791698.42896: _execute() done 8544 1726791698.42900: dumping result to json 8544 1726791698.42906: done dumping result, returning 8544 1726791698.42913: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile [029c2e81-ca9f-66d5-1a1d-00000000014c] 8544 1726791698.42919: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014c 8544 1726791698.42950: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014c 8544 1726791698.42954: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "8d80fe3f09ba4b9ac8d7fd5e8541a324", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 30, "src": "/root/.ansible/tmp/ansible-tmp-1726791697.5694947-8544-231574797949842/source", "state": "file", "uid": 0 } 8186 1726791698.43257: no more pending results, returning what we have 8186 1726791698.43259: results queue empty 8186 1726791698.43260: checking for any_errors_fatal 8186 1726791698.43262: done checking for any_errors_fatal 8186 1726791698.43263: checking for max_fail_percentage 8186 1726791698.43264: done checking for max_fail_percentage 8186 1726791698.43264: checking to see if all hosts have failed and the running result is not ok 8186 1726791698.43265: done checking to see if all hosts have failed 8186 1726791698.43265: getting the remaining hosts for this loop 8186 1726791698.43266: done getting the remaining hosts for this loop 8186 1726791698.43268: getting the next task for host managed_node1 8186 1726791698.43272: done getting next task for host managed_node1 8186 1726791698.43275: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8186 1726791698.43277: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791698.43283: getting variables 8186 1726791698.43287: in VariableManager get_vars() 8186 1726791698.43314: Calling all_inventory to load vars for managed_node1 8186 1726791698.43316: Calling groups_inventory to load vars for managed_node1 8186 1726791698.43317: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791698.43324: Calling all_plugins_play to load vars for managed_node1 8186 1726791698.43325: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791698.43327: Calling groups_plugins_play to load vars for managed_node1 8186 1726791698.43454: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791698.43579: done with get_vars() 8186 1726791698.43589: done getting variables 8186 1726791698.43631: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set profile_mode to manual] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 Thursday 19 September 2024 20:21:38 -0400 (0:00:00.913) 0:00:14.815 **** 8186 1726791698.43652: entering _queue_task() for managed_node1/copy 8186 1726791698.43814: worker is 1 (out of 1 available) 8186 1726791698.43830: exiting _queue_task() for managed_node1/copy 8186 1726791698.43843: done queuing things up, now waiting for results queue to drain 8186 1726791698.43846: waiting for pending results... 8586 1726791698.44025: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual 8586 1726791698.44152: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000014d 8586 1726791698.44168: variable 'ansible_search_path' from source: unknown 8586 1726791698.44174: variable 'ansible_search_path' from source: unknown 8586 1726791698.44203: calling self._execute() 8586 1726791698.44260: variable 'ansible_host' from source: host vars for 'managed_node1' 8586 1726791698.44268: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8586 1726791698.44279: variable 'omit' from source: magic vars 8586 1726791698.44353: variable 'omit' from source: magic vars 8586 1726791698.44393: variable 'omit' from source: magic vars 8586 1726791698.44415: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8586 1726791698.44736: variable '__kernel_settings_tuned_profile_mode' from source: role '' all vars 8586 1726791698.44840: variable '__kernel_settings_tuned_dir' from source: role '' all vars 8586 1726791698.44873: variable 'omit' from source: magic vars 8586 1726791698.44915: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8586 1726791698.44941: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8586 1726791698.44960: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8586 1726791698.44976: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8586 1726791698.45021: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8586 1726791698.45047: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8586 1726791698.45052: variable 'ansible_host' from source: host vars for 'managed_node1' 8586 1726791698.45055: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8586 1726791698.45204: Set connection var ansible_shell_executable to /bin/sh 8586 1726791698.45218: Set connection var ansible_pipelining to False 8586 1726791698.45243: Set connection var ansible_module_compression to ZIP_DEFLATED 8586 1726791698.45249: Set connection var ansible_connection to ssh 8586 1726791698.45262: Set connection var ansible_timeout to 10 8586 1726791698.45267: Set connection var ansible_shell_type to sh 8586 1726791698.45295: variable 'ansible_shell_executable' from source: unknown 8586 1726791698.45308: variable 'ansible_connection' from source: unknown 8586 1726791698.45316: variable 'ansible_module_compression' from source: unknown 8586 1726791698.45324: variable 'ansible_shell_type' from source: unknown 8586 1726791698.45333: variable 'ansible_shell_executable' from source: unknown 8586 1726791698.45337: variable 'ansible_host' from source: host vars for 'managed_node1' 8586 1726791698.45344: variable 'ansible_pipelining' from source: unknown 8586 1726791698.45359: variable 'ansible_timeout' from source: unknown 8586 1726791698.45364: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8586 1726791698.45612: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8586 1726791698.45637: variable 'omit' from source: magic vars 8586 1726791698.45653: starting attempt loop 8586 1726791698.45658: running the handler 8586 1726791698.45687: _low_level_execute_command(): starting 8586 1726791698.45708: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8586 1726791698.48605: stdout chunk (state=2): >>>/root <<< 8586 1726791698.48736: stderr chunk (state=3): >>><<< 8586 1726791698.48750: stdout chunk (state=3): >>><<< 8586 1726791698.48779: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8586 1726791698.48805: _low_level_execute_command(): starting 8586 1726791698.48820: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970 `" && echo ansible-tmp-1726791698.4879684-8586-185037096680970="` echo /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970 `" ) && sleep 0' 8586 1726791698.51405: stdout chunk (state=2): >>>ansible-tmp-1726791698.4879684-8586-185037096680970=/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970 <<< 8586 1726791698.51520: stderr chunk (state=3): >>><<< 8586 1726791698.51530: stdout chunk (state=3): >>><<< 8586 1726791698.51544: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791698.4879684-8586-185037096680970=/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970 , stderr= 8586 1726791698.51619: variable 'ansible_module_compression' from source: unknown 8586 1726791698.51661: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8586 1726791698.51701: variable 'ansible_facts' from source: unknown 8586 1726791698.51816: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_stat.py 8586 1726791698.52465: Sending initial data 8586 1726791698.52477: Sent initial data (151 bytes) 8586 1726791698.55459: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpsdjc8duc /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_stat.py <<< 8586 1726791698.56972: stderr chunk (state=3): >>><<< 8586 1726791698.56979: stdout chunk (state=3): >>><<< 8586 1726791698.57001: done transferring module to remote 8586 1726791698.57019: _low_level_execute_command(): starting 8586 1726791698.57025: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/ /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_stat.py && sleep 0' 8586 1726791698.59573: stderr chunk (state=2): >>><<< 8586 1726791698.59580: stdout chunk (state=2): >>><<< 8586 1726791698.59598: _low_level_execute_command() done: rc=0, stdout=, stderr= 8586 1726791698.59605: _low_level_execute_command(): starting 8586 1726791698.59612: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_stat.py && sleep 0' 8586 1726791698.62805: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8586 1726791698.62817: stdout chunk (state=3): >>>import '_warnings' # <<< 8586 1726791698.62828: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8586 1726791698.62881: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8586 1726791698.62907: stdout chunk (state=3): >>>import '_io' # <<< 8586 1726791698.62921: stdout chunk (state=3): >>>import 'marshal' # <<< 8586 1726791698.62950: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') <<< 8586 1726791698.62960: stdout chunk (state=3): >>>import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8586 1726791698.62987: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8586 1726791698.63019: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.63041: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8586 1726791698.63063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8586 1726791698.63082: stdout chunk (state=3): >>>import '_codecs' # <<< 8586 1726791698.63099: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62d3e48> <<< 8586 1726791698.63129: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8586 1726791698.63136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8586 1726791698.63151: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6269828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62d39b0> <<< 8586 1726791698.63178: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6276630> <<< 8586 1726791698.63202: stdout chunk (state=3): >>>import '_signal' # <<< 8586 1726791698.63220: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py <<< 8586 1726791698.63233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e627d160> <<< 8586 1726791698.63255: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8586 1726791698.63279: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8586 1726791698.63304: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8586 1726791698.63321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8586 1726791698.63333: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62820f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e627d748> <<< 8586 1726791698.63364: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e627d390> <<< 8586 1726791698.63387: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8586 1726791698.63405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8586 1726791698.63421: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8586 1726791698.63438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8586 1726791698.63447: stdout chunk (state=3): >>>import 'errno' # <<< 8586 1726791698.63465: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8586 1726791698.63476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8586 1726791698.63495: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6227470> <<< 8586 1726791698.63525: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8586 1726791698.63553: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e622ce48> <<< 8586 1726791698.63563: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6227b38> <<< 8586 1726791698.63589: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8586 1726791698.63621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8586 1726791698.63727: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62334e0> <<< 8586 1726791698.63753: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6216d68> <<< 8586 1726791698.63765: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8586 1726791698.63778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6219198> <<< 8586 1726791698.63842: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4527940> <<< 8586 1726791698.63885: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4539240> <<< 8586 1726791698.63970: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6287a20> <<< 8586 1726791698.63989: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8586 1726791698.64206: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8586 1726791698.64221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8586 1726791698.64233: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8586 1726791698.64258: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8586 1726791698.64290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8586 1726791698.64307: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8586 1726791698.64332: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8586 1726791698.64387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # <<< 8586 1726791698.64423: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8586 1726791698.64445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.64465: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8586 1726791698.64477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8586 1726791698.64499: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44a7080> <<< 8586 1726791698.64523: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44b22b0> <<< 8586 1726791698.64552: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8586 1726791698.64586: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e44b2f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44b2a90> <<< 8586 1726791698.64600: stdout chunk (state=3): >>>import 'itertools' # <<< 8586 1726791698.64615: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8586 1726791698.64641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44bc080> import '_collections' # <<< 8586 1726791698.64690: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e45027b8> <<< 8586 1726791698.64710: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8586 1726791698.64718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8586 1726791698.64756: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4502ba8> <<< 8586 1726791698.64804: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44f6160> <<< 8586 1726791698.64829: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8586 1726791698.64843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44f6e48> <<< 8586 1726791698.64849: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44ed438> <<< 8586 1726791698.64887: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44de470> <<< 8586 1726791698.64905: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8586 1726791698.64918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8586 1726791698.64938: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8586 1726791698.64953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8586 1726791698.64978: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8586 1726791698.65006: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e425f2b0> <<< 8586 1726791698.65036: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4267d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44f60b8> import '_locale' # <<< 8586 1726791698.65113: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e426ce48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44d82b0> <<< 8586 1726791698.65127: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8586 1726791698.65158: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e4273208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e426cfd0> <<< 8586 1726791698.65188: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e4273320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4547fd0> <<< 8586 1726791698.65206: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8586 1726791698.65216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8586 1726791698.65231: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8586 1726791698.65245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8586 1726791698.65277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273e10> <<< 8586 1726791698.65293: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273a20> <<< 8586 1726791698.65308: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e427e6d8> <<< 8586 1726791698.65343: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8586 1726791698.65362: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8586 1726791698.65370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8586 1726791698.65418: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e427eeb8> <<< 8586 1726791698.65440: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8586 1726791698.65451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8586 1726791698.65480: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e051d0> <<< 8586 1726791698.65498: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e427e7b8> <<< 8586 1726791698.65512: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8586 1726791698.65525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8586 1726791698.65572: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e09cc0> <<< 8586 1726791698.65583: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273550> <<< 8586 1726791698.65603: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8586 1726791698.65619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8586 1726791698.65631: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8586 1726791698.65662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e2e320> <<< 8586 1726791698.65678: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e3e2e6d8> <<< 8586 1726791698.65688: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8586 1726791698.65719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8586 1726791698.65741: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e353c8> <<< 8586 1726791698.65767: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8586 1726791698.65776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8586 1726791698.65796: stdout chunk (state=3): >>>import 'time' # <<< 8586 1726791698.65811: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8586 1726791698.65838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8586 1726791698.65851: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8586 1726791698.65860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8586 1726791698.65871: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8586 1726791698.65905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8586 1726791698.65925: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py <<< 8586 1726791698.65939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bdfbe0> <<< 8586 1726791698.66046: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bd2320> <<< 8586 1726791698.66059: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bccfd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bc4eb8> <<< 8586 1726791698.66094: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e35d68> <<< 8586 1726791698.66115: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.66125: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e3bd2f98> <<< 8586 1726791698.66133: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e2ea58> <<< 8586 1726791698.66154: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8586 1726791698.66165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8586 1726791698.66199: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e61e66d8> <<< 8586 1726791698.66222: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bda080> import 'pwd' # <<< 8586 1726791698.66244: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e61e6a58> <<< 8586 1726791698.66300: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273898> <<< 8586 1726791698.66319: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8586 1726791698.66333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8586 1726791698.66349: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8586 1726791698.66369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8586 1726791698.66390: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.66399: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e61fc588> <<< 8586 1726791698.66404: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8586 1726791698.66419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8586 1726791698.66547: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.66557: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e62005f8> <<< 8586 1726791698.66578: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200ac8> <<< 8586 1726791698.66608: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200be0> <<< 8586 1726791698.66631: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e61fcdd8> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8586 1726791698.66662: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200f28> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62004a8> <<< 8586 1726791698.66670: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.66694: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200208> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e61f0ac8> <<< 8586 1726791698.66725: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e1a390> <<< 8586 1726791698.66735: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8586 1726791698.66814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e61fc438> <<< 8586 1726791698.66933: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8586 1726791698.66954: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e22048d0> <<< 8586 1726791698.67014: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip' <<< 8586 1726791698.67043: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py <<< 8586 1726791698.67062: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8586 1726791698.67083: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8586 1726791698.68168: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.69098: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1ec5a90> <<< 8586 1726791698.69115: stdout chunk (state=3): >>>import 'atexit' # <<< 8586 1726791698.69123: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8586 1726791698.69160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8586 1726791698.69218: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.69230: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1eec240> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2a4a8> <<< 8586 1726791698.69253: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.69261: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f2a5c0> <<< 8586 1726791698.69276: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8586 1726791698.69305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8586 1726791698.69339: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2ab00> <<< 8586 1726791698.69353: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8586 1726791698.69373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8586 1726791698.69390: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8586 1726791698.69428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8586 1726791698.69463: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8586 1726791698.69521: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2d128> <<< 8586 1726791698.69563: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1ed8358> <<< 8586 1726791698.69580: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.69598: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1ed8e10> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8586 1726791698.69607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8586 1726791698.69671: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2b0f0> <<< 8586 1726791698.69680: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f0d278> <<< 8586 1726791698.69982: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f02470> <<< 8586 1726791698.70004: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8586 1726791698.70026: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e2228fd0> <<< 8586 1726791698.70058: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f162e8> <<< 8586 1726791698.70085: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f16400> <<< 8586 1726791698.70117: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8586 1726791698.70127: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8586 1726791698.70153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8586 1726791698.70173: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8586 1726791698.70191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.70228: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.70238: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1fa3e80> <<< 8586 1726791698.70340: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1fa9dd8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f972b0> <<< 8586 1726791698.70366: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' <<< 8586 1726791698.70391: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f97ac8> <<< 8586 1726791698.70558: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f217b8> <<< 8586 1726791698.70592: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8586 1726791698.70620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.70641: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8586 1726791698.70648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8586 1726791698.70664: stdout chunk (state=3): >>>import '_string' # <<< 8586 1726791698.70738: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1fc9e10> <<< 8586 1726791698.70792: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f97128> <<< 8586 1726791698.70916: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.70928: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f57cc0> <<< 8586 1726791698.70966: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f57e48> <<< 8586 1726791698.70994: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.71006: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f57f28> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f16550> <<< 8586 1726791698.71033: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8586 1726791698.71062: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8586 1726791698.71108: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.71123: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f74908> <<< 8586 1726791698.71273: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f6d048> <<< 8586 1726791698.71305: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f6d240> <<< 8586 1726791698.71318: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f64ac8> <<< 8586 1726791698.71347: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8586 1726791698.71427: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.71492: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8586 1726791698.71514: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8586 1726791698.71612: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.71712: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py <<< 8586 1726791698.71728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.71744: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8586 1726791698.71759: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8586 1726791698.71769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8586 1726791698.71786: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.71808: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f8dd30> <<< 8586 1726791698.71838: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f8d9e8> <<< 8586 1726791698.71873: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f8d208> <<< 8586 1726791698.71887: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8586 1726791698.71903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8586 1726791698.71933: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f8d860> <<< 8586 1726791698.71943: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f7ba90> # zipimport: zlib available <<< 8586 1726791698.72407: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.72867: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py <<< 8586 1726791698.72882: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8586 1726791698.72895: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 8586 1726791698.72912: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 8586 1726791698.72920: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.72944: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.72969: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors <<< 8586 1726791698.72979: stdout chunk (state=3): >>>import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8586 1726791698.73000: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py <<< 8586 1726791698.73011: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.73119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.73235: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8586 1726791698.73243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8586 1726791698.73267: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de855470> # zipimport: zlib available <<< 8586 1726791698.73633: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.73984: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74034: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74089: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py <<< 8586 1726791698.74099: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74121: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74151: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8586 1726791698.74214: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74284: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 8586 1726791698.74300: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8586 1726791698.74312: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8586 1726791698.74341: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74367: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8586 1726791698.74383: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74535: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74716: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8586 1726791698.74834: stdout chunk (state=3): >>>import '_ast' # <<< 8586 1726791698.74842: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8c9d30> <<< 8586 1726791698.74860: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74866: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74887: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8586 1726791698.74943: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.74994: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8586 1726791698.75008: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py <<< 8586 1726791698.75025: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8586 1726791698.75032: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75091: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 8586 1726791698.75100: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75126: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75161: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75197: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75261: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8586 1726791698.75405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.75500: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42de8ac0b8> <<< 8586 1726791698.75563: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42debf8dd8> <<< 8586 1726791698.75601: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8586 1726791698.75649: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75694: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75716: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.75746: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.76047: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.76356: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8586 1726791698.76389: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8586 1726791698.76531: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8c2fd0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8586 1726791698.76631: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8de0b8> <<< 8586 1726791698.76675: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8818d0> <<< 8586 1726791698.76733: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py <<< 8586 1726791698.76742: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8586 1726791698.76761: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.76789: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8586 1726791698.76812: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.76825: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8586 1726791698.76933: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 8586 1726791698.76969: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8586 1726791698.77062: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.77224: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791698.77389: stdout chunk (state=3): >>>import 'gc' # <<< 8586 1726791698.78327: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 5, "inode": 917923, "dev": 51713, "nlink": 1, "atime": 1726791482.3377776, "mtime": 1726791482.6287777, "ctime": 1726791482.6287777, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3852760320", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8586 1726791698.78415: stdout chunk (state=3): >>># destroy __main__ <<< 8586 1726791698.78668: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path<<< 8586 1726791698.78696: stdout chunk (state=3): >>> # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset <<< 8586 1726791698.79540: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8586 1726791698.79552: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 8586 1726791698.79588: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8586 1726791698.79670: stdout chunk (state=3): >>># destroy posixpath <<< 8586 1726791698.79699: stdout chunk (state=3): >>># destroy stat <<< 8586 1726791698.79709: stdout chunk (state=3): >>># destroy _signal # destroy _functools # destroy _sre # destroy sre_parse <<< 8586 1726791698.79730: stdout chunk (state=3): >>># destroy _heapq # destroy select <<< 8586 1726791698.79766: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random <<< 8586 1726791698.79777: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8586 1726791698.79803: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator <<< 8586 1726791698.79813: stdout chunk (state=3): >>># destroy re <<< 8586 1726791698.80059: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8586 1726791698.80104: stderr chunk (state=3): >>><<< 8586 1726791698.80110: stdout chunk (state=3): >>><<< 8586 1726791698.80153: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62d3e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6269828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62d39b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6276630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e627d160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62820f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e627d748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e627d390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6227470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e622ce48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6227b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62334e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6216d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6219198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4527940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4539240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e6287a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44a7080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44b22b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e44b2f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44b2a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44bc080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e45027b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4502ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44f6160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44f6e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44ed438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44de470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e425f2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4267d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44f60b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e426ce48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e44d82b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e4273208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e426cfd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e4273320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4547fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273a20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e427e6d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e427eeb8> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e051d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e427e7b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e09cc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e2e320> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e3e2e6d8> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e353c8> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bdfbe0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bd2320> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bccfd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bc4eb8> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e35d68> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e3bd2f98> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e2ea58> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e61e66d8> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3bda080> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e61e6a58> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e4273898> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e61fc588> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e62005f8> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200ac8> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e61fcdd8> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200f28> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e62004a8> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e6200208> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e61f0ac8> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e3e1a390> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e61fc438> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e22048d0> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1ec5a90> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1eec240> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2a4a8> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f2a5c0> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2ab00> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2d128> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1ed8358> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1ed8e10> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f2b0f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f0d278> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f02470> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e2228fd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f162e8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f16400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1fa3e80> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1fa9dd8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f972b0> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f97ac8> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f217b8> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1fc9e10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f97128> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f57cc0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f57e48> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f57f28> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f16550> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f74908> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f6d048> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f6d240> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f64ac8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42e1f8dd30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f8d9e8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f8d208> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f8d860> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42e1f7ba90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de855470> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8c9d30> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f42de8ac0b8> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42debf8dd8> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8c2fd0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8de0b8> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f42de8818d0> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_uc47hphd/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 5, "inode": 917923, "dev": 51713, "nlink": 1, "atime": 1726791482.3377776, "mtime": 1726791482.6287777, "ctime": 1726791482.6287777, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "mimetype": "text/plain", "charset": "us-ascii", "version": "3852760320", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8586 1726791698.80274: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8586 1726791698.80549: Sending initial data 8586 1726791698.80557: Sent initial data (140 bytes) 8586 1726791698.83012: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmps7usaa9u /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source <<< 8586 1726791698.84389: stderr chunk (state=3): >>><<< 8586 1726791698.84397: stdout chunk (state=3): >>><<< 8586 1726791698.84419: _low_level_execute_command(): starting 8586 1726791698.84426: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/ /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source && sleep 0' 8586 1726791698.86932: stderr chunk (state=2): >>><<< 8586 1726791698.86939: stdout chunk (state=2): >>><<< 8586 1726791698.86951: _low_level_execute_command() done: rc=0, stdout=, stderr= 8586 1726791698.86973: variable 'ansible_module_compression' from source: unknown 8586 1726791698.87010: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8586 1726791698.87027: variable 'ansible_facts' from source: unknown 8586 1726791698.87079: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_copy.py 8586 1726791698.87159: Sending initial data 8586 1726791698.87166: Sent initial data (151 bytes) 8586 1726791698.89630: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpdet2tu67 /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_copy.py <<< 8586 1726791698.90694: stderr chunk (state=3): >>><<< 8586 1726791698.90700: stdout chunk (state=3): >>><<< 8586 1726791698.90719: done transferring module to remote 8586 1726791698.90730: _low_level_execute_command(): starting 8586 1726791698.90735: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/ /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_copy.py && sleep 0' 8586 1726791698.93189: stderr chunk (state=2): >>><<< 8586 1726791698.93197: stdout chunk (state=2): >>><<< 8586 1726791698.93211: _low_level_execute_command() done: rc=0, stdout=, stderr= 8586 1726791698.93216: _low_level_execute_command(): starting 8586 1726791698.93220: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/AnsiballZ_copy.py && sleep 0' 8586 1726791698.96799: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c62e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bf8828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c629b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c05630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c0c160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c110f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c0c748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c0c390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bb6470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bbbe48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bb6b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8586 1726791698.96905: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bc24e0> <<< 8586 1726791698.96929: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789ba5d68> <<< 8586 1726791698.96949: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8586 1726791698.96963: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789ba8198> <<< 8586 1726791698.96997: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8586 1726791698.97015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8586 1726791698.97037: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787eb6940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8586 1726791698.97062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787ec8240> <<< 8586 1726791698.97145: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c16a20> <<< 8586 1726791698.97162: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8586 1726791698.97385: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8586 1726791698.97410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8586 1726791698.97439: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8586 1726791698.97467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8586 1726791698.97483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8586 1726791698.97506: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8586 1726791698.97557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8586 1726791698.97582: stdout chunk (state=3): >>>import '_functools' # <<< 8586 1726791698.97599: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8586 1726791698.97623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.97642: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8586 1726791698.97667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # <<< 8586 1726791698.97694: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e36080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e412b0> <<< 8586 1726791698.97718: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8586 1726791698.97742: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.97770: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787e41f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e41a90> import 'itertools' # <<< 8586 1726791698.97799: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e4b080> <<< 8586 1726791698.97820: stdout chunk (state=3): >>>import '_collections' # <<< 8586 1726791698.97861: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e917b8> <<< 8586 1726791698.97890: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8586 1726791698.97930: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e91ba8> <<< 8586 1726791698.97984: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e85160> <<< 8586 1726791698.98014: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' <<< 8586 1726791698.98036: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e85e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e7c438> <<< 8586 1726791698.98070: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e6d470> <<< 8586 1726791698.98092: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8586 1726791698.98125: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8586 1726791698.98148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py <<< 8586 1726791698.98168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8586 1726791698.98190: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bee2b0> <<< 8586 1726791698.98213: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bf6d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e850b8> <<< 8586 1726791698.98241: stdout chunk (state=3): >>>import '_locale' # <<< 8586 1726791698.98275: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8586 1726791698.98299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bfbe48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e672b0> <<< 8586 1726791698.98320: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8586 1726791698.98352: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787c02208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bfbfd0> <<< 8586 1726791698.98377: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787c02320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787ed6fd0> <<< 8586 1726791698.98402: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8586 1726791698.98427: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791698.98455: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8586 1726791698.98480: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02a20> <<< 8586 1726791698.98505: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c0d6d8> <<< 8586 1726791698.98521: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8586 1726791698.98543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8586 1726791698.98572: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8586 1726791698.98608: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c0deb8> <<< 8586 1726791698.98632: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8586 1726791698.98677: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787794198> <<< 8586 1726791698.98697: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c0d7b8> <<< 8586 1726791698.98718: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8586 1726791698.98766: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787799c88> <<< 8586 1726791698.98795: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8586 1726791698.98816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8586 1726791698.98836: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877bd2e8> <<< 8586 1726791698.98859: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.98881: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07877bd6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8586 1726791698.98906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8586 1726791698.98932: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877c4390> <<< 8586 1726791698.98959: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8586 1726791698.98979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8586 1726791698.99007: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8586 1726791698.99030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8586 1726791698.99048: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8586 1726791698.99068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8586 1726791698.99099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8586 1726791698.99129: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078756eba8> <<< 8586 1726791698.99247: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07875652e8> <<< 8586 1726791698.99273: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078755bf98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787553e80> <<< 8586 1726791698.99291: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877c4d30> <<< 8586 1726791698.99317: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787565f60> <<< 8586 1726791698.99342: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877bda20> <<< 8586 1726791698.99357: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8586 1726791698.99378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8586 1726791698.99399: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.99420: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b75710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787569048> import 'pwd' # <<< 8586 1726791698.99451: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b75a90> <<< 8586 1726791698.99501: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02898> <<< 8586 1726791698.99523: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8586 1726791698.99539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8586 1726791698.99564: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8586 1726791698.99589: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.99613: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8b5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8586 1726791698.99752: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8f630> <<< 8586 1726791698.99780: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.99809: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8fb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791698.99831: stdout chunk (state=3): >>># extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8fc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b8be10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8586 1726791698.99852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8586 1726791698.99875: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8ff60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b8f4e0> <<< 8586 1726791698.99904: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8f240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b7fb00> <<< 8586 1726791698.99930: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877a9358> <<< 8586 1726791698.99949: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8586 1726791698.99986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8586 1726791699.00023: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b8b470> <<< 8586 1726791699.00151: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8586 1726791699.00175: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785b93908> <<< 8586 1726791699.00228: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip' <<< 8586 1726791699.00256: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8586 1726791699.00279: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8586 1726791699.00302: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8586 1726791699.01381: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.02534: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785854ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078587b278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858b94e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858b95f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8586 1726791699.02554: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858b9b38> <<< 8586 1726791699.02578: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8586 1726791699.02603: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8586 1726791699.02625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8586 1726791699.02654: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8586 1726791699.02724: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858bc160> <<< 8586 1726791699.02762: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0785867390> <<< 8586 1726791699.02790: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0785867e48> <<< 8586 1726791699.02815: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8586 1726791699.02878: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858ba128> <<< 8586 1726791699.02901: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078589c2b0> <<< 8586 1726791699.03191: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858914a8> <<< 8586 1726791699.03211: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8586 1726791699.03235: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785bb7f98> <<< 8586 1726791699.03258: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.03278: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078587b0b8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py <<< 8586 1726791699.03303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858a5438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8586 1726791699.03329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8586 1726791699.03341: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8586 1726791699.03364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8586 1726791699.03384: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8586 1726791699.03404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791699.03439: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.03456: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0785932eb8> <<< 8586 1726791699.03526: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8586 1726791699.03543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785938e80> <<< 8586 1726791699.03556: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07859262e8> <<< 8586 1726791699.03577: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' <<< 8586 1726791699.03594: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785926b00> <<< 8586 1726791699.03776: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858b07f0> <<< 8586 1726791699.03808: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8586 1726791699.03837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791699.03860: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8586 1726791699.03873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8586 1726791699.03889: stdout chunk (state=3): >>>import '_string' # <<< 8586 1726791699.03957: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785957eb8> <<< 8586 1726791699.04012: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785926160> <<< 8586 1726791699.04131: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.04148: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858e6d68> <<< 8586 1726791699.04172: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858e6ef0> <<< 8586 1726791699.04205: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.04215: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858e6fd0> <<< 8586 1726791699.04230: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858a5588> <<< 8586 1726791699.04241: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py <<< 8586 1726791699.04254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8586 1726791699.04268: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8586 1726791699.04288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8586 1726791699.04321: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.04336: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07859019b0> <<< 8586 1726791699.04490: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858fc0f0> <<< 8586 1726791699.04520: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858fc2e8> <<< 8586 1726791699.04532: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858f3b70> # zipimport: zlib available <<< 8586 1726791699.04551: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py <<< 8586 1726791699.04566: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.04631: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.04706: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py <<< 8586 1726791699.04729: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8586 1726791699.04739: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.04829: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.04931: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791699.04956: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8586 1726791699.04982: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8586 1726791699.05009: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.05017: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078591add8> <<< 8586 1726791699.05058: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078591aa90> <<< 8586 1726791699.05097: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078591a2b0> <<< 8586 1726791699.05111: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8586 1726791699.05120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8586 1726791699.05155: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078591a908> <<< 8586 1726791699.05168: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078590abe0> # zipimport: zlib available <<< 8586 1726791699.05705: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.06079: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py <<< 8586 1726791699.06098: 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 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py <<< 8586 1726791699.06126: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py <<< 8586 1726791699.06134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.06155: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.06191: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8586 1726791699.06279: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8586 1726791699.06330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.06499: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07821e3be0> # zipimport: zlib available <<< 8586 1726791699.06834: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07194: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07237: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07297: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8586 1726791699.07330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07355: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py <<< 8586 1726791699.07366: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07420: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07492: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8586 1726791699.07517: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py <<< 8586 1726791699.07525: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07546: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07578: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8586 1726791699.07745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.07911: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8586 1726791699.07921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8586 1726791699.08033: stdout chunk (state=3): >>>import '_ast' # <<< 8586 1726791699.08049: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0782258d68> <<< 8586 1726791699.08057: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08079: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08093: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8586 1726791699.08102: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08204: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py <<< 8586 1726791699.08217: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py <<< 8586 1726791699.08229: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8586 1726791699.08238: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08263: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08297: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8586 1726791699.08330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08361: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08402: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08461: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8586 1726791699.08608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8586 1726791699.08692: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8586 1726791699.08703: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078223b128> <<< 8586 1726791699.08761: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0782587e48> <<< 8586 1726791699.08800: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8586 1726791699.08851: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08900: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08916: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.08954: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.09245: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.09514: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8586 1726791699.09539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8586 1726791699.09559: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8586 1726791699.09578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8586 1726791699.09713: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078226d080> <<< 8586 1726791699.09737: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8586 1726791699.09745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8586 1726791699.09849: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078226d128> <<< 8586 1726791699.09889: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0782210940> <<< 8586 1726791699.09949: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py <<< 8586 1726791699.09960: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.09979: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.09997: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py <<< 8586 1726791699.10009: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8586 1726791699.10027: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.10045: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py <<< 8586 1726791699.10130: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py <<< 8586 1726791699.10149: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8586 1726791699.10163: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py <<< 8586 1726791699.10169: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.10500: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.10811: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py <<< 8586 1726791699.10821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' <<< 8586 1726791699.10836: stdout chunk (state=3): >>>import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078227bfd0> <<< 8586 1726791699.10908: stdout chunk (state=3): >>># zipimport: zlib available <<< 8586 1726791699.11056: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py <<< 8586 1726791699.11067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0781ee24e0> <<< 8586 1726791699.11873: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 7, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source", "_original_basename": "tmps7usaa9u", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8586 1726791699.11896: stdout chunk (state=3): >>># destroy __main__ <<< 8586 1726791699.12230: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path <<< 8586 1726791699.12269: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path <<< 8586 1726791699.12282: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu <<< 8586 1726791699.12295: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii <<< 8586 1726791699.12303: stdout chunk (state=3): >>># cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 8586 1726791699.12359: stdout chunk (state=3): >>># cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 8586 1726791699.12455: stdout chunk (state=3): >>># cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale <<< 8586 1726791699.12665: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins <<< 8586 1726791699.12699: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8586 1726791699.12731: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8586 1726791699.12775: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8586 1726791699.12808: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8586 1726791699.12838: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8586 1726791699.12853: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8586 1726791699.12871: stdout chunk (state=3): >>># destroy _json # destroy datetime <<< 8586 1726791699.12900: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap <<< 8586 1726791699.12913: stdout chunk (state=3): >>># destroy locale # destroy copy # destroy struct <<< 8586 1726791699.12961: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 8586 1726791699.12974: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs <<< 8586 1726791699.13011: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno <<< 8586 1726791699.13029: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc <<< 8586 1726791699.13048: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools <<< 8586 1726791699.13068: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator <<< 8586 1726791699.13087: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse <<< 8586 1726791699.13101: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil <<< 8586 1726791699.13115: stdout chunk (state=3): >>># destroy fnmatch <<< 8586 1726791699.13125: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8586 1726791699.13154: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp <<< 8586 1726791699.13191: stdout chunk (state=3): >>># destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno <<< 8586 1726791699.13219: stdout chunk (state=3): >>># destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8586 1726791699.13329: stdout chunk (state=3): >>># destroy posixpath <<< 8586 1726791699.13386: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select <<< 8586 1726791699.13423: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8586 1726791699.13454: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator <<< 8586 1726791699.13487: stdout chunk (state=3): >>># destroy re <<< 8586 1726791699.13729: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8586 1726791699.13772: stderr chunk (state=3): >>><<< 8586 1726791699.13778: stdout chunk (state=3): >>><<< 8586 1726791699.13841: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c62e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bf8828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c629b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c05630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c0c160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c110f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c0c748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c0c390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bb6470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bbbe48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bb6b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789bc24e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789ba5d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789ba8198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787eb6940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787ec8240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789c16a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e36080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e412b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787e41f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e41a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e4b080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e917b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e91ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e85160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e85e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e7c438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e6d470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bee2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bf6d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e850b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bfbe48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787e672b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787c02208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787bfbfd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787c02320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787ed6fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02a20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c0d6d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c0deb8> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787794198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c0d7b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787799c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877bd2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07877bd6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877c4390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078756eba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07875652e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078755bf98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787553e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877c4d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0787565f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877bda20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b75710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787569048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b75a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0787c02898> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8b5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8f630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8fb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8fc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b8be10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8ff60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b8f4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0789b8f240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b7fb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07877a9358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0789b8b470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785b93908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785854ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078587b278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858b94e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858b95f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858b9b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858bc160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0785867390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0785867e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858ba128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078589c2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858914a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785bb7f98> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078587b0b8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858a5438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0785932eb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785938e80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07859262e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785926b00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858b07f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785957eb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0785926160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858e6d68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858e6ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858e6fd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858a5588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07859019b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858fc0f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f07858fc2e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07858f3b70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078591add8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078591aa90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078591a2b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078591a908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078590abe0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f07821e3be0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0782258d68> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f078223b128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0782587e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078226d080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078226d128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0782210940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_fi0vffms/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f078227bfd0> # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0781ee24e0> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 7, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source", "_original_basename": "tmps7usaa9u", "follow": false, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8586 1726791699.13977: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source', '_original_basename': 'tmps7usaa9u', 'follow': False, 'checksum': '3ef9f23deed2e23d3ef2b88b842fb882313e15ce', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8586 1726791699.13996: _low_level_execute_command(): starting 8586 1726791699.14008: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/ > /dev/null 2>&1 && sleep 0' 8586 1726791699.16591: stderr chunk (state=2): >>><<< 8586 1726791699.16597: stdout chunk (state=2): >>><<< 8586 1726791699.16610: _low_level_execute_command() done: rc=0, stdout=, stderr= 8586 1726791699.16617: handler run complete 8586 1726791699.16635: attempt loop complete, returning result 8586 1726791699.16639: _execute() done 8586 1726791699.16643: dumping result to json 8586 1726791699.16649: done dumping result, returning 8586 1726791699.16656: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set profile_mode to manual [029c2e81-ca9f-66d5-1a1d-00000000014d] 8586 1726791699.16662: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014d 8586 1726791699.16696: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014d 8586 1726791699.16700: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "cf3f2a865fbea819dadd439586eaee31", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 7, "src": "/root/.ansible/tmp/ansible-tmp-1726791698.4879684-8586-185037096680970/source", "state": "file", "uid": 0 } 8186 1726791699.16944: no more pending results, returning what we have 8186 1726791699.16946: results queue empty 8186 1726791699.16947: checking for any_errors_fatal 8186 1726791699.16951: done checking for any_errors_fatal 8186 1726791699.16951: checking for max_fail_percentage 8186 1726791699.16952: done checking for max_fail_percentage 8186 1726791699.16952: checking to see if all hosts have failed and the running result is not ok 8186 1726791699.16953: done checking to see if all hosts have failed 8186 1726791699.16953: getting the remaining hosts for this loop 8186 1726791699.16954: done getting the remaining hosts for this loop 8186 1726791699.16956: getting the next task for host managed_node1 8186 1726791699.16961: done getting next task for host managed_node1 8186 1726791699.16963: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get current config 8186 1726791699.16965: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791699.16971: getting variables 8186 1726791699.16972: in VariableManager get_vars() 8186 1726791699.16999: Calling all_inventory to load vars for managed_node1 8186 1726791699.17002: Calling groups_inventory to load vars for managed_node1 8186 1726791699.17003: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791699.17009: Calling all_plugins_play to load vars for managed_node1 8186 1726791699.17011: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791699.17012: Calling groups_plugins_play to load vars for managed_node1 8186 1726791699.17115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791699.17233: done with get_vars() 8186 1726791699.17241: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Get current config] ********** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 Thursday 19 September 2024 20:21:39 -0400 (0:00:00.736) 0:00:15.552 **** 8186 1726791699.17303: entering _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 8186 1726791699.17467: worker is 1 (out of 1 available) 8186 1726791699.17482: exiting _queue_task() for managed_node1/fedora.linux_system_roles.kernel_settings_get_config 8186 1726791699.17495: done queuing things up, now waiting for results queue to drain 8186 1726791699.17496: waiting for pending results... 8616 1726791699.17623: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config 8616 1726791699.17725: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000014e 8616 1726791699.17741: variable 'ansible_search_path' from source: unknown 8616 1726791699.17745: variable 'ansible_search_path' from source: unknown 8616 1726791699.17772: calling self._execute() 8616 1726791699.17834: variable 'ansible_host' from source: host vars for 'managed_node1' 8616 1726791699.17843: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8616 1726791699.17852: variable 'omit' from source: magic vars 8616 1726791699.17926: variable 'omit' from source: magic vars 8616 1726791699.17967: variable 'omit' from source: magic vars 8616 1726791699.17991: variable '__kernel_settings_profile_filename' from source: role '' all vars 8616 1726791699.18201: variable '__kernel_settings_profile_filename' from source: role '' all vars 8616 1726791699.18309: variable '__kernel_settings_profile_dir' from source: role '' all vars 8616 1726791699.18369: variable '__kernel_settings_profile_parent' from source: set_fact 8616 1726791699.18379: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8616 1726791699.18407: variable 'omit' from source: magic vars 8616 1726791699.18437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8616 1726791699.18466: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8616 1726791699.18488: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8616 1726791699.18509: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8616 1726791699.18523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8616 1726791699.18555: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8616 1726791699.18562: variable 'ansible_host' from source: host vars for 'managed_node1' 8616 1726791699.18566: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8616 1726791699.18651: Set connection var ansible_shell_executable to /bin/sh 8616 1726791699.18660: Set connection var ansible_pipelining to False 8616 1726791699.18670: Set connection var ansible_module_compression to ZIP_DEFLATED 8616 1726791699.18676: Set connection var ansible_connection to ssh 8616 1726791699.18682: Set connection var ansible_timeout to 10 8616 1726791699.18688: Set connection var ansible_shell_type to sh 8616 1726791699.18709: variable 'ansible_shell_executable' from source: unknown 8616 1726791699.18714: variable 'ansible_connection' from source: unknown 8616 1726791699.18718: variable 'ansible_module_compression' from source: unknown 8616 1726791699.18721: variable 'ansible_shell_type' from source: unknown 8616 1726791699.18724: variable 'ansible_shell_executable' from source: unknown 8616 1726791699.18727: variable 'ansible_host' from source: host vars for 'managed_node1' 8616 1726791699.18730: variable 'ansible_pipelining' from source: unknown 8616 1726791699.18733: variable 'ansible_timeout' from source: unknown 8616 1726791699.18737: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8616 1726791699.18917: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8616 1726791699.18928: variable 'omit' from source: magic vars 8616 1726791699.18934: starting attempt loop 8616 1726791699.18938: running the handler 8616 1726791699.18949: _low_level_execute_command(): starting 8616 1726791699.18956: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8616 1726791699.21290: stdout chunk (state=2): >>>/root <<< 8616 1726791699.21403: stderr chunk (state=3): >>><<< 8616 1726791699.21414: stdout chunk (state=3): >>><<< 8616 1726791699.21440: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8616 1726791699.21462: _low_level_execute_command(): starting 8616 1726791699.21474: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325 `" && echo ansible-tmp-1726791699.214536-8616-263149129715325="` echo /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325 `" ) && sleep 0' 8616 1726791699.23894: stdout chunk (state=2): >>>ansible-tmp-1726791699.214536-8616-263149129715325=/root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325 <<< 8616 1726791699.24025: stderr chunk (state=3): >>><<< 8616 1726791699.24036: stdout chunk (state=3): >>><<< 8616 1726791699.24053: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791699.214536-8616-263149129715325=/root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325 , stderr= 8616 1726791699.24100: variable 'ansible_module_compression' from source: unknown 8616 1726791699.24130: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.kernel_settings_get_config-ZIP_DEFLATED 8616 1726791699.24189: variable 'ansible_facts' from source: unknown 8616 1726791699.24289: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/AnsiballZ_kernel_settings_get_config.py 8616 1726791699.24377: Sending initial data 8616 1726791699.24385: Sent initial data (172 bytes) 8616 1726791699.26950: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpcuehjzl1 /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/AnsiballZ_kernel_settings_get_config.py <<< 8616 1726791699.27926: stderr chunk (state=3): >>><<< 8616 1726791699.27933: stdout chunk (state=3): >>><<< 8616 1726791699.27948: done transferring module to remote 8616 1726791699.27960: _low_level_execute_command(): starting 8616 1726791699.27965: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/ /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8616 1726791699.30224: stderr chunk (state=2): >>><<< 8616 1726791699.30231: stdout chunk (state=2): >>><<< 8616 1726791699.30244: _low_level_execute_command() done: rc=0, stdout=, stderr= 8616 1726791699.30249: _low_level_execute_command(): starting 8616 1726791699.30253: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/AnsiballZ_kernel_settings_get_config.py && sleep 0' 8616 1726791699.32991: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8616 1726791699.33006: stdout chunk (state=3): >>>import '_warnings' # <<< 8616 1726791699.33015: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8616 1726791699.33070: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8616 1726791699.33098: stdout chunk (state=3): >>>import '_io' # <<< 8616 1726791699.33108: stdout chunk (state=3): >>>import 'marshal' # <<< 8616 1726791699.33140: stdout chunk (state=3): >>>import 'posix' # <<< 8616 1726791699.33152: stdout chunk (state=3): >>>import _thread # previously loaded ('_thread') import '_thread' # <<< 8616 1726791699.33158: stdout chunk (state=3): >>> import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8616 1726791699.33173: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8616 1726791699.33211: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8616 1726791699.33235: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8616 1726791699.33255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8616 1726791699.33265: stdout chunk (state=3): >>>import '_codecs' # <<< 8616 1726791699.33289: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc67dde48> <<< 8616 1726791699.33318: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8616 1726791699.33326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8616 1726791699.33342: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6773828> <<< 8616 1726791699.33368: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc67dd9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8616 1726791699.33378: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6780630> <<< 8616 1726791699.33428: stdout chunk (state=3): >>>import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8616 1726791699.33506: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6787160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8616 1726791699.33703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc678c0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6787748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6787390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6731470> <<< 8616 1726791699.33851: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6736e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6731b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8616 1726791699.33920: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc673d4e0> <<< 8616 1726791699.34189: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6720d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6723198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a31940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a43240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6791a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8616 1726791699.34689: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49b0080> <<< 8616 1726791699.34721: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49bc2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8616 1726791699.34748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8616 1726791699.34780: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc49bcf60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49bca90> import 'itertools' # <<< 8616 1726791699.34810: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49c5080> <<< 8616 1726791699.34831: stdout chunk (state=3): >>>import '_collections' # <<< 8616 1726791699.34876: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a0c7b8> <<< 8616 1726791699.34902: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8616 1726791699.34938: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a0cba8> <<< 8616 1726791699.34991: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a00160> <<< 8616 1726791699.35019: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a00e48> <<< 8616 1726791699.35041: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49f7438> <<< 8616 1726791699.35070: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49e8470> <<< 8616 1726791699.35094: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8616 1726791699.35116: stdout chunk (state=3): >>>import '_sre' # <<< 8616 1726791699.35141: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8616 1726791699.35162: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8616 1726791699.35213: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc47682b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4770d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a000b8> <<< 8616 1726791699.35238: stdout chunk (state=3): >>>import '_locale' # <<< 8616 1726791699.35280: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8616 1726791699.35310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4778e48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49e22b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8616 1726791699.35338: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.35374: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc477f208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4778fd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.35404: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc477f320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a51fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8616 1726791699.35432: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8616 1726791699.35457: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8616 1726791699.35493: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477fe10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477fa20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8616 1726791699.35521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc47886d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8616 1726791699.35540: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8616 1726791699.35565: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8616 1726791699.35614: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4788eb8> <<< 8616 1726791699.35636: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8616 1726791699.35652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8616 1726791699.35684: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc430f1d0> <<< 8616 1726791699.35713: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc47887b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8616 1726791699.35729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8616 1726791699.35774: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4314cc0> <<< 8616 1726791699.35794: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477f550> <<< 8616 1726791699.35819: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8616 1726791699.35839: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc43352e8> <<< 8616 1726791699.35863: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.35883: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc43356a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8616 1726791699.35902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8616 1726791699.35928: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8616 1726791699.35945: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc433f390> <<< 8616 1726791699.35964: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8616 1726791699.35982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8616 1726791699.36005: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8616 1726791699.36034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8616 1726791699.36059: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8616 1726791699.36157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40eaba8> <<< 8616 1726791699.36259: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40e02e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40d6f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40cde80> <<< 8616 1726791699.36302: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc433fd30> <<< 8616 1726791699.36341: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc40e0f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4335a20> <<< 8616 1726791699.36361: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8616 1726791699.36391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8616 1726791699.36416: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc66e0710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40e4048> <<< 8616 1726791699.36433: stdout chunk (state=3): >>>import 'pwd' # <<< 8616 1726791699.36453: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc66e0a90> <<< 8616 1726791699.36504: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477f828> <<< 8616 1726791699.36529: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8616 1726791699.36545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8616 1726791699.36565: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8616 1726791699.36598: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc67065c0> <<< 8616 1726791699.36622: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8616 1726791699.36747: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.36774: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670a630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.36800: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670ab00> <<< 8616 1726791699.36832: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670ac18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6706e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8616 1726791699.36863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670af60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc670a4e0> <<< 8616 1726791699.36893: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670a240> <<< 8616 1726791699.36918: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc66fab00> <<< 8616 1726791699.36937: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4323358> <<< 8616 1726791699.36962: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8616 1726791699.36986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8616 1726791699.37025: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6706470> <<< 8616 1726791699.37143: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py <<< 8616 1726791699.37177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc270f908> <<< 8616 1726791699.37226: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip' <<< 8616 1726791699.37243: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8616 1726791699.37264: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/__init__.py <<< 8616 1726791699.37288: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/__init__.py <<< 8616 1726791699.37305: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.38379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.39312: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8616 1726791699.39341: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23d0ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8616 1726791699.39375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8616 1726791699.39440: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23f8278> <<< 8616 1726791699.39466: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23794e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.39496: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23795f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8616 1726791699.39520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8616 1726791699.39560: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2379b38> <<< 8616 1726791699.39576: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8616 1726791699.39592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8616 1726791699.39618: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8616 1726791699.39637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8616 1726791699.39658: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py <<< 8616 1726791699.39674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8616 1726791699.39737: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23ba7b8> <<< 8616 1726791699.39771: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23ba320> <<< 8616 1726791699.39797: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23badd8> <<< 8616 1726791699.39823: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8616 1726791699.39892: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc237a710> <<< 8616 1726791699.39900: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc239d2b0> <<< 8616 1726791699.40195: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23954a8> <<< 8616 1726791699.40214: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8616 1726791699.40224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8616 1726791699.40242: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2734da0> <<< 8616 1726791699.40267: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.40275: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.40295: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23a7358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23a7470> <<< 8616 1726791699.40315: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8616 1726791699.40331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8616 1726791699.40357: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8616 1726791699.40378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8616 1726791699.40397: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8616 1726791699.40407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8616 1726791699.40451: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.40461: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc2404ef0> <<< 8616 1726791699.40530: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8616 1726791699.40545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2408ef0> <<< 8616 1726791699.40561: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23fa320> <<< 8616 1726791699.40569: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8616 1726791699.40591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23fab38> <<< 8616 1726791699.40776: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23b3828> <<< 8616 1726791699.40809: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8616 1726791699.40837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8616 1726791699.40860: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8616 1726791699.40868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8616 1726791699.40883: stdout chunk (state=3): >>>import '_string' # <<< 8616 1726791699.40955: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc242ceb8> <<< 8616 1726791699.41009: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23fa198> <<< 8616 1726791699.41129: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.41140: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc253bda0> <<< 8616 1726791699.41164: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.41176: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc253be80> <<< 8616 1726791699.41201: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.41211: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc254c048> <<< 8616 1726791699.41222: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23a75c0> <<< 8616 1726791699.41243: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8616 1726791699.41263: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8616 1726791699.41276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8616 1726791699.41316: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc25599e8> <<< 8616 1726791699.41482: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2553128> <<< 8616 1726791699.41510: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.41523: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc2553320> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc254cba8> # zipimport: zlib available <<< 8616 1726791699.41538: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.41553: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8616 1726791699.41618: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.41693: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8616 1726791699.41712: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available <<< 8616 1726791699.41723: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8616 1726791699.41738: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.41825: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.41938: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8616 1726791699.41986: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8616 1726791699.42019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.42035: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc2575e10> <<< 8616 1726791699.42081: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2575ac8> <<< 8616 1726791699.42111: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25752e8> <<< 8616 1726791699.42136: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8616 1726791699.42171: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2575940> <<< 8616 1726791699.42198: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2560c18> # zipimport: zlib available <<< 8616 1726791699.42657: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.43116: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8616 1726791699.43141: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/converters.py <<< 8616 1726791699.43170: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8616 1726791699.43196: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.43221: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8616 1726791699.43237: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.43257: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8616 1726791699.43358: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.43477: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8616 1726791699.43503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2511400> <<< 8616 1726791699.43523: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.43875: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44230: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44283: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44336: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/collections.py <<< 8616 1726791699.44361: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44378: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44404: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8616 1726791699.44470: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44532: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/errors.py <<< 8616 1726791699.44560: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8616 1726791699.44593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44618: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8616 1726791699.44642: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44789: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.44958: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8616 1726791699.44978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8616 1726791699.45089: stdout chunk (state=3): >>>import '_ast' # <<< 8616 1726791699.45110: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25c5eb8> # zipimport: zlib available <<< 8616 1726791699.45128: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45154: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8616 1726791699.45194: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45262: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/parameters.py <<< 8616 1726791699.45290: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 8616 1726791699.45313: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45343: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8616 1726791699.45382: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45408: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45451: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45510: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8616 1726791699.45658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8616 1726791699.45742: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8616 1726791699.45764: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc25ab128> <<< 8616 1726791699.45806: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc26dde48> <<< 8616 1726791699.45840: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/process.py <<< 8616 1726791699.45861: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45905: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45947: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.45973: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.46002: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.46293: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.46569: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8616 1726791699.46598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8616 1726791699.46619: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8616 1726791699.46751: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25d9080> <<< 8616 1726791699.46779: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8616 1726791699.46893: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25d9128> <<< 8616 1726791699.46928: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc257a940> <<< 8616 1726791699.46996: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8616 1726791699.47018: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.47047: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8616 1726791699.47078: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/pycompat24.py <<< 8616 1726791699.47177: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/basic.py <<< 8616 1726791699.47204: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/__init__.py # zipimport: zlib available <<< 8616 1726791699.47232: stdout chunk (state=3): >>># zipimport: zlib available import ansible_collections.fedora # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/__init__.py <<< 8616 1726791699.47259: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/__init__.py <<< 8616 1726791699.47281: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins.modules # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py # zipimport: zlib available <<< 8616 1726791699.47307: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.47360: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc matches /usr/lib/python3.6/site-packages/configobj.py <<< 8616 1726791699.47379: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc' <<< 8616 1726791699.47414: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc matches /usr/lib/python3.6/site-packages/six.py <<< 8616 1726791699.47436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc' <<< 8616 1726791699.47486: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc408f978> <<< 8616 1726791699.47507: stdout chunk (state=3): >>># /usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc matches /usr/lib/python3.6/site-packages/_version.py <<< 8616 1726791699.47530: stdout chunk (state=3): >>># code object from '/usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc' import '_version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40932b0> <<< 8616 1726791699.47972: stdout chunk (state=3): >>>import 'configobj' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25e9ef0> <<< 8616 1726791699.48025: stdout chunk (state=3): >>># zipimport: zlib available <<< 8616 1726791699.48191: stdout chunk (state=3): >>> {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} # destroy __main__ <<< 8616 1726791699.48453: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 8616 1726791699.48486: stdout chunk (state=3): >>># clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc <<< 8616 1726791699.48521: stdout chunk (state=3): >>># cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform <<< 8616 1726791699.48558: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # 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 <<< 8616 1726791699.48581: stdout chunk (state=3): >>># 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 # cleanup[2] removing configobj # destroy configobj # cleanup[2] removing six # cleanup[2] removing _version # destroy _version # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8616 1726791699.48747: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8616 1726791699.48778: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8616 1726791699.48809: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8616 1726791699.48838: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid <<< 8616 1726791699.48898: stdout chunk (state=3): >>># destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8616 1726791699.48925: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8616 1726791699.48954: stdout chunk (state=3): >>># destroy six # destroy six.moves.urllib # destroy six.moves <<< 8616 1726791699.48994: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix <<< 8616 1726791699.49028: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile <<< 8616 1726791699.49055: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch <<< 8616 1726791699.49083: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref <<< 8616 1726791699.49127: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8616 1726791699.49230: stdout chunk (state=3): >>># destroy posixpath <<< 8616 1726791699.49253: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools <<< 8616 1726791699.49275: stdout chunk (state=3): >>># destroy _sre # destroy sre_parse # destroy _heapq # destroy select <<< 8616 1726791699.49304: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib <<< 8616 1726791699.49326: stdout chunk (state=3): >>># destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator <<< 8616 1726791699.49351: stdout chunk (state=3): >>># destroy re <<< 8616 1726791699.49654: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8616 1726791699.49662: stdout chunk (state=3): >>><<< 8616 1726791699.49677: stderr chunk (state=3): >>><<< 8616 1726791699.49735: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc67dde48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6773828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc67dd9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6780630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6787160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc678c0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6787748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6787390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6731470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6736e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6731b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc673d4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6720d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6723198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a31940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a43240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6791a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49b0080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49bc2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc49bcf60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49bca90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49c5080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a0c7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a0cba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a00160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a00e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49f7438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49e8470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc47682b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4770d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a000b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4778e48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc49e22b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc477f208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4778fd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc477f320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4a51fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477fe10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477fa20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc47886d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4788eb8> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc430f1d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc47887b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4314cc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477f550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc43352e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc43356a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc433f390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40eaba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40e02e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40d6f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40cde80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc433fd30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc40e0f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4335a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc66e0710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40e4048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc66e0a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc477f828> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc67065c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670a630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670ab00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670ac18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6706e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670af60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc670a4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc670a240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc66fab00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc4323358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc6706470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc270f908> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23d0ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23f8278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23794e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23795f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2379b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23ba7b8> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23ba320> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23badd8> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc237a710> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc239d2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23954a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2734da0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc23a7358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23a7470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc2404ef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2408ef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23fa320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23fab38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23b3828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc242ceb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23fa198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc253bda0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc253be80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc254c048> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc23a75c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc25599e8> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2553128> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc2553320> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc254cba8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc2575e10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2575ac8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25752e8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2575940> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2560c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc2511400> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25c5eb8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5cc25ab128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc26dde48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25d9080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25d9128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc257a940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible_collections # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible_collections.fedora.linux_system_roles.plugins.modules # loaded from Zip /tmp/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload_bnvlvqqz/ansible_fedora.linux_system_roles.kernel_settings_get_config_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc matches /usr/lib/python3.6/site-packages/configobj.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/configobj.cpython-36.pyc' # /usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc matches /usr/lib/python3.6/site-packages/six.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/six.cpython-36.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc408f978> # /usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc matches /usr/lib/python3.6/site-packages/_version.py # code object from '/usr/lib/python3.6/site-packages/__pycache__/_version.cpython-36.pyc' import '_version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc40932b0> import 'configobj' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5cc25e9ef0> # zipimport: zlib available {"changed": false, "data": {}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # 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 # cleanup[2] removing configobj # destroy configobj # cleanup[2] removing six # cleanup[2] removing _version # destroy _version # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy six # 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 # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8616 1726791699.49896: done with _execute_module (fedora.linux_system_roles.kernel_settings_get_config, {'path': '/etc/tuned/kernel_settings/tuned.conf', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'fedora.linux_system_roles.kernel_settings_get_config', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8616 1726791699.49911: _low_level_execute_command(): starting 8616 1726791699.49917: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791699.214536-8616-263149129715325/ > /dev/null 2>&1 && sleep 0' 8616 1726791699.52994: stderr chunk (state=2): >>><<< 8616 1726791699.53001: stdout chunk (state=2): >>><<< 8616 1726791699.53018: _low_level_execute_command() done: rc=0, stdout=, stderr= 8616 1726791699.53024: handler run complete 8616 1726791699.53040: attempt loop complete, returning result 8616 1726791699.53044: _execute() done 8616 1726791699.53048: dumping result to json 8616 1726791699.53051: done dumping result, returning 8616 1726791699.53059: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get current config [029c2e81-ca9f-66d5-1a1d-00000000014e] 8616 1726791699.53065: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014e 8616 1726791699.53101: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014e 8616 1726791699.53104: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "data": {} } 8186 1726791699.53519: no more pending results, returning what we have 8186 1726791699.53522: results queue empty 8186 1726791699.53523: checking for any_errors_fatal 8186 1726791699.53529: done checking for any_errors_fatal 8186 1726791699.53530: checking for max_fail_percentage 8186 1726791699.53531: done checking for max_fail_percentage 8186 1726791699.53532: checking to see if all hosts have failed and the running result is not ok 8186 1726791699.53533: done checking to see if all hosts have failed 8186 1726791699.53533: getting the remaining hosts for this loop 8186 1726791699.53534: done getting the remaining hosts for this loop 8186 1726791699.53537: getting the next task for host managed_node1 8186 1726791699.53543: done getting next task for host managed_node1 8186 1726791699.53546: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8186 1726791699.53549: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791699.53559: getting variables 8186 1726791699.53561: in VariableManager get_vars() 8186 1726791699.53599: Calling all_inventory to load vars for managed_node1 8186 1726791699.53603: Calling groups_inventory to load vars for managed_node1 8186 1726791699.53605: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791699.53614: Calling all_plugins_play to load vars for managed_node1 8186 1726791699.53617: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791699.53620: Calling groups_plugins_play to load vars for managed_node1 8186 1726791699.53788: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791699.53915: done with get_vars() 8186 1726791699.53922: done getting variables 8186 1726791699.54002: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Apply kernel settings] ******* task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 Thursday 19 September 2024 20:21:39 -0400 (0:00:00.367) 0:00:15.919 **** 8186 1726791699.54026: entering _queue_task() for managed_node1/template 8186 1726791699.54027: Creating lock for template 8186 1726791699.54192: worker is 1 (out of 1 available) 8186 1726791699.54207: exiting _queue_task() for managed_node1/template 8186 1726791699.54221: done queuing things up, now waiting for results queue to drain 8186 1726791699.54222: waiting for pending results... 8630 1726791699.54342: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings 8630 1726791699.54455: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000014f 8630 1726791699.54473: variable 'ansible_search_path' from source: unknown 8630 1726791699.54478: variable 'ansible_search_path' from source: unknown 8630 1726791699.54507: calling self._execute() 8630 1726791699.54567: variable 'ansible_host' from source: host vars for 'managed_node1' 8630 1726791699.54577: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8630 1726791699.54587: variable 'omit' from source: magic vars 8630 1726791699.54660: variable 'omit' from source: magic vars 8630 1726791699.54699: variable 'omit' from source: magic vars 8630 1726791699.54925: variable '__kernel_settings_profile_src' from source: role '' all vars 8630 1726791699.54934: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8630 1726791699.54992: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8630 1726791699.55011: variable '__kernel_settings_profile_filename' from source: role '' all vars 8630 1726791699.55055: variable '__kernel_settings_profile_filename' from source: role '' all vars 8630 1726791699.55108: variable '__kernel_settings_profile_dir' from source: role '' all vars 8630 1726791699.55165: variable '__kernel_settings_profile_parent' from source: set_fact 8630 1726791699.55174: variable '__kernel_settings_tuned_profile' from source: role '' all vars 8630 1726791699.55197: variable 'omit' from source: magic vars 8630 1726791699.55229: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8630 1726791699.55256: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8630 1726791699.55275: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8630 1726791699.55292: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8630 1726791699.55303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8630 1726791699.55328: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8630 1726791699.55334: variable 'ansible_host' from source: host vars for 'managed_node1' 8630 1726791699.55338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8630 1726791699.55407: Set connection var ansible_shell_executable to /bin/sh 8630 1726791699.55415: Set connection var ansible_pipelining to False 8630 1726791699.55424: Set connection var ansible_module_compression to ZIP_DEFLATED 8630 1726791699.55428: Set connection var ansible_connection to ssh 8630 1726791699.55433: Set connection var ansible_timeout to 10 8630 1726791699.55436: Set connection var ansible_shell_type to sh 8630 1726791699.55450: variable 'ansible_shell_executable' from source: unknown 8630 1726791699.55454: variable 'ansible_connection' from source: unknown 8630 1726791699.55457: variable 'ansible_module_compression' from source: unknown 8630 1726791699.55460: variable 'ansible_shell_type' from source: unknown 8630 1726791699.55464: variable 'ansible_shell_executable' from source: unknown 8630 1726791699.55467: variable 'ansible_host' from source: host vars for 'managed_node1' 8630 1726791699.55471: variable 'ansible_pipelining' from source: unknown 8630 1726791699.55474: variable 'ansible_timeout' from source: unknown 8630 1726791699.55478: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8630 1726791699.55566: Loading ActionModule 'template' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/template.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8630 1726791699.55578: variable 'omit' from source: magic vars 8630 1726791699.55586: starting attempt loop 8630 1726791699.55590: running the handler 8630 1726791699.55602: _low_level_execute_command(): starting 8630 1726791699.55609: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8630 1726791699.58369: stdout chunk (state=2): >>>/root <<< 8630 1726791699.58386: stderr chunk (state=2): >>><<< 8630 1726791699.58401: stdout chunk (state=3): >>><<< 8630 1726791699.58416: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8630 1726791699.58430: _low_level_execute_command(): starting 8630 1726791699.58436: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253 `" && echo ansible-tmp-1726791699.5842392-8630-181771208344253="` echo /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253 `" ) && sleep 0' 8630 1726791699.61278: stdout chunk (state=2): >>>ansible-tmp-1726791699.5842392-8630-181771208344253=/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253 <<< 8630 1726791699.61405: stderr chunk (state=3): >>><<< 8630 1726791699.61411: stdout chunk (state=3): >>><<< 8630 1726791699.61422: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791699.5842392-8630-181771208344253=/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253 , stderr= 8630 1726791699.61437: evaluation_path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks 8630 1726791699.61453: search_path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/templates/kernel_settings.j2 /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/kernel_settings.j2 /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/templates/kernel_settings.j2 /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/kernel_settings.j2 /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/templates/kernel_settings.j2 /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/kernel_settings.j2 8630 1726791699.61470: variable 'ansible_search_path' from source: unknown 8630 1726791699.62067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8630 1726791699.63512: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8630 1726791699.63580: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8630 1726791699.63619: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8630 1726791699.63655: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8630 1726791699.63687: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8630 1726791699.63988: 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) 8630 1726791699.64019: 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) 8630 1726791699.64047: 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) 8630 1726791699.64091: 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) 8630 1726791699.64111: 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) 8630 1726791699.64431: 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) 8630 1726791699.64455: 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) 8630 1726791699.64481: 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) 8630 1726791699.64524: 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) 8630 1726791699.64537: 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) 8630 1726791699.64839: variable 'ansible_managed' from source: unknown 8630 1726791699.64847: variable '__sections' from source: task vars 8630 1726791699.64933: 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) 8630 1726791699.64960: 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) 8630 1726791699.64989: 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) 8630 1726791699.65031: 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) 8630 1726791699.65049: 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) 8630 1726791699.65135: variable 'kernel_settings_sysctl' from source: include params 8630 1726791699.65143: variable '__kernel_settings_state_empty' from source: role '' all vars 8630 1726791699.65151: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8630 1726791699.65191: variable '__sysctl_old' from source: task vars 8630 1726791699.65255: variable '__sysctl_old' from source: task vars 8630 1726791699.65478: variable 'kernel_settings_purge' from source: include params 8630 1726791699.65487: variable 'kernel_settings_sysctl' from source: include params 8630 1726791699.65492: variable '__kernel_settings_state_empty' from source: role '' all vars 8630 1726791699.65498: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8630 1726791699.65503: variable '__kernel_settings_profile_contents' from source: set_fact 8630 1726791699.65673: variable 'kernel_settings_sysfs' from source: include params 8630 1726791699.65680: variable '__kernel_settings_state_empty' from source: role '' all vars 8630 1726791699.65687: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8630 1726791699.65705: variable '__sysfs_old' from source: task vars 8630 1726791699.65765: variable '__sysfs_old' from source: task vars 8630 1726791699.65976: variable 'kernel_settings_purge' from source: include params 8630 1726791699.65983: variable 'kernel_settings_sysfs' from source: include params 8630 1726791699.65992: variable '__kernel_settings_state_empty' from source: role '' all vars 8630 1726791699.65998: variable '__kernel_settings_previous_replaced' from source: role '' all vars 8630 1726791699.66003: variable '__kernel_settings_profile_contents' from source: set_fact 8630 1726791699.66022: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 8630 1726791699.66033: variable '__systemd_old' from source: task vars 8630 1726791699.66097: variable '__systemd_old' from source: task vars 8630 1726791699.66300: variable 'kernel_settings_purge' from source: include params 8630 1726791699.66307: variable 'kernel_settings_systemd_cpu_affinity' from source: include params 8630 1726791699.66317: variable '__kernel_settings_state_absent' from source: role '' all vars 8630 1726791699.66325: variable '__kernel_settings_profile_contents' from source: set_fact 8630 1726791699.66341: variable 'kernel_settings_transparent_hugepages' from source: include params 8630 1726791699.66350: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 8630 1726791699.66355: variable '__trans_huge_old' from source: task vars 8630 1726791699.66424: variable '__trans_huge_old' from source: task vars 8630 1726791699.66681: variable 'kernel_settings_purge' from source: include params 8630 1726791699.66693: variable 'kernel_settings_transparent_hugepages' from source: include params 8630 1726791699.66702: variable '__kernel_settings_state_absent' from source: role '' all vars 8630 1726791699.66708: variable '__kernel_settings_profile_contents' from source: set_fact 8630 1726791699.66722: variable '__trans_defrag_old' from source: task vars 8630 1726791699.66811: variable '__trans_defrag_old' from source: task vars 8630 1726791699.66983: variable 'kernel_settings_purge' from source: include params 8630 1726791699.66991: variable 'kernel_settings_transparent_hugepages_defrag' from source: include params 8630 1726791699.66994: variable '__kernel_settings_state_absent' from source: role '' all vars 8630 1726791699.66997: variable '__kernel_settings_profile_contents' from source: set_fact 8630 1726791699.67011: variable '__kernel_settings_state_absent' from source: role '' all vars 8630 1726791699.67035: variable '__kernel_settings_state_absent' from source: role '' all vars 8630 1726791699.67043: variable '__kernel_settings_state_absent' from source: role '' all vars 8630 1726791699.68397: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8630 1726791699.68439: variable 'ansible_module_compression' from source: unknown 8630 1726791699.68480: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8630 1726791699.68501: variable 'ansible_facts' from source: unknown 8630 1726791699.68564: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_stat.py 8630 1726791699.68660: Sending initial data 8630 1726791699.68669: Sent initial data (151 bytes) 8630 1726791699.71193: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpjf3scx4u /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_stat.py <<< 8630 1726791699.72332: stderr chunk (state=3): >>><<< 8630 1726791699.72350: stdout chunk (state=3): >>><<< 8630 1726791699.72367: done transferring module to remote 8630 1726791699.72395: _low_level_execute_command(): starting 8630 1726791699.72406: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/ /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_stat.py && sleep 0' 8630 1726791699.74802: stderr chunk (state=2): >>><<< 8630 1726791699.74809: stdout chunk (state=2): >>><<< 8630 1726791699.74821: _low_level_execute_command() done: rc=0, stdout=, stderr= 8630 1726791699.74825: _low_level_execute_command(): starting 8630 1726791699.74830: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_stat.py && sleep 0' 8630 1726791699.77883: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb7e0e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb776828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb7e09b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb783630> <<< 8630 1726791699.77911: stdout chunk (state=3): >>>import '_signal' # <<< 8630 1726791699.77928: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py <<< 8630 1726791699.77938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8630 1726791699.77952: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78a160> <<< 8630 1726791699.77976: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8630 1726791699.78002: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8630 1726791699.78026: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8630 1726791699.78041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8630 1726791699.78058: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78f0f0> <<< 8630 1726791699.78073: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78a748> <<< 8630 1726791699.78105: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78a390> <<< 8630 1726791699.78130: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8630 1726791699.78146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8630 1726791699.78172: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8630 1726791699.78205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # <<< 8630 1726791699.78215: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8630 1726791699.78236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8630 1726791699.78244: stdout chunk (state=3): >>>import '_stat' # <<< 8630 1726791699.78260: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb734470> <<< 8630 1726791699.78278: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8630 1726791699.78300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8630 1726791699.78340: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb739e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb734b38> <<< 8630 1726791699.78363: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8630 1726791699.78395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8630 1726791699.78507: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb7404e0> <<< 8630 1726791699.78527: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb723d68> <<< 8630 1726791699.78545: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8630 1726791699.78588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb726198> <<< 8630 1726791699.78611: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8630 1726791699.78626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8630 1726791699.78654: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a34940> <<< 8630 1726791699.78680: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a46240> <<< 8630 1726791699.78788: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb794a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8630 1726791699.79010: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8630 1726791699.79022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8630 1726791699.79038: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8630 1726791699.79054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8630 1726791699.79085: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8630 1726791699.79097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8630 1726791699.79106: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8630 1726791699.79127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8630 1726791699.79140: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8630 1726791699.79207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8630 1726791699.79216: stdout chunk (state=3): >>>import '_functools' # <<< 8630 1726791699.79241: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8630 1726791699.79275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791699.79295: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8630 1726791699.79309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8630 1726791699.79338: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99b4080> <<< 8630 1726791699.79372: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99bf2b0> <<< 8630 1726791699.79497: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad99bff60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99bfa90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99c9080> <<< 8630 1726791699.79515: stdout chunk (state=3): >>>import '_collections' # <<< 8630 1726791699.79609: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a0f7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8630 1726791699.79625: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a0fba8> <<< 8630 1726791699.79682: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a03160> <<< 8630 1726791699.79706: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8630 1726791699.79713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a03e48> <<< 8630 1726791699.79718: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99fa438> <<< 8630 1726791699.79775: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99eb470> <<< 8630 1726791699.79829: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8630 1726791699.79847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8630 1726791699.79900: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8630 1726791699.79910: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad976c2b0> <<< 8630 1726791699.79985: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9774d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a030b8> import '_locale' # <<< 8630 1726791699.80046: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9779e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99e52b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8630 1726791699.80300: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad97801d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9779f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad97802e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a54fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9780dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad97809e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad978b6a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8630 1726791699.80329: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8630 1726791699.80382: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad978be80> <<< 8630 1726791699.80406: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8630 1726791699.80416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8630 1726791699.80493: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9312198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad978b780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8630 1726791699.80549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8630 1726791699.80569: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9317c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9780518> <<< 8630 1726791699.80589: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8630 1726791699.80606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8630 1726791699.80629: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' <<< 8630 1726791699.80636: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad933b2e8> <<< 8630 1726791699.80668: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad933b6a0> <<< 8630 1726791699.80685: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8630 1726791699.80707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8630 1726791699.80724: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8630 1726791699.80736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8630 1726791699.80749: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9342390> <<< 8630 1726791699.80773: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8630 1726791699.80792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8630 1726791699.80824: stdout chunk (state=3): >>>import 'time' # <<< 8630 1726791699.80888: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8630 1726791699.80929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8630 1726791699.81198: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90ecba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90e32e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90d9f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90d1e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9342d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad90e3f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad933ba20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8630 1726791699.81686: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb6f3710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90e7048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb6f3a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9780860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb7095c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70d630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70db00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70dc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb709e10> <<< 8630 1726791699.81718: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8630 1726791699.81732: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.81742: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70df60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb70d4e0> <<< 8630 1726791699.81782: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70d240> <<< 8630 1726791699.81792: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb6fdb00> <<< 8630 1726791699.81811: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9327358> <<< 8630 1726791699.81827: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8630 1726791699.81866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8630 1726791699.81912: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb709470> <<< 8630 1726791699.82036: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8630 1726791699.82064: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7711908> <<< 8630 1726791699.82126: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip' <<< 8630 1726791699.82133: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.82145: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.82168: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 8630 1726791699.82188: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.82196: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py <<< 8630 1726791699.82213: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.83332: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.84302: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad73d2ac8> <<< 8630 1726791699.84326: stdout chunk (state=3): >>>import 'atexit' # <<< 8630 1726791699.84343: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8630 1726791699.84377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8630 1726791699.84444: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad73f9278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74374e0> <<< 8630 1726791699.84483: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad74375f8> <<< 8630 1726791699.84505: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8630 1726791699.84531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8630 1726791699.84578: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7437b38> <<< 8630 1726791699.84608: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8630 1726791699.84625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8630 1726791699.84652: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8630 1726791699.84673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8630 1726791699.84703: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8630 1726791699.84781: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad743a160> <<< 8630 1726791699.84813: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad73e5390> <<< 8630 1726791699.84851: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.84861: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad73e5e48> <<< 8630 1726791699.84876: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8630 1726791699.84891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8630 1726791699.84954: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7438128> <<< 8630 1726791699.84972: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad741a2b0> <<< 8630 1726791699.85274: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad740f4a8> <<< 8630 1726791699.85297: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8630 1726791699.85325: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad772fd30> <<< 8630 1726791699.85351: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.85361: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad743ab70> <<< 8630 1726791699.85384: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py <<< 8630 1726791699.85392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7423438> <<< 8630 1726791699.85409: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8630 1726791699.85426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8630 1726791699.85442: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8630 1726791699.85474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8630 1726791699.85491: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8630 1726791699.85512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791699.85561: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.85571: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad74b0eb8> <<< 8630 1726791699.85658: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' <<< 8630 1726791699.85694: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74b6f60> <<< 8630 1726791699.85701: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74a42e8> <<< 8630 1726791699.85726: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8630 1726791699.85736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74a4b00> <<< 8630 1726791699.85929: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad742e7f0> <<< 8630 1726791699.85966: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8630 1726791699.85998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791699.86023: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8630 1726791699.86030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8630 1726791699.86047: stdout chunk (state=3): >>>import '_string' # <<< 8630 1726791699.86127: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74d4f98> <<< 8630 1726791699.86187: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74a4160> <<< 8630 1726791699.86316: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.86325: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7464e10> <<< 8630 1726791699.86359: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.86366: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7464f28> <<< 8630 1726791699.86403: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.86411: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad74710b8> <<< 8630 1726791699.86424: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7423588> <<< 8630 1726791699.86446: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8630 1726791699.86471: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8630 1726791699.86489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8630 1726791699.86532: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad747fa58> <<< 8630 1726791699.86704: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7478198> <<< 8630 1726791699.86730: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.86739: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7478390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7471c18> <<< 8630 1726791699.86762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86771: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86783: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 8630 1726791699.86790: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86869: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86942: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86950: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86957: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py <<< 8630 1726791699.86969: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86979: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.86987: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8630 1726791699.86993: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.87093: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.87196: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py <<< 8630 1726791699.87204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791699.87222: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py <<< 8630 1726791699.87233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8630 1726791699.87251: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8630 1726791699.87259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8630 1726791699.87282: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791699.87293: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7498e10> <<< 8630 1726791699.87338: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7498ac8> <<< 8630 1726791699.87378: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74982e8> <<< 8630 1726791699.87393: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8630 1726791699.87403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8630 1726791699.87441: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7498940> <<< 8630 1726791699.87452: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7486c18> <<< 8630 1726791699.87463: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.87935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.88384: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py <<< 8630 1726791699.88395: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8630 1726791699.88410: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 8630 1726791699.88435: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py <<< 8630 1726791699.88450: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.88473: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.88498: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8630 1726791699.88521: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.88533: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py <<< 8630 1726791699.88547: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.88655: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.88777: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8630 1726791699.88810: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3d60a58> # zipimport: zlib available <<< 8630 1726791699.89176: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.89689: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available <<< 8630 1726791699.89723: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8630 1726791699.89777: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.89849: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 8630 1726791699.89883: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8630 1726791699.89917: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.89944: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8630 1726791699.89967: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90125: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90298: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8630 1726791699.90430: stdout chunk (state=3): >>>import '_ast' # <<< 8630 1726791699.90454: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3dd6e80> # zipimport: zlib available <<< 8630 1726791699.90487: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py <<< 8630 1726791699.90504: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90548: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90608: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py <<< 8630 1726791699.90636: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8630 1726791699.90656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90683: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90709: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py <<< 8630 1726791699.90731: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90755: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90790: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90827: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.90899: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8630 1726791699.91048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791699.91143: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad3db8128> <<< 8630 1726791699.91207: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad4104e48> <<< 8630 1726791699.91240: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py <<< 8630 1726791699.91259: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.91301: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.91350: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.91376: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.91409: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.91700: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.91979: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8630 1726791699.92005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8630 1726791699.92033: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8630 1726791699.92170: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3dea080> <<< 8630 1726791699.92203: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8630 1726791699.92316: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3dea128> <<< 8630 1726791699.92358: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad411d940> <<< 8630 1726791699.92432: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8630 1726791699.92469: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.92518: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available <<< 8630 1726791699.92545: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8630 1726791699.92621: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 8630 1726791699.92663: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8630 1726791699.92775: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.92935: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791699.93405: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath <<< 8630 1726791699.93430: stdout chunk (state=3): >>># cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools <<< 8630 1726791699.93458: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 <<< 8630 1726791699.93487: stdout chunk (state=3): >>># cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ <<< 8630 1726791699.93516: stdout chunk (state=3): >>># cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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 <<< 8630 1726791699.93553: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters <<< 8630 1726791699.93577: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8630 1726791699.93603: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8630 1726791699.93907: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8630 1726791699.93941: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8630 1726791699.93970: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8630 1726791699.94014: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8630 1726791699.94080: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8630 1726791699.94137: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 8630 1726791699.94202: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8630 1726791699.94263: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves <<< 8630 1726791699.94299: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8630 1726791699.94415: stdout chunk (state=3): >>># destroy posixpath <<< 8630 1726791699.94451: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse <<< 8630 1726791699.94475: stdout chunk (state=3): >>># destroy _heapq # destroy select <<< 8630 1726791699.94519: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy ansible.module_utils.six.moves.urllib_parse <<< 8630 1726791699.94546: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8630 1726791699.95007: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8630 1726791699.95014: stdout chunk (state=3): >>><<< 8630 1726791699.95025: stderr chunk (state=3): >>><<< 8630 1726791699.95088: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb7e0e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb776828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb7e09b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb783630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78a160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78f0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78a748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb78a390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb734470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb739e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb734b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb7404e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb723d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb726198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a34940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a46240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb794a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99b4080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99bf2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad99bff60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99bfa90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99c9080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a0f7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a0fba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a03160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a03e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99fa438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99eb470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad976c2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9774d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a030b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9779e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad99e52b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad97801d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9779f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad97802e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9a54fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9780dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad97809e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad978b6a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad978be80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9312198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad978b780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9317c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9780518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad933b2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad933b6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9342390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90ecba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90e32e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90d9f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90d1e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9342d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad90e3f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad933ba20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb6f3710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad90e7048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb6f3a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9780860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb7095c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70d630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70db00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70dc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb709e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70df60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb70d4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9adb70d240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb6fdb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad9327358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9adb709470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7711908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad73d2ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad73f9278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74374e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad74375f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7437b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad743a160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad73e5390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad73e5e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7438128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad741a2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad740f4a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad772fd30> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad743ab70> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7423438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad74b0eb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74b6f60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74a42e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74a4b00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad742e7f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74d4f98> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74a4160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7464e10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7464f28> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad74710b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7423588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad747fa58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7478198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7478390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7471c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad7498e10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7498ac8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad74982e8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7498940> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad7486c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3d60a58> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3dd6e80> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9ad3db8128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad4104e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3dea080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad3dea128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9ad411d940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_1wkph4fg/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings/tuned.conf", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8630 1726791699.95261: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/kernel_settings/tuned.conf', 'follow': False, 'get_checksum': True, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8630 1726791699.95793: Sending initial data 8630 1726791699.95800: Sent initial data (159 bytes) 8630 1726791699.98344: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp8wxrn0od/kernel_settings.j2 /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source <<< 8630 1726791699.98836: stderr chunk (state=3): >>><<< 8630 1726791699.98844: stdout chunk (state=3): >>><<< 8630 1726791699.98860: _low_level_execute_command(): starting 8630 1726791699.98866: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/ /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source && sleep 0' 8630 1726791700.01557: stderr chunk (state=2): >>><<< 8630 1726791700.01564: stdout chunk (state=2): >>><<< 8630 1726791700.01583: _low_level_execute_command() done: rc=0, stdout=, stderr= 8630 1726791700.01618: variable 'ansible_module_compression' from source: unknown 8630 1726791700.01665: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8630 1726791700.01690: variable 'ansible_facts' from source: unknown 8630 1726791700.01778: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_copy.py 8630 1726791700.02276: Sending initial data 8630 1726791700.02284: Sent initial data (151 bytes) 8630 1726791700.04670: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpruc2qrsi /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_copy.py <<< 8630 1726791700.05888: stderr chunk (state=3): >>><<< 8630 1726791700.05895: stdout chunk (state=3): >>><<< 8630 1726791700.05914: done transferring module to remote 8630 1726791700.05928: _low_level_execute_command(): starting 8630 1726791700.05933: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/ /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_copy.py && sleep 0' 8630 1726791700.08355: stderr chunk (state=2): >>><<< 8630 1726791700.08363: stdout chunk (state=2): >>><<< 8630 1726791700.08377: _low_level_execute_command() done: rc=0, stdout=, stderr= 8630 1726791700.08381: _low_level_execute_command(): starting 8630 1726791700.08387: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/AnsiballZ_copy.py && sleep 0' 8630 1726791700.11383: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8630 1726791700.11409: stdout chunk (state=3): >>>import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871cd1e48> <<< 8630 1726791700.11431: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8630 1726791700.11452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c67828> <<< 8630 1726791700.11471: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871cd19b0> <<< 8630 1726791700.11483: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8630 1726791700.11498: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c74630> <<< 8630 1726791700.11521: stdout chunk (state=3): >>>import '_signal' # <<< 8630 1726791700.11537: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8630 1726791700.11547: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c7b160> <<< 8630 1726791700.11573: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8630 1726791700.11624: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8630 1726791700.11632: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c800f0> <<< 8630 1726791700.11656: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c7b748> <<< 8630 1726791700.11675: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c7b390> <<< 8630 1726791700.11710: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8630 1726791700.11733: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8630 1726791700.11745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8630 1726791700.11774: stdout chunk (state=3): >>>import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8630 1726791700.11892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c25470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8630 1726791700.11906: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c2ae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c25b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8630 1726791700.11930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8630 1726791700.12044: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c314e0> <<< 8630 1726791700.12177: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c14d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c17198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff25940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8630 1726791700.12211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff37240> <<< 8630 1726791700.12300: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c85a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8630 1726791700.12523: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8630 1726791700.12538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8630 1726791700.12566: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8630 1726791700.12576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8630 1726791700.12609: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8630 1726791700.12631: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8630 1726791700.12691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # <<< 8630 1726791700.12721: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8630 1726791700.12750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791700.12775: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8630 1726791700.12806: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fea5080> <<< 8630 1726791700.12844: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feb02b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8630 1726791700.12873: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.12888: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86feb0f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feb0a90> <<< 8630 1726791700.12895: stdout chunk (state=3): >>>import 'itertools' # <<< 8630 1726791700.12919: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8630 1726791700.12944: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feba080> import '_collections' # <<< 8630 1726791700.12987: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff007b8> <<< 8630 1726791700.13005: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8630 1726791700.13015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8630 1726791700.13057: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff00ba8> <<< 8630 1726791700.13103: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fef4160> <<< 8630 1726791700.13220: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fef4e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feeb438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fedc470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8630 1726791700.13235: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8630 1726791700.13244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8630 1726791700.13274: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8630 1726791700.13342: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc5d2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc65d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fef40b8> import '_locale' # <<< 8630 1726791700.13420: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc6ae48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fed62b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8630 1726791700.13478: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86fc71208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc6afd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.13534: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86fc71320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff45fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8630 1726791700.13579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71a20> <<< 8630 1726791700.13622: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc7c6d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8630 1726791700.13652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8630 1726791700.13685: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8630 1726791700.13720: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc7ceb8> <<< 8630 1726791700.13762: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8630 1726791700.13781: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f8031d0> <<< 8630 1726791700.13822: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc7c7b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8630 1726791700.13903: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f807c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8630 1726791700.13940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8630 1726791700.13964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f82c2e8> <<< 8630 1726791700.13977: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.14047: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86f82c6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f833390> <<< 8630 1726791700.14100: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8630 1726791700.14139: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8630 1726791700.14192: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8630 1726791700.14253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5ddba8> <<< 8630 1726791700.14354: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5d42e8> <<< 8630 1726791700.14377: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5caf98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5c2e80> <<< 8630 1726791700.14397: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f833d30> <<< 8630 1726791700.14448: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86f5d4f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f82ca20> <<< 8630 1726791700.14473: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8630 1726791700.14521: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871be4710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5d8048> <<< 8630 1726791700.14558: stdout chunk (state=3): >>>import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871be4a90> <<< 8630 1726791700.14614: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71898> <<< 8630 1726791700.14640: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8630 1726791700.14676: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8630 1726791700.14736: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfa5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8630 1726791700.14892: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfe630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfeb00> <<< 8630 1726791700.14934: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfec18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871bfae10> <<< 8630 1726791700.14964: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.14975: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfef60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871bfe4e0> <<< 8630 1726791700.15011: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfe240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871beeb00> <<< 8630 1726791700.15063: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f818358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8630 1726791700.15096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8630 1726791700.15128: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871bfa470> <<< 8630 1726791700.15258: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8630 1726791700.15304: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86dc02908> <<< 8630 1726791700.15329: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip' <<< 8630 1726791700.15365: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py <<< 8630 1726791700.15396: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py <<< 8630 1726791700.15414: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.16479: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.17409: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8630 1726791700.17427: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d8c3ac8> <<< 8630 1726791700.17451: stdout chunk (state=3): >>>import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8630 1726791700.17473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8630 1726791700.17534: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d8ea278> <<< 8630 1726791700.17552: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9284e0> <<< 8630 1726791700.17588: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d9285f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8630 1726791700.17612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8630 1726791700.17648: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d928b38> <<< 8630 1726791700.17668: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8630 1726791700.17683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8630 1726791700.17704: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8630 1726791700.17728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8630 1726791700.17752: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8630 1726791700.17834: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d92b160> <<< 8630 1726791700.17862: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.17871: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d8d6390> <<< 8630 1726791700.17890: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d8d6e48> <<< 8630 1726791700.17911: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8630 1726791700.17918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8630 1726791700.17986: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d929128> <<< 8630 1726791700.17993: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d90b2b0> <<< 8630 1726791700.18310: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9004a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8630 1726791700.18321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8630 1726791700.18360: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86dc26fd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d914358> <<< 8630 1726791700.18448: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d914470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8630 1726791700.18471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8630 1726791700.18489: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8630 1726791700.18509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791700.18547: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d9a1ef0> <<< 8630 1726791700.18663: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9a7f60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d995320> <<< 8630 1726791700.18680: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8630 1726791700.18717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d995b38> <<< 8630 1726791700.18880: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d91f828> <<< 8630 1726791700.18914: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8630 1726791700.18946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791700.18969: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8630 1726791700.18978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8630 1726791700.18992: stdout chunk (state=3): >>>import '_string' # <<< 8630 1726791700.19067: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9c5f28> <<< 8630 1726791700.19141: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d995198> <<< 8630 1726791700.19249: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.19262: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d955dd8> <<< 8630 1726791700.19296: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d955f60> <<< 8630 1726791700.19324: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.19336: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d962080> <<< 8630 1726791700.19345: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9145c0> <<< 8630 1726791700.19382: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8630 1726791700.19419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8630 1726791700.19452: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d970a20> <<< 8630 1726791700.19609: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d96b160> <<< 8630 1726791700.19644: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.19664: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d96b358> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d962be0> # zipimport: zlib available <<< 8630 1726791700.19718: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8630 1726791700.19753: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.19825: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.19836: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.19845: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available <<< 8630 1726791700.19871: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8630 1726791700.19959: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.20074: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791700.20113: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8630 1726791700.20137: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.20147: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d98bdd8> <<< 8630 1726791700.20188: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d98ba90> <<< 8630 1726791700.20224: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d98b2b0> <<< 8630 1726791700.20238: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8630 1726791700.20251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8630 1726791700.20285: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d98b908> <<< 8630 1726791700.20303: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d978be0> # zipimport: zlib available <<< 8630 1726791700.20771: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21228: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py <<< 8630 1726791700.21240: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8630 1726791700.21250: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py <<< 8630 1726791700.21280: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py <<< 8630 1726791700.21289: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21304: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21323: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py <<< 8630 1726791700.21331: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21348: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21355: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py <<< 8630 1726791700.21370: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21472: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21592: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8630 1726791700.21618: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a252240> <<< 8630 1726791700.21626: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.21996: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22397: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22447: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py <<< 8630 1726791700.22455: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22478: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22502: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8630 1726791700.22572: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22634: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py <<< 8630 1726791700.22647: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8630 1726791700.22662: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8630 1726791700.22693: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22716: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8630 1726791700.22732: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.22888: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23059: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8630 1726791700.23067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8630 1726791700.23191: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2c7e48> <<< 8630 1726791700.23205: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23223: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23243: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8630 1726791700.23291: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23343: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py <<< 8630 1726791700.23355: stdout chunk (state=3): >>>import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py <<< 8630 1726791700.23367: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8630 1726791700.23440: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py <<< 8630 1726791700.23453: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23492: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23504: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23544: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.23602: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8630 1726791700.23748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8630 1726791700.23831: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8630 1726791700.23846: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86a2aa128> <<< 8630 1726791700.23896: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a5f5e48> <<< 8630 1726791700.23927: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py <<< 8630 1726791700.23942: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.24005: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.24034: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.24063: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.24088: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.24386: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.24655: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8630 1726791700.24681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8630 1726791700.24725: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8630 1726791700.24837: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2dc080> <<< 8630 1726791700.24863: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8630 1726791700.24970: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2dc128> <<< 8630 1726791700.25008: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a27f940> <<< 8630 1726791700.25071: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py <<< 8630 1726791700.25081: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.25100: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.25120: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py <<< 8630 1726791700.25130: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.25146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.25165: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py <<< 8630 1726791700.25251: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py <<< 8630 1726791700.25265: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8630 1726791700.25279: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py <<< 8630 1726791700.25287: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.25621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.25957: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2eafd0> <<< 8630 1726791700.26029: stdout chunk (state=3): >>># zipimport: zlib available <<< 8630 1726791700.26462: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py <<< 8630 1726791700.26475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe869f51128> <<< 8630 1726791700.27009: stdout chunk (state=3): >>> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source", "md5sum": "7d83891795eeb6debeff7e2812501630", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8630 1726791700.27032: stdout chunk (state=3): >>># destroy __main__ <<< 8630 1726791700.27350: stdout chunk (state=3): >>># clear builtins._ # clear sys.path <<< 8630 1726791700.27379: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal <<< 8630 1726791700.27391: stdout chunk (state=3): >>># cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path <<< 8630 1726791700.27412: stdout chunk (state=3): >>># cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible <<< 8630 1726791700.27423: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 8630 1726791700.27430: stdout chunk (state=3): >>># cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat <<< 8630 1726791700.27441: stdout chunk (state=3): >>># destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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 <<< 8630 1726791700.27468: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale <<< 8630 1726791700.27490: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8630 1726791700.27649: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8630 1726791700.27682: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8630 1726791700.27697: stdout chunk (state=3): >>># destroy zipimport <<< 8630 1726791700.27708: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 8630 1726791700.27715: stdout chunk (state=3): >>># destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8630 1726791700.27726: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal <<< 8630 1726791700.27735: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8630 1726791700.27764: stdout chunk (state=3): >>># destroy syslog <<< 8630 1726791700.27779: stdout chunk (state=3): >>># destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8630 1726791700.27803: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon <<< 8630 1726791700.27820: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 8630 1726791700.27841: stdout chunk (state=3): >>># destroy _json # destroy datetime # destroy selinux <<< 8630 1726791700.28022: stdout chunk (state=3): >>># destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes <<< 8630 1726791700.28041: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8630 1726791700.28146: stdout chunk (state=3): >>># destroy posixpath <<< 8630 1726791700.28172: stdout chunk (state=3): >>># destroy stat # destroy _signal <<< 8630 1726791700.28254: stdout chunk (state=3): >>># destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8630 1726791700.28572: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8630 1726791700.28579: stdout chunk (state=3): >>><<< 8630 1726791700.28591: stderr chunk (state=3): >>><<< 8630 1726791700.28631: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871cd1e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c67828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871cd19b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c74630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c7b160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c800f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c7b748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c7b390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c25470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c2ae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c25b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c314e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c14d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c17198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff25940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff37240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871c85a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fea5080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feb02b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86feb0f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feb0a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feba080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff007b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff00ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fef4160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fef4e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86feeb438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fedc470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc5d2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc65d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fef40b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc6ae48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fed62b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86fc71208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc6afd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86fc71320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86ff45fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71e10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71a20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc7c6d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc7ceb8> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f8031d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc7c7b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f807c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f82c2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86f82c6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f833390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5ddba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5d42e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5caf98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5c2e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f833d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86f5d4f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f82ca20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871be4710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f5d8048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871be4a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86fc71898> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfa5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfe630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfeb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfec18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871bfae10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfef60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871bfe4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe871bfe240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871beeb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86f818358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe871bfa470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86dc02908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d8c3ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d8ea278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9284e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d9285f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d928b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d92b160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d8d6390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d8d6e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d929128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d90b2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9004a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86dc26fd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d914358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d914470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d9a1ef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9a7f60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d995320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d995b38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d91f828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9c5f28> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d995198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d955dd8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d955f60> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d962080> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d9145c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d970a20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d96b160> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d96b358> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d962be0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86d98bdd8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d98ba90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d98b2b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d98b908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86d978be0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a252240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2c7e48> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe86a2aa128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a5f5e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2dc080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2dc128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a27f940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_6t4eb8j_/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe86a2eafd0> # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe869f51128> {"dest": "/etc/tuned/kernel_settings/tuned.conf", "src": "/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source", "md5sum": "7d83891795eeb6debeff7e2812501630", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source", "dest": "/etc/tuned/kernel_settings/tuned.conf", "mode": "0644", "follow": false, "_original_basename": "kernel_settings.j2", "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8630 1726791700.28723: done with _execute_module (ansible.legacy.copy, {'src': '/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source', 'dest': '/etc/tuned/kernel_settings/tuned.conf', 'mode': '0644', 'follow': False, '_original_basename': 'kernel_settings.j2', 'checksum': 'e44ba7fc7046252a1b6772f7347d0e7b9b48a069', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8630 1726791700.28774: _low_level_execute_command(): starting 8630 1726791700.28784: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/ > /dev/null 2>&1 && sleep 0' 8630 1726791700.31254: stderr chunk (state=2): >>><<< 8630 1726791700.31261: stdout chunk (state=2): >>><<< 8630 1726791700.31276: _low_level_execute_command() done: rc=0, stdout=, stderr= 8630 1726791700.31288: handler run complete 8630 1726791700.31310: attempt loop complete, returning result 8630 1726791700.31314: _execute() done 8630 1726791700.31318: dumping result to json 8630 1726791700.31323: done dumping result, returning 8630 1726791700.31333: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Apply kernel settings [029c2e81-ca9f-66d5-1a1d-00000000014f] 8630 1726791700.31339: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014f 8630 1726791700.31384: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000014f 8630 1726791700.31389: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "e44ba7fc7046252a1b6772f7347d0e7b9b48a069", "dest": "/etc/tuned/kernel_settings/tuned.conf", "gid": 0, "group": "root", "md5sum": "7d83891795eeb6debeff7e2812501630", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 86, "src": "/root/.ansible/tmp/ansible-tmp-1726791699.5842392-8630-181771208344253/source", "state": "file", "uid": 0 } 8186 1726791700.31546: no more pending results, returning what we have 8186 1726791700.31548: results queue empty 8186 1726791700.31549: checking for any_errors_fatal 8186 1726791700.31554: done checking for any_errors_fatal 8186 1726791700.31555: checking for max_fail_percentage 8186 1726791700.31556: done checking for max_fail_percentage 8186 1726791700.31557: checking to see if all hosts have failed and the running result is not ok 8186 1726791700.31557: done checking to see if all hosts have failed 8186 1726791700.31558: getting the remaining hosts for this loop 8186 1726791700.31559: done getting the remaining hosts for this loop 8186 1726791700.31562: getting the next task for host managed_node1 8186 1726791700.31567: done getting next task for host managed_node1 8186 1726791700.31569: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8186 1726791700.31573: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=12, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791700.31582: getting variables 8186 1726791700.31583: in VariableManager get_vars() 8186 1726791700.31616: Calling all_inventory to load vars for managed_node1 8186 1726791700.31618: Calling groups_inventory to load vars for managed_node1 8186 1726791700.31620: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791700.31629: Calling all_plugins_play to load vars for managed_node1 8186 1726791700.31631: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791700.31633: Calling groups_plugins_play to load vars for managed_node1 8186 1726791700.31749: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791700.31890: done with get_vars() 8186 1726791700.31898: done getting variables 8186 1726791700.31939: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Thursday 19 September 2024 20:21:40 -0400 (0:00:00.779) 0:00:16.698 **** 8186 1726791700.31962: entering _queue_task() for managed_node1/service 8186 1726791700.32128: worker is 1 (out of 1 available) 8186 1726791700.32143: exiting _queue_task() for managed_node1/service 8186 1726791700.32154: done queuing things up, now waiting for results queue to drain 8186 1726791700.32155: waiting for pending results... 8665 1726791700.32275: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes 8665 1726791700.32394: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000150 8665 1726791700.32411: variable 'ansible_search_path' from source: unknown 8665 1726791700.32417: variable 'ansible_search_path' from source: unknown 8665 1726791700.32456: variable '__kernel_settings_services' from source: include_vars 8665 1726791700.32703: variable '__kernel_settings_services' from source: include_vars 8665 1726791700.32760: variable 'omit' from source: magic vars 8665 1726791700.32862: variable 'ansible_host' from source: host vars for 'managed_node1' 8665 1726791700.32874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8665 1726791700.32887: variable 'omit' from source: magic vars 8665 1726791700.33123: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8665 1726791700.33354: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8665 1726791700.33395: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8665 1726791700.33427: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8665 1726791700.33456: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8665 1726791700.33554: variable '__kernel_settings_register_profile' from source: set_fact 8665 1726791700.33567: variable '__kernel_settings_register_mode' from source: set_fact 8665 1726791700.33581: Evaluated conditional (__kernel_settings_register_profile is changed or __kernel_settings_register_mode is changed): True 8665 1726791700.33591: variable 'omit' from source: magic vars 8665 1726791700.33636: variable 'omit' from source: magic vars 8665 1726791700.33671: variable 'item' from source: unknown 8665 1726791700.33728: variable 'item' from source: unknown 8665 1726791700.33744: variable 'omit' from source: magic vars 8665 1726791700.33766: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8665 1726791700.33806: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8665 1726791700.33824: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8665 1726791700.33839: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8665 1726791700.33849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8665 1726791700.33872: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8665 1726791700.33877: variable 'ansible_host' from source: host vars for 'managed_node1' 8665 1726791700.33881: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8665 1726791700.33949: Set connection var ansible_shell_executable to /bin/sh 8665 1726791700.33956: Set connection var ansible_pipelining to False 8665 1726791700.33965: Set connection var ansible_module_compression to ZIP_DEFLATED 8665 1726791700.33969: Set connection var ansible_connection to ssh 8665 1726791700.33975: Set connection var ansible_timeout to 10 8665 1726791700.33979: Set connection var ansible_shell_type to sh 8665 1726791700.33995: variable 'ansible_shell_executable' from source: unknown 8665 1726791700.33999: variable 'ansible_connection' from source: unknown 8665 1726791700.34002: variable 'ansible_module_compression' from source: unknown 8665 1726791700.34005: variable 'ansible_shell_type' from source: unknown 8665 1726791700.34009: variable 'ansible_shell_executable' from source: unknown 8665 1726791700.34012: variable 'ansible_host' from source: host vars for 'managed_node1' 8665 1726791700.34017: variable 'ansible_pipelining' from source: unknown 8665 1726791700.34020: variable 'ansible_timeout' from source: unknown 8665 1726791700.34024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8665 1726791700.34094: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8665 1726791700.34105: variable 'omit' from source: magic vars 8665 1726791700.34111: starting attempt loop 8665 1726791700.34115: running the handler 8665 1726791700.34171: variable 'ansible_facts' from source: unknown 8665 1726791700.34248: _low_level_execute_command(): starting 8665 1726791700.34257: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8665 1726791700.36488: stdout chunk (state=2): >>>/root <<< 8665 1726791700.36736: stderr chunk (state=3): >>><<< 8665 1726791700.36744: stdout chunk (state=3): >>><<< 8665 1726791700.36764: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8665 1726791700.36783: _low_level_execute_command(): starting 8665 1726791700.36790: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741 `" && echo ansible-tmp-1726791700.36776-8665-21765794651741="` echo /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741 `" ) && sleep 0' 8665 1726791700.40590: stdout chunk (state=2): >>>ansible-tmp-1726791700.36776-8665-21765794651741=/root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741 <<< 8665 1726791700.40661: stderr chunk (state=3): >>><<< 8665 1726791700.40668: stdout chunk (state=3): >>><<< 8665 1726791700.40689: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791700.36776-8665-21765794651741=/root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741 , stderr= 8665 1726791700.40723: variable 'ansible_module_compression' from source: unknown 8665 1726791700.40780: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 8665 1726791700.40837: variable 'ansible_facts' from source: unknown 8665 1726791700.41081: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/AnsiballZ_systemd.py 8665 1726791700.41841: Sending initial data 8665 1726791700.41849: Sent initial data (151 bytes) 8665 1726791700.44202: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp5r_wgku9 /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/AnsiballZ_systemd.py <<< 8665 1726791700.46743: stderr chunk (state=3): >>><<< 8665 1726791700.46751: stdout chunk (state=3): >>><<< 8665 1726791700.46777: done transferring module to remote 8665 1726791700.46794: _low_level_execute_command(): starting 8665 1726791700.46800: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/ /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/AnsiballZ_systemd.py && sleep 0' 8665 1726791700.49892: stderr chunk (state=2): >>><<< 8665 1726791700.49900: stdout chunk (state=2): >>><<< 8665 1726791700.49914: _low_level_execute_command() done: rc=0, stdout=, stderr= 8665 1726791700.49918: _low_level_execute_command(): starting 8665 1726791700.49925: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/AnsiballZ_systemd.py && sleep 0' 8665 1726791700.52627: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin <<< 8665 1726791700.52651: stdout chunk (state=3): >>>import sys # builtin import '_warnings' # import '_thread' # <<< 8665 1726791700.52661: stdout chunk (state=3): >>>import '_weakref' # <<< 8665 1726791700.52704: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8665 1726791700.52736: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8665 1726791700.52778: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # <<< 8665 1726791700.52795: stdout chunk (state=3): >>>import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8665 1726791700.52801: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8665 1726791700.52841: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.52866: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8665 1726791700.52889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8665 1726791700.52898: stdout chunk (state=3): >>>import '_codecs' # <<< 8665 1726791700.52918: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7c5e48> <<< 8665 1726791700.52952: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8665 1726791700.52963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' <<< 8665 1726791700.52975: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e75b828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7c59b0> <<< 8665 1726791700.52999: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8665 1726791700.53006: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e768630> <<< 8665 1726791700.53026: stdout chunk (state=3): >>>import '_signal' # <<< 8665 1726791700.53043: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py <<< 8665 1726791700.53055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8665 1726791700.53062: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e76f160> <<< 8665 1726791700.53081: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8665 1726791700.53103: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8665 1726791700.53122: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8665 1726791700.53134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' <<< 8665 1726791700.53151: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7740f0> <<< 8665 1726791700.53161: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e76f748> <<< 8665 1726791700.53189: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e76f390> <<< 8665 1726791700.53212: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8665 1726791700.53228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8665 1726791700.53245: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8665 1726791700.53266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8665 1726791700.53275: stdout chunk (state=3): >>>import 'errno' # <<< 8665 1726791700.53295: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8665 1726791700.53306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8665 1726791700.53318: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e719470> <<< 8665 1726791700.53344: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8665 1726791700.53351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8665 1726791700.53374: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' <<< 8665 1726791700.53387: stdout chunk (state=3): >>>import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e71ee48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e719b38> <<< 8665 1726791700.53416: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8665 1726791700.53444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8665 1726791700.53552: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7254e0> <<< 8665 1726791700.53571: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e708d68> <<< 8665 1726791700.53590: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' <<< 8665 1726791700.53606: stdout chunk (state=3): >>>import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e70b198> <<< 8665 1726791700.53637: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8665 1726791700.53660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8665 1726791700.53668: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31ca19940> <<< 8665 1726791700.53687: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8665 1726791700.53707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' <<< 8665 1726791700.53717: stdout chunk (state=3): >>>import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31ca2b240> <<< 8665 1726791700.53792: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e779a20> <<< 8665 1726791700.53802: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8665 1726791700.54210: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8665 1726791700.54236: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8665 1726791700.54260: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8665 1726791700.54299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8665 1726791700.54327: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8665 1726791700.54384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # <<< 8665 1726791700.54408: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8665 1726791700.54435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.54459: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8665 1726791700.54468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8665 1726791700.54492: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c94f080> <<< 8665 1726791700.54512: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' <<< 8665 1726791700.54523: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c95a2b0> <<< 8665 1726791700.54540: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8665 1726791700.54547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8665 1726791700.54567: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.54580: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c95af60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c95aa90> import 'itertools' # <<< 8665 1726791700.54607: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8665 1726791700.54625: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c964080> <<< 8665 1726791700.54632: stdout chunk (state=3): >>>import '_collections' # <<< 8665 1726791700.54679: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9f47b8> <<< 8665 1726791700.54694: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8665 1726791700.54707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8665 1726791700.54738: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9f4ba8> <<< 8665 1726791700.54793: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9e8160> <<< 8665 1726791700.54819: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8665 1726791700.54827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9e8e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9df438> <<< 8665 1726791700.54868: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9d0470> <<< 8665 1726791700.54885: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8665 1726791700.54900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8665 1726791700.54921: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8665 1726791700.54934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8665 1726791700.54955: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8665 1726791700.54987: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c707278> <<< 8665 1726791700.55009: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c70fcf8> <<< 8665 1726791700.55016: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9e8438> <<< 8665 1726791700.55021: stdout chunk (state=3): >>>import '_locale' # <<< 8665 1726791700.55074: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8665 1726791700.55087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c714e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9ca2b0> <<< 8665 1726791700.55104: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8665 1726791700.55116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8665 1726791700.55135: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.55144: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c71b1d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c714f98> <<< 8665 1726791700.55170: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c71b2e8> <<< 8665 1726791700.55179: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31ca39fd0> <<< 8665 1726791700.55201: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8665 1726791700.55222: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.55242: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8665 1726791700.55248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8665 1726791700.55266: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71bdd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71b9e8> <<< 8665 1726791700.55290: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c7266a0> <<< 8665 1726791700.55309: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8665 1726791700.55319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8665 1726791700.55344: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8665 1726791700.55401: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c726e80> <<< 8665 1726791700.55423: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8665 1726791700.55432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8665 1726791700.55463: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2ad198> <<< 8665 1726791700.55476: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c726780> <<< 8665 1726791700.55498: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8665 1726791700.55508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8665 1726791700.55559: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2b2c88> <<< 8665 1726791700.55569: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71b518> <<< 8665 1726791700.55587: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8665 1726791700.55604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8665 1726791700.55625: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8665 1726791700.55632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2d62e8> <<< 8665 1726791700.55656: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.55668: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c2d66a0> <<< 8665 1726791700.55676: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8665 1726791700.55694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8665 1726791700.55714: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8665 1726791700.55724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8665 1726791700.55748: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2dd390> <<< 8665 1726791700.55756: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8665 1726791700.55770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8665 1726791700.55785: stdout chunk (state=3): >>>import 'time' # <<< 8665 1726791700.55801: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8665 1726791700.55813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8665 1726791700.55841: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8665 1726791700.55851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8665 1726791700.55858: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8665 1726791700.55894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8665 1726791700.55911: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py <<< 8665 1726791700.55922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c087ba8> <<< 8665 1726791700.56037: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c07e2e8> <<< 8665 1726791700.56049: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c074f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c06ce80> <<< 8665 1726791700.56078: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2ddd30> <<< 8665 1726791700.56108: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c07ef60> <<< 8665 1726791700.56125: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2d6a20> <<< 8665 1726791700.56138: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8665 1726791700.56158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8665 1726791700.56190: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56211: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6d66a0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c082048> import 'pwd' # <<< 8665 1726791700.56235: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56242: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6d6a20> <<< 8665 1726791700.56294: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71b860> <<< 8665 1726791700.56312: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8665 1726791700.56328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8665 1726791700.56337: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8665 1726791700.56356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8665 1726791700.56382: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56395: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6ee550> <<< 8665 1726791700.56411: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8665 1726791700.56535: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56545: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f25c0> <<< 8665 1726791700.56565: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56574: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f2a90> <<< 8665 1726791700.56602: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56612: stdout chunk (state=3): >>>import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f2ba8> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6eeda0> <<< 8665 1726791700.56622: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8665 1726791700.56643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.56661: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f2ef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6f2470> <<< 8665 1726791700.56681: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f21d0> <<< 8665 1726791700.56695: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6e2a90> <<< 8665 1726791700.56712: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2c2358> <<< 8665 1726791700.56733: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8665 1726791700.56766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8665 1726791700.56804: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6ee400> <<< 8665 1726791700.57012: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8665 1726791700.57047: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6f6898> <<< 8665 1726791700.57248: stdout chunk (state=3): >>># zipimport: found 107 names in '/tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8665 1726791700.58338: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.59235: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py <<< 8665 1726791700.59251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a3c8a58> <<< 8665 1726791700.59280: stdout chunk (state=3): >>>import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8665 1726791700.59300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8665 1726791700.59391: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a36c208> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a372470> <<< 8665 1726791700.59419: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a372588> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8665 1726791700.59455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8665 1726791700.59514: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a372ac8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8665 1726791700.59551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8665 1726791700.59589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8665 1726791700.59664: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a39fa90> <<< 8665 1726791700.59713: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a39fb38> <<< 8665 1726791700.59803: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a6a9208> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8665 1726791700.59883: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6a9550> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a39a240> <<< 8665 1726791700.60152: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a38c438> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8665 1726791700.60226: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a39a668> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a6d3d68> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6d3e80> <<< 8665 1726791700.60257: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8665 1726791700.60304: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8665 1726791700.60354: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.60434: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a627940> <<< 8665 1726791700.60530: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a634a90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6d1d30> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a621438> <<< 8665 1726791700.60773: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6cb278> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8665 1726791700.60841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8665 1726791700.60899: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a651ac8> <<< 8665 1726791700.60940: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6215f8> <<< 8665 1726791700.61069: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a65d978> <<< 8665 1726791700.61117: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a65da58> <<< 8665 1726791700.61200: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a65dbe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6c2048> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8665 1726791700.61256: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a67b5c0> <<< 8665 1726791700.61404: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a670cc0> <<< 8665 1726791700.61463: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a670eb8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a670780> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/__init__.py <<< 8665 1726791700.61490: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.61547: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.61612: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.61641: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8665 1726791700.61741: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.61844: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.61882: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py <<< 8665 1726791700.61920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a694978> <<< 8665 1726791700.61969: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a694668> <<< 8665 1726791700.62002: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a686e48> <<< 8665 1726791700.62025: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8665 1726791700.62069: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6944e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6866a0> <<< 8665 1726791700.62092: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.62546: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.62989: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/six/__init__.py <<< 8665 1726791700.63000: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8665 1726791700.63010: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/converters.py <<< 8665 1726791700.63035: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selinux.py <<< 8665 1726791700.63042: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.63059: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.63083: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8665 1726791700.63108: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.63118: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/_text.py <<< 8665 1726791700.63127: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.63233: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.63354: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8665 1726791700.63390: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d032e8> # zipimport: zlib available <<< 8665 1726791700.63740: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64083: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64132: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64188: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/collections.py <<< 8665 1726791700.64237: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.64255: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/warnings.py <<< 8665 1726791700.64265: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64335: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64397: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8665 1726791700.64410: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/__init__.py <<< 8665 1726791700.64418: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64446: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64475: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8665 1726791700.64644: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.64818: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8665 1726791700.65009: stdout chunk (state=3): >>>import '_ast' # <<< 8665 1726791700.65017: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316df7828> <<< 8665 1726791700.65033: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65065: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8665 1726791700.65121: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65171: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8665 1726791700.65203: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8665 1726791700.65218: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65240: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65267: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/locale.py <<< 8665 1726791700.65296: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65309: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65338: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65377: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65435: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8665 1726791700.65511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.65631: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3170af0b8> <<< 8665 1726791700.65676: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d3f828> <<< 8665 1726791700.65714: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8665 1726791700.65763: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.65835: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.65868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.66119: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.66388: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8665 1726791700.66420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8665 1726791700.66440: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8665 1726791700.66448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8665 1726791700.66582: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd317095fd0> <<< 8665 1726791700.66596: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8665 1726791700.66612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8665 1726791700.66701: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3170b70b8> <<< 8665 1726791700.66745: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d448d0> <<< 8665 1726791700.66801: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/_distro.py <<< 8665 1726791700.66811: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8665 1726791700.66835: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.66855: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_utils.py <<< 8665 1726791700.66864: stdout chunk (state=3): >>>import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8665 1726791700.66885: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.66900: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/pycompat24.py <<< 8665 1726791700.66997: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/basic.py <<< 8665 1726791700.67007: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67023: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67032: stdout chunk (state=3): >>>import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8665 1726791700.67185: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67348: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.67375: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67397: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67433: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67462: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67489: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 8665 1726791700.67549: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67603: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67625: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.67661: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py <<< 8665 1726791700.67703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' <<< 8665 1726791700.68353: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e26198> <<< 8665 1726791700.68365: stdout chunk (state=3): >>>import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available <<< 8665 1726791700.68512: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.68621: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.68688: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.68701: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' <<< 8665 1726791700.68747: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' <<< 8665 1726791700.68756: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py <<< 8665 1726791700.68779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' <<< 8665 1726791700.68790: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316dc36a0> <<< 8665 1726791700.68804: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' <<< 8665 1726791700.68823: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py <<< 8665 1726791700.68856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc'<<< 8665 1726791700.68865: stdout chunk (state=3): >>> <<< 8665 1726791700.68881: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py <<< 8665 1726791700.68912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316de90f0> <<< 8665 1726791700.68980: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.68992: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd316de9898> <<< 8665 1726791700.69003: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316dc0d68> <<< 8665 1726791700.69027: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd316de0e10> <<< 8665 1726791700.69045: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316dc0080> <<< 8665 1726791700.69075: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e4f198> <<< 8665 1726791700.69108: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e20a90> # /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py <<< 8665 1726791700.69117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' <<< 8665 1726791700.69137: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py <<< 8665 1726791700.69144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' <<< 8665 1726791700.69159: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d7ecf8> <<< 8665 1726791700.69171: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py <<< 8665 1726791700.69197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d83860> <<< 8665 1726791700.69223: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e53d30> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/timeout.py <<< 8665 1726791700.69255: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.69280: stdout chunk (state=3): >>>import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available <<< 8665 1726791700.69318: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69393: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available <<< 8665 1726791700.69420: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69461: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/__init__.py <<< 8665 1726791700.69509: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/apparmor.py <<< 8665 1726791700.69524: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69560: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69605: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available <<< 8665 1726791700.69641: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69677: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 8665 1726791700.69726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69769: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69818: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.69860: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/utils.py <<< 8665 1726791700.69880: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available <<< 8665 1726791700.70283: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70653: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/distribution.py <<< 8665 1726791700.70663: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70696: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70742: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70763: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70794: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/date_time.py <<< 8665 1726791700.70804: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70821: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70850: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available <<< 8665 1726791700.70896: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70936: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/dns.py <<< 8665 1726791700.70946: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70971: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.70991: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available <<< 8665 1726791700.71018: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71052: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 8665 1726791700.71102: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71180: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' <<< 8665 1726791700.71234: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316480be0> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py <<< 8665 1726791700.71266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' <<< 8665 1726791700.71430: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3164c6710> <<< 8665 1726791700.71442: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available <<< 8665 1726791700.71497: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71545: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/lsb.py <<< 8665 1726791700.71557: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71726: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71810: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py <<< 8665 1726791700.71818: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71868: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71926: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/platform.py <<< 8665 1726791700.71937: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.71964: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.72006: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py <<< 8665 1726791700.72025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' <<< 8665 1726791700.72047: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py <<< 8665 1726791700.72074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' <<< 8665 1726791700.72160: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3164a0828> <<< 8665 1726791700.72221: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' <<< 8665 1726791700.72229: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3164a7ef0> <<< 8665 1726791700.72443: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3164d1748> <<< 8665 1726791700.72459: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available <<< 8665 1726791700.72504: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.72541: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 8665 1726791700.72552: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.72612: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.72926: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3165bc908> <<< 8665 1726791700.73018: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.73121: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.73287: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/version.py <<< 8665 1726791700.73301: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available <<< 8665 1726791700.73336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.73369: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py <<< 8665 1726791700.73379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.73405: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.73450: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' <<< 8665 1726791700.73500: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3165bda58> <<< 8665 1726791700.73515: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3165bd6d8> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/user.py <<< 8665 1726791700.73528: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.73543: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available <<< 8665 1726791700.73685: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available <<< 8665 1726791700.73785: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.73878: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 8665 1726791700.73957: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.74097: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.74113: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/sysctl.py <<< 8665 1726791700.74123: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available <<< 8665 1726791700.74151: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.74187: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.74288: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.74407: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 8665 1726791700.74504: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.74582: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available <<< 8665 1726791700.74613: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.74634: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.75061: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.75901: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.75920: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.76039: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/sunos.py <<< 8665 1726791700.76049: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76072: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available <<< 8665 1726791700.76108: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76137: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/base.py <<< 8665 1726791700.76148: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76218: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76296: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76445: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76594: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/aix.py <<< 8665 1726791700.76613: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76634: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76667: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 8665 1726791700.76692: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76718: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available <<< 8665 1726791700.76770: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76829: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available <<< 8665 1726791700.76850: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76876: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/freebsd.py <<< 8665 1726791700.76883: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76917: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.76966: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available <<< 8665 1726791700.77012: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77061: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hurd.py <<< 8665 1726791700.77074: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77269: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77472: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available <<< 8665 1726791700.77522: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77567: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/iscsi.py <<< 8665 1726791700.77579: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77598: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77627: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available <<< 8665 1726791700.77657: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77683: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/netbsd.py <<< 8665 1726791700.77697: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77713: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77741: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available <<< 8665 1726791700.77806: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77864: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/sunos.py <<< 8665 1726791700.77881: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.77892: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available <<< 8665 1726791700.77936: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.77962: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/base.py <<< 8665 1726791700.77982: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78010: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8665 1726791700.78039: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78078: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78127: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78188: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/freebsd.py <<< 8665 1726791700.78210: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 8665 1726791700.78238: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78282: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 8665 1726791700.78436: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78789: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 8665 1726791700.78811: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.78876: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/default_collectors.py <<< 8665 1726791700.78896: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.79100: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available <<< 8665 1726791700.79134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.79231: stdout chunk (state=3): >>>import ansible.module_utils.service # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/service.py <<< 8665 1726791700.79331: stdout chunk (state=3): >>># zipimport: zlib available <<< 8665 1726791700.79487: stdout chunk (state=3): >>>import 'gc' # <<< 8665 1726791701.04219: stdout chunk (state=3): >>> {"name": "tuned", "changed": true, "status": {"Type": "dbus", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestamp": "Thu 2024-09-19 20:18:02 EDT", "WatchdogTimestampMonotonic": "31672019", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "663", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ExecMainStartTimestampMonotonic": "30592515", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "663", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:18:01 EDT] ; stop_time=[n/a] ; pid=663 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "MemoryCurrent": "18624512", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "4", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "Description": "Dynamic System Tuning Daemon", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 20:18:02 EDT", "StateChangeTimestampMonotonic": "31672022", "InactiveExitTimestamp": "Thu 2024-09-19 20:18:01 EDT", "InactiveExitTimestampMonotonic": "30592709", "ActiveEnterTimestamp": "Thu 2024-09-19 20:18:02 EDT", "ActiveEnterTimestampMonotonic": "31672022", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ConditionTimestampMonotonic": "30591264", "AssertTimestamp": "Thu 2024-09-19 20:18:01 EDT", "AssertTimestampMonotonic": "30591265", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "54f9334d51864b23b0f1248b6b0fecc6", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter <<< 8665 1726791701.04257: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8665 1726791701.04436: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8665 1726791701.04474: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression <<< 8665 1726791701.04512: stdout chunk (state=3): >>># destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings <<< 8665 1726791701.04547: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes # destroy _string <<< 8665 1726791701.04586: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon <<< 8665 1726791701.04625: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux <<< 8665 1726791701.04649: stdout chunk (state=3): >>># destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy <<< 8665 1726791701.04673: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 8665 1726791701.04747: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy array # destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy fcntl # destroy datetime <<< 8665 1726791701.04777: stdout chunk (state=3): >>># destroy gc # destroy ipaddress # destroy textwrap # destroy base64 <<< 8665 1726791701.04825: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios # destroy json <<< 8665 1726791701.04947: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools <<< 8665 1726791701.05053: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8665 1726791701.05229: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select <<< 8665 1726791701.05264: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request <<< 8665 1726791701.05330: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings <<< 8665 1726791701.05607: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8665 1726791701.05650: stderr chunk (state=3): >>><<< 8665 1726791701.05656: stdout chunk (state=3): >>><<< 8665 1726791701.05722: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7c5e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e75b828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7c59b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e768630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e76f160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7740f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e76f748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e76f390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e719470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e71ee48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e719b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e7254e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e708d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e70b198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31ca19940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31ca2b240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e779a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c94f080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c95a2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c95af60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c95aa90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c964080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9f47b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9f4ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9e8160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9e8e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9df438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9d0470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c707278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c70fcf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9e8438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c714e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c9ca2b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c71b1d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c714f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c71b2e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31ca39fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71bdd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71b9e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c7266a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c726e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2ad198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c726780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2b2c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71b518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2d62e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c2d66a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2dd390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c087ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c07e2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c074f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c06ce80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2ddd30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31c07ef60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2d6a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6d66a0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c082048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6d6a20> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c71b860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6ee550> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f25c0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f2a90> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f2ba8> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6eeda0> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f2ef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6f2470> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31e6f21d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6e2a90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31c2c2358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31e6ee400> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6f6898> # zipimport: found 107 names in '/tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a3c8a58> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a36c208> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a372470> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a372588> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a372ac8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a39fa90> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a39fb38> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a6a9208> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6a9550> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a39a240> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a38c438> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a39a668> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a6d3d68> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6d3e80> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a627940> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a634a90> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6d1d30> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a621438> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6cb278> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a651ac8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6215f8> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a65d978> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a65da58> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a65dbe0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6c2048> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a67b5c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a670cc0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a670eb8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a670780> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd31a694978> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a694668> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a686e48> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6944e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd31a6866a0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d032e8> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316df7828> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3170af0b8> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d3f828> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd317095fd0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3170b70b8> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d448d0> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/modules/__init__.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py # code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e26198> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316dc36a0> # /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py # code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316de90f0> # extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd316de9898> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316dc0d68> # extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd316de0e10> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316dc0080> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e4f198> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e20a90> # /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d7ecf8> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316d83860> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316e53d30> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd316480be0> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py # code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3164c6710> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py # code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py # code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3164a0828> # extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3164a7ef0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3164d1748> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3165bc908> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3165bda58> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3165bd6d8> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/base.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.service # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_wwu6r9vz/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/service.py # zipimport: zlib available import 'gc' # {"name": "tuned", "changed": true, "status": {"Type": "dbus", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestamp": "Thu 2024-09-19 20:18:02 EDT", "WatchdogTimestampMonotonic": "31672019", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "663", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ExecMainStartTimestampMonotonic": "30592515", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "663", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:18:01 EDT] ; stop_time=[n/a] ; pid=663 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "MemoryCurrent": "18624512", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "4", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "Description": "Dynamic System Tuning Daemon", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 20:18:02 EDT", "StateChangeTimestampMonotonic": "31672022", "InactiveExitTimestamp": "Thu 2024-09-19 20:18:01 EDT", "InactiveExitTimestampMonotonic": "30592709", "ActiveEnterTimestamp": "Thu 2024-09-19 20:18:02 EDT", "ActiveEnterTimestampMonotonic": "31672022", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ConditionTimestampMonotonic": "30591264", "AssertTimestamp": "Thu 2024-09-19 20:18:01 EDT", "AssertTimestampMonotonic": "30591265", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "54f9334d51864b23b0f1248b6b0fecc6", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "restarted", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy array # destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy fcntl # destroy datetime # destroy gc # destroy ipaddress # destroy textwrap # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings , stderr=Shared connection to 10.31.45.60 closed. 8665 1726791701.05929: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'restarted', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8665 1726791701.05950: _low_level_execute_command(): starting 8665 1726791701.05956: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791700.36776-8665-21765794651741/ > /dev/null 2>&1 && sleep 0' 8665 1726791701.08734: stderr chunk (state=2): >>><<< 8665 1726791701.08748: stdout chunk (state=3): >>><<< 8665 1726791701.08760: _low_level_execute_command() done: rc=0, stdout=, stderr= 8665 1726791701.08766: handler run complete 8665 1726791701.08818: attempt loop complete, returning result 8665 1726791701.08836: variable 'item' from source: unknown 8665 1726791701.08902: variable 'item' from source: unknown changed: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-09-19 20:18:02 EDT", "ActiveEnterTimestampMonotonic": "31672022", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 20:18:01 EDT", "AssertTimestampMonotonic": "30591265", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ConditionTimestampMonotonic": "30591264", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "663", "ExecMainStartTimestamp": "Thu 2024-09-19 20:18:01 EDT", "ExecMainStartTimestampMonotonic": "30592515", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:18:01 EDT] ; stop_time=[n/a] ; pid=663 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2024-09-19 20:18:01 EDT", "InactiveExitTimestampMonotonic": "30592709", "InvocationID": "54f9334d51864b23b0f1248b6b0fecc6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "663", "MemoryAccounting": "yes", "MemoryCurrent": "18624512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 20:18:02 EDT", "StateChangeTimestampMonotonic": "31672022", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2024-09-19 20:18:02 EDT", "WatchdogTimestampMonotonic": "31672019", "WatchdogUSec": "0" } } 8665 1726791701.09015: dumping result to json 8665 1726791701.09033: done dumping result, returning 8665 1726791701.09042: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes [029c2e81-ca9f-66d5-1a1d-000000000150] 8665 1726791701.09049: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000150 8665 1726791701.09152: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000150 8665 1726791701.09156: WORKER PROCESS EXITING 8186 1726791701.09489: no more pending results, returning what we have 8186 1726791701.09492: results queue empty 8186 1726791701.09493: checking for any_errors_fatal 8186 1726791701.09499: done checking for any_errors_fatal 8186 1726791701.09500: checking for max_fail_percentage 8186 1726791701.09500: done checking for max_fail_percentage 8186 1726791701.09501: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.09501: done checking to see if all hosts have failed 8186 1726791701.09502: getting the remaining hosts for this loop 8186 1726791701.09502: done getting the remaining hosts for this loop 8186 1726791701.09504: getting the next task for host managed_node1 8186 1726791701.09508: done getting next task for host managed_node1 8186 1726791701.09510: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8186 1726791701.09513: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=13, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.09519: getting variables 8186 1726791701.09520: in VariableManager get_vars() 8186 1726791701.09547: Calling all_inventory to load vars for managed_node1 8186 1726791701.09549: Calling groups_inventory to load vars for managed_node1 8186 1726791701.09550: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.09556: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.09558: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.09559: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.09661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.09817: done with get_vars() 8186 1726791701.09825: done getting variables 8186 1726791701.09867: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Tuned apply settings] ******** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:157 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.779) 0:00:17.478 **** 8186 1726791701.09892: entering _queue_task() for managed_node1/command 8186 1726791701.10080: worker is 1 (out of 1 available) 8186 1726791701.10098: exiting _queue_task() for managed_node1/command 8186 1726791701.10108: done queuing things up, now waiting for results queue to drain 8186 1726791701.10109: waiting for pending results... 8700 1726791701.10228: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings 8700 1726791701.10348: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000151 8700 1726791701.10365: variable 'ansible_search_path' from source: unknown 8700 1726791701.10371: variable 'ansible_search_path' from source: unknown 8700 1726791701.10406: calling self._execute() 8700 1726791701.10470: variable 'ansible_host' from source: host vars for 'managed_node1' 8700 1726791701.10481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8700 1726791701.10493: variable 'omit' from source: magic vars 8700 1726791701.10889: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8700 1726791701.11073: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8700 1726791701.11151: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8700 1726791701.11184: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8700 1726791701.11217: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8700 1726791701.11318: variable '__kernel_settings_register_profile' from source: set_fact 8700 1726791701.11339: Evaluated conditional (not __kernel_settings_register_profile is changed): False 8700 1726791701.11344: when evaluation is False, skipping this task 8700 1726791701.11347: _execute() done 8700 1726791701.11350: dumping result to json 8700 1726791701.11353: done dumping result, returning 8700 1726791701.11358: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Tuned apply settings [029c2e81-ca9f-66d5-1a1d-000000000151] 8700 1726791701.11364: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000151 8700 1726791701.11393: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000151 8700 1726791701.11397: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __kernel_settings_register_profile is changed", "skip_reason": "Conditional result was False" } 8186 1726791701.11728: no more pending results, returning what we have 8186 1726791701.11731: results queue empty 8186 1726791701.11731: checking for any_errors_fatal 8186 1726791701.11746: done checking for any_errors_fatal 8186 1726791701.11747: checking for max_fail_percentage 8186 1726791701.11748: done checking for max_fail_percentage 8186 1726791701.11749: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.11749: done checking to see if all hosts have failed 8186 1726791701.11750: getting the remaining hosts for this loop 8186 1726791701.11751: done getting the remaining hosts for this loop 8186 1726791701.11754: getting the next task for host managed_node1 8186 1726791701.11760: done getting next task for host managed_node1 8186 1726791701.11763: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8186 1726791701.11767: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=14, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.11780: getting variables 8186 1726791701.11781: in VariableManager get_vars() 8186 1726791701.11811: Calling all_inventory to load vars for managed_node1 8186 1726791701.11814: Calling groups_inventory to load vars for managed_node1 8186 1726791701.11816: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.11824: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.11826: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.11829: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.11986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.12193: done with get_vars() 8186 1726791701.12202: done getting variables TASK [fedora.linux_system_roles.kernel_settings : Verify settings] ************* task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:166 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.023) 0:00:17.502 **** 8186 1726791701.12288: entering _queue_task() for managed_node1/include_tasks 8186 1726791701.12474: worker is 1 (out of 1 available) 8186 1726791701.12489: exiting _queue_task() for managed_node1/include_tasks 8186 1726791701.12500: done queuing things up, now waiting for results queue to drain 8186 1726791701.12502: waiting for pending results... 8701 1726791701.12737: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings 8701 1726791701.12877: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000152 8701 1726791701.12897: variable 'ansible_search_path' from source: unknown 8701 1726791701.12902: variable 'ansible_search_path' from source: unknown 8701 1726791701.12933: calling self._execute() 8701 1726791701.13004: variable 'ansible_host' from source: host vars for 'managed_node1' 8701 1726791701.13014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8701 1726791701.13022: variable 'omit' from source: magic vars 8701 1726791701.13434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8701 1726791701.13754: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8701 1726791701.13860: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8701 1726791701.13893: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8701 1726791701.13925: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8701 1726791701.14017: variable '__kernel_settings_register_apply' from source: set_fact 8701 1726791701.14036: Evaluated conditional (__kernel_settings_register_apply is changed): True 8701 1726791701.14043: _execute() done 8701 1726791701.14048: dumping result to json 8701 1726791701.14052: done dumping result, returning 8701 1726791701.14057: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Verify settings [029c2e81-ca9f-66d5-1a1d-000000000152] 8701 1726791701.14062: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000152 8701 1726791701.14091: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000152 8701 1726791701.14095: WORKER PROCESS EXITING 8186 1726791701.14402: no more pending results, returning what we have 8186 1726791701.14406: in VariableManager get_vars() 8186 1726791701.14442: Calling all_inventory to load vars for managed_node1 8186 1726791701.14445: Calling groups_inventory to load vars for managed_node1 8186 1726791701.14446: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.14454: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.14457: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.14459: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.14615: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.14852: done with get_vars() 8186 1726791701.14858: variable 'ansible_search_path' from source: unknown 8186 1726791701.14859: variable 'ansible_search_path' from source: unknown 8186 1726791701.14893: we have included files to process 8186 1726791701.14894: generating all_blocks data 8186 1726791701.14899: done generating all_blocks data 8186 1726791701.14904: processing included file: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8186 1726791701.14905: loading included file: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml 8186 1726791701.14907: Loading data from /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml included: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml for managed_node1 8186 1726791701.15342: done processing included file 8186 1726791701.15346: iterating over new_blocks loaded from include file 8186 1726791701.15348: in VariableManager get_vars() 8186 1726791701.15370: done with get_vars() 8186 1726791701.15372: filtering new block on tags 8186 1726791701.15463: done filtering new block on tags 8186 1726791701.15465: done iterating over new_blocks loaded from include file 8186 1726791701.15466: extending task lists for all hosts with included blocks 8186 1726791701.16351: done extending task lists 8186 1726791701.16352: done processing included files 8186 1726791701.16353: results queue empty 8186 1726791701.16353: checking for any_errors_fatal 8186 1726791701.16356: done checking for any_errors_fatal 8186 1726791701.16357: checking for max_fail_percentage 8186 1726791701.16358: done checking for max_fail_percentage 8186 1726791701.16358: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.16359: done checking to see if all hosts have failed 8186 1726791701.16360: getting the remaining hosts for this loop 8186 1726791701.16361: done getting the remaining hosts for this loop 8186 1726791701.16363: getting the next task for host managed_node1 8186 1726791701.16367: done getting next task for host managed_node1 8186 1726791701.16369: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 8186 1726791701.16372: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.16381: getting variables 8186 1726791701.16382: in VariableManager get_vars() 8186 1726791701.16397: Calling all_inventory to load vars for managed_node1 8186 1726791701.16399: Calling groups_inventory to load vars for managed_node1 8186 1726791701.16400: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.16405: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.16407: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.16410: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.16568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.16763: done with get_vars() 8186 1726791701.16771: done getting variables 8186 1726791701.16808: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.045) 0:00:17.547 **** 8186 1726791701.16843: entering _queue_task() for managed_node1/command 8186 1726791701.17038: worker is 1 (out of 1 available) 8186 1726791701.17051: exiting _queue_task() for managed_node1/command 8186 1726791701.17063: done queuing things up, now waiting for results queue to drain 8186 1726791701.17064: waiting for pending results... 8703 1726791701.18122: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly 8703 1726791701.18268: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000231 8703 1726791701.18288: variable 'ansible_search_path' from source: unknown 8703 1726791701.18293: variable 'ansible_search_path' from source: unknown 8703 1726791701.18323: calling self._execute() 8703 1726791701.18399: variable 'ansible_host' from source: host vars for 'managed_node1' 8703 1726791701.18408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8703 1726791701.18416: variable 'omit' from source: magic vars 8703 1726791701.18514: variable 'omit' from source: magic vars 8703 1726791701.18580: variable 'omit' from source: magic vars 8703 1726791701.18615: variable 'omit' from source: magic vars 8703 1726791701.18656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8703 1726791701.18692: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8703 1726791701.18714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8703 1726791701.18731: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8703 1726791701.18744: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8703 1726791701.18773: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8703 1726791701.18781: variable 'ansible_host' from source: host vars for 'managed_node1' 8703 1726791701.18787: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8703 1726791701.18883: Set connection var ansible_shell_executable to /bin/sh 8703 1726791701.18893: Set connection var ansible_pipelining to False 8703 1726791701.18904: Set connection var ansible_module_compression to ZIP_DEFLATED 8703 1726791701.18908: Set connection var ansible_connection to ssh 8703 1726791701.18914: Set connection var ansible_timeout to 10 8703 1726791701.18917: Set connection var ansible_shell_type to sh 8703 1726791701.18936: variable 'ansible_shell_executable' from source: unknown 8703 1726791701.18941: variable 'ansible_connection' from source: unknown 8703 1726791701.18945: variable 'ansible_module_compression' from source: unknown 8703 1726791701.18948: variable 'ansible_shell_type' from source: unknown 8703 1726791701.18951: variable 'ansible_shell_executable' from source: unknown 8703 1726791701.18954: variable 'ansible_host' from source: host vars for 'managed_node1' 8703 1726791701.18958: variable 'ansible_pipelining' from source: unknown 8703 1726791701.18961: variable 'ansible_timeout' from source: unknown 8703 1726791701.18965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8703 1726791701.19190: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8703 1726791701.19203: variable 'omit' from source: magic vars 8703 1726791701.19210: starting attempt loop 8703 1726791701.19213: running the handler 8703 1726791701.19227: _low_level_execute_command(): starting 8703 1726791701.19236: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8703 1726791701.22244: stdout chunk (state=2): >>>/root <<< 8703 1726791701.22255: stderr chunk (state=2): >>><<< 8703 1726791701.22266: stdout chunk (state=3): >>><<< 8703 1726791701.22286: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8703 1726791701.22301: _low_level_execute_command(): starting 8703 1726791701.22309: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246 `" && echo ansible-tmp-1726791701.2229524-8703-230872535862246="` echo /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246 `" ) && sleep 0' 8703 1726791701.25195: stdout chunk (state=2): >>>ansible-tmp-1726791701.2229524-8703-230872535862246=/root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246 <<< 8703 1726791701.25329: stderr chunk (state=3): >>><<< 8703 1726791701.25337: stdout chunk (state=3): >>><<< 8703 1726791701.25353: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791701.2229524-8703-230872535862246=/root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246 , stderr= 8703 1726791701.25387: variable 'ansible_module_compression' from source: unknown 8703 1726791701.25440: ANSIBALLZ: Using generic lock for ansible.legacy.command 8703 1726791701.25446: ANSIBALLZ: Acquiring lock 8703 1726791701.25450: ANSIBALLZ: Lock acquired: 140400519102096 8703 1726791701.25453: ANSIBALLZ: Creating module 8703 1726791701.37454: ANSIBALLZ: Writing module into payload 8703 1726791701.37538: ANSIBALLZ: Writing module 8703 1726791701.37557: ANSIBALLZ: Renaming module 8703 1726791701.37564: ANSIBALLZ: Done creating module 8703 1726791701.37581: variable 'ansible_facts' from source: unknown 8703 1726791701.37641: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/AnsiballZ_command.py 8703 1726791701.37738: Sending initial data 8703 1726791701.37746: Sent initial data (154 bytes) 8703 1726791701.40400: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp1pz4_nfg /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/AnsiballZ_command.py <<< 8703 1726791701.41992: stderr chunk (state=3): >>><<< 8703 1726791701.41998: stdout chunk (state=3): >>><<< 8703 1726791701.42020: done transferring module to remote 8703 1726791701.42034: _low_level_execute_command(): starting 8703 1726791701.42042: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/ /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/AnsiballZ_command.py && sleep 0' 8703 1726791701.44697: stderr chunk (state=2): >>><<< 8703 1726791701.44703: stdout chunk (state=2): >>><<< 8703 1726791701.44717: _low_level_execute_command() done: rc=0, stdout=, stderr= 8703 1726791701.44723: _low_level_execute_command(): starting 8703 1726791701.44728: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/AnsiballZ_command.py && sleep 0' 8703 1726791701.47993: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0db38e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dace828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0db389b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dadb630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae2160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae70f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae2748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae2390> <<< 8703 1726791701.48036: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8703 1726791701.48053: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8703 1726791701.48087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8703 1726791701.48097: stdout chunk (state=3): >>>import 'errno' # <<< 8703 1726791701.48120: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # <<< 8703 1726791701.48131: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da8c470> <<< 8703 1726791701.48161: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8703 1726791701.48169: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8703 1726791701.48189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da91e48> <<< 8703 1726791701.48198: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da8cb38> <<< 8703 1726791701.48218: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8703 1726791701.48251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8703 1726791701.48358: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da984e0> <<< 8703 1726791701.48377: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da7bd68> <<< 8703 1726791701.48390: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8703 1726791701.48404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da7e198> <<< 8703 1726791701.48447: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8703 1726791701.48464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8703 1726791701.48502: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd8c940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' <<< 8703 1726791701.48522: stdout chunk (state=3): >>>import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd9e240> <<< 8703 1726791701.48598: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0daeca20> <<< 8703 1726791701.48615: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8703 1726791701.48830: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8703 1726791701.48849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8703 1726791701.48859: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8703 1726791701.48894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8703 1726791701.48922: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8703 1726791701.48948: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8703 1726791701.49014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8703 1726791701.49034: stdout chunk (state=3): >>>import '_functools' # <<< 8703 1726791701.49045: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8703 1726791701.49095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8703 1726791701.49188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd0c080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd172b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8703 1726791701.49196: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8703 1726791701.49221: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0bd17f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd17a90> <<< 8703 1726791701.49228: stdout chunk (state=3): >>>import 'itertools' # <<< 8703 1726791701.49238: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8703 1726791701.49259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd21080> <<< 8703 1726791701.49289: stdout chunk (state=3): >>>import '_collections' # <<< 8703 1726791701.49319: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd677b8> <<< 8703 1726791701.49337: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8703 1726791701.49351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8703 1726791701.49391: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd67ba8> <<< 8703 1726791701.49442: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd5b160> <<< 8703 1726791701.49461: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' <<< 8703 1726791701.49476: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd5be48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd52438> <<< 8703 1726791701.49517: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd43470> <<< 8703 1726791701.49532: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8703 1726791701.49548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8703 1726791701.49553: stdout chunk (state=3): >>>import '_sre' # <<< 8703 1726791701.49579: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8703 1726791701.49588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8703 1726791701.49609: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8703 1726791701.49640: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bac4278> <<< 8703 1726791701.49659: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bacccf8> <<< 8703 1726791701.49673: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd5b438> <<< 8703 1726791701.49680: stdout chunk (state=3): >>>import '_locale' # <<< 8703 1726791701.49743: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad1e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd3d2b0> <<< 8703 1726791701.49757: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8703 1726791701.49770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8703 1726791701.49788: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8703 1726791701.49797: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0bad81d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad1f98> <<< 8703 1726791701.49839: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' <<< 8703 1726791701.49861: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0bad82e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bdacfd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8703 1726791701.49896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8703 1726791701.49929: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad8dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad89e8> <<< 8703 1726791701.49972: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bae36a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8703 1726791701.49995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8703 1726791701.50005: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8703 1726791701.50056: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bae3e80> <<< 8703 1726791701.50076: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8703 1726791701.50087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8703 1726791701.50115: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b66a198> <<< 8703 1726791701.50131: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bae3780> <<< 8703 1726791701.50161: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8703 1726791701.50208: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b66fc88> <<< 8703 1726791701.50219: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad8518> <<< 8703 1726791701.50240: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8703 1726791701.50267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8703 1726791701.50278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b6932e8> <<< 8703 1726791701.50315: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8703 1726791701.50339: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0b6936a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8703 1726791701.50349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8703 1726791701.50394: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b69a390> <<< 8703 1726791701.50403: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8703 1726791701.50422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8703 1726791701.50466: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8703 1726791701.50571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b444ba8> <<< 8703 1726791701.50696: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b43b2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b431f98> <<< 8703 1726791701.50707: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b429e80> <<< 8703 1726791701.50753: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b69ad30> <<< 8703 1726791701.50772: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0b43bf60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b693a20> <<< 8703 1726791701.50805: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8703 1726791701.50812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8703 1726791701.50846: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da49710> <<< 8703 1726791701.50879: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b43f048> import 'pwd' # <<< 8703 1726791701.50903: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da49a90> <<< 8703 1726791701.50944: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad8860> <<< 8703 1726791701.50964: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8703 1726791701.50979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8703 1726791701.51035: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da615c0> <<< 8703 1726791701.51081: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8703 1726791701.51196: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65630> <<< 8703 1726791701.51288: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da61e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8703 1726791701.51317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da654e0> <<< 8703 1726791701.51383: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da55b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b67f358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8703 1726791701.51427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8703 1726791701.51460: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da61470> <<< 8703 1726791701.51590: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8703 1726791701.51610: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a69908> <<< 8703 1726791701.51682: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8703 1726791701.51715: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8703 1726791701.51749: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8703 1726791701.52834: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.53746: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8703 1726791701.53765: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09728ac8> <<< 8703 1726791701.53782: stdout chunk (state=3): >>>import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8703 1726791701.53808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8703 1726791701.53881: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0974f278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0978f4e0> <<< 8703 1726791701.53907: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0978f5f8> <<< 8703 1726791701.53921: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8703 1726791701.53985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8703 1726791701.54005: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0978fb38> <<< 8703 1726791701.54030: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8703 1726791701.54050: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8703 1726791701.54124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8703 1726791701.54168: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09792160> <<< 8703 1726791701.54199: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0972c390> <<< 8703 1726791701.54228: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' <<< 8703 1726791701.54242: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0972ce48> <<< 8703 1726791701.54256: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8703 1726791701.54266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8703 1726791701.54337: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09790128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097722b0> <<< 8703 1726791701.54759: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097664a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a8ccc0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f09792b70> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0977b400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8703 1726791701.54780: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8703 1726791701.54797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8703 1726791701.54823: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8703 1726791701.54832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8703 1726791701.54956: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f09a23e10> <<< 8703 1726791701.54970: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a29eb8> <<< 8703 1726791701.54991: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a16240> <<< 8703 1726791701.54998: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8703 1726791701.55011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a16a58> <<< 8703 1726791701.55352: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097877b8> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8703 1726791701.55735: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a48ef0> <<< 8703 1726791701.55763: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a16128> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097bcdd8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097bceb8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097ca080> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0977b550> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097d8a20> <<< 8703 1726791701.55938: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097d2160> <<< 8703 1726791701.55980: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097d2358> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097cabe0> # zipimport: zlib available # zipimport: zlib available <<< 8703 1726791701.56007: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8703 1726791701.56097: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.56163: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py <<< 8703 1726791701.56194: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8703 1726791701.56274: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.56373: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8703 1726791701.56411: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8703 1726791701.56526: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097f3da0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097f3a58> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097f3278> <<< 8703 1726791701.56989: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097f38d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097e2ba8> # zipimport: zlib available <<< 8703 1726791701.57072: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57515: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py <<< 8703 1726791701.57523: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 8703 1726791701.57540: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py <<< 8703 1726791701.57563: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py <<< 8703 1726791701.57573: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57590: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57609: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selectors.py <<< 8703 1726791701.57615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57632: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57647: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py <<< 8703 1726791701.57656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57762: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.57885: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8703 1726791701.57911: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f060ba240> # zipimport: zlib available <<< 8703 1726791701.58267: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.59383: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available <<< 8703 1726791701.59760: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0612edd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available <<< 8703 1726791701.59783: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60193: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0645f128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06103e48> <<< 8703 1726791701.60218: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py <<< 8703 1726791701.60238: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60275: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60330: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60349: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60664: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.60941: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8703 1726791701.60966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8703 1726791701.60995: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8703 1726791701.61838: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06140080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06140128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06121940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06150ef0> <<< 8703 1726791701.61858: stdout chunk (state=3): >>># zipimport: zlib available <<< 8703 1726791701.63040: stdout chunk (state=3): >>>import 'gc' # <<< 8703 1726791701.74455: stdout chunk (state=3): >>> {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 20:21:41.619194", "end": "2024-09-19 20:21:41.742354", "delta": "0:00:00.123160", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 8703 1726791701.74599: stdout chunk (state=3): >>># destroy __main__ <<< 8703 1726791701.74826: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8703 1726791701.74840: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread <<< 8703 1726791701.75028: stdout chunk (state=3): >>># cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8703 1726791701.75121: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8703 1726791701.75153: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8703 1726791701.75188: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 <<< 8703 1726791701.75211: stdout chunk (state=3): >>># destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8703 1726791701.75241: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes <<< 8703 1726791701.75270: stdout chunk (state=3): >>># destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader <<< 8703 1726791701.75296: stdout chunk (state=3): >>># destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder <<< 8703 1726791701.75317: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy datetime <<< 8703 1726791701.75338: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap <<< 8703 1726791701.75358: stdout chunk (state=3): >>># destroy locale # destroy copy # destroy struct <<< 8703 1726791701.75379: stdout chunk (state=3): >>># destroy gc <<< 8703 1726791701.75410: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal <<< 8703 1726791701.75434: stdout chunk (state=3): >>># cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re <<< 8703 1726791701.75455: stdout chunk (state=3): >>># destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 8703 1726791701.75485: stdout chunk (state=3): >>># destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8703 1726791701.75514: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian <<< 8703 1726791701.75539: stdout chunk (state=3): >>># cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8703 1726791701.75651: stdout chunk (state=3): >>># destroy posixpath <<< 8703 1726791701.75692: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select <<< 8703 1726791701.75723: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib <<< 8703 1726791701.75756: stdout chunk (state=3): >>># destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8703 1726791701.76127: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8703 1726791701.76174: stderr chunk (state=3): >>><<< 8703 1726791701.76180: stdout chunk (state=3): >>><<< 8703 1726791701.76233: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0db38e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dace828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0db389b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dadb630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae2160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae70f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae2748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0dae2390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da8c470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da91e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da8cb38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da984e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da7bd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da7e198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd8c940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd9e240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0daeca20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd0c080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd172b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0bd17f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd17a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd21080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd677b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd67ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd5b160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd5be48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd52438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd43470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bac4278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bacccf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd5b438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad1e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bd3d2b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0bad81d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad1f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0bad82e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bdacfd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad8dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad89e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bae36a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bae3e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b66a198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bae3780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b66fc88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad8518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b6932e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0b6936a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b69a390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b444ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b43b2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b431f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b429e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b69ad30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0b43bf60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b693a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da49710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b43f048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da49a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0bad8860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da615c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da61e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da654e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0da65240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da55b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0b67f358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0da61470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a69908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09728ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0974f278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0978f4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0978f5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0978fb38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09792160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0972c390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0972ce48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09790128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097722b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097664a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a8ccc0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f09792b70> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0977b400> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f09a23e10> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a29eb8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a16240> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a16a58> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097877b8> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a48ef0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f09a16128> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097bcdd8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097bceb8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097ca080> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0977b550> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097d8a20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097d2160> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097d2358> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097cabe0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f097f3da0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097f3a58> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097f3278> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097f38d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f097e2ba8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f060ba240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f0612edd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2f0645f128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06103e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06140080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06140128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06121940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_0a5fmqbp/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2f06150ef0> # zipimport: zlib available import 'gc' # {"changed": true, "stdout": "Verification succeeded, current system settings match the preset profile.\nSee TuneD log file ('/var/log/tuned/tuned.log') for details.", "stderr": "", "rc": 0, "cmd": ["tuned-adm", "verify", "-i"], "start": "2024-09-19 20:21:41.619194", "end": "2024-09-19 20:21:41.742354", "delta": "0:00:00.123160", "msg": "", "invocation": {"module_args": {"_raw_params": "tuned-adm verify -i", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re 8703 1726791701.76332: done with _execute_module (ansible.legacy.command, {'_raw_params': 'tuned-adm verify -i', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8703 1726791701.76342: _low_level_execute_command(): starting 8703 1726791701.76346: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791701.2229524-8703-230872535862246/ > /dev/null 2>&1 && sleep 0' 8703 1726791701.78834: stderr chunk (state=2): >>><<< 8703 1726791701.78841: stdout chunk (state=2): >>><<< 8703 1726791701.78852: _low_level_execute_command() done: rc=0, stdout=, stderr= 8703 1726791701.78861: handler run complete 8703 1726791701.78889: Evaluated conditional (False): False 8703 1726791701.78902: attempt loop complete, returning result 8703 1726791701.78909: _execute() done 8703 1726791701.78914: dumping result to json 8703 1726791701.78920: done dumping result, returning 8703 1726791701.78927: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly [029c2e81-ca9f-66d5-1a1d-000000000231] 8703 1726791701.78932: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000231 8703 1726791701.78974: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000231 8703 1726791701.78979: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "tuned-adm", "verify", "-i" ], "delta": "0:00:00.123160", "end": "2024-09-19 20:21:41.742354", "rc": 0, "start": "2024-09-19 20:21:41.619194" } STDOUT: Verification succeeded, current system settings match the preset profile. See TuneD log file ('/var/log/tuned/tuned.log') for details. 8186 1726791701.79513: no more pending results, returning what we have 8186 1726791701.79516: results queue empty 8186 1726791701.79516: checking for any_errors_fatal 8186 1726791701.79517: done checking for any_errors_fatal 8186 1726791701.79518: checking for max_fail_percentage 8186 1726791701.79519: done checking for max_fail_percentage 8186 1726791701.79519: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.79520: done checking to see if all hosts have failed 8186 1726791701.79520: getting the remaining hosts for this loop 8186 1726791701.79521: done getting the remaining hosts for this loop 8186 1726791701.79523: getting the next task for host managed_node1 8186 1726791701.79528: done getting next task for host managed_node1 8186 1726791701.79530: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 8186 1726791701.79533: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.79539: getting variables 8186 1726791701.79540: in VariableManager get_vars() 8186 1726791701.79564: Calling all_inventory to load vars for managed_node1 8186 1726791701.79566: Calling groups_inventory to load vars for managed_node1 8186 1726791701.79567: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.79575: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.79577: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.79578: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.79740: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.79906: done with get_vars() 8186 1726791701.79914: done getting variables 8186 1726791701.79982: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Get last verify results from log] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:12 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.631) 0:00:18.179 **** 8186 1726791701.80008: entering _queue_task() for managed_node1/shell 8186 1726791701.80009: Creating lock for shell 8186 1726791701.80207: worker is 1 (out of 1 available) 8186 1726791701.80219: exiting _queue_task() for managed_node1/shell 8186 1726791701.80229: done queuing things up, now waiting for results queue to drain 8186 1726791701.80230: waiting for pending results... 8744 1726791701.80456: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log 8744 1726791701.80623: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000232 8744 1726791701.80644: variable 'ansible_search_path' from source: unknown 8744 1726791701.80650: variable 'ansible_search_path' from source: unknown 8744 1726791701.80681: calling self._execute() 8744 1726791701.80768: variable 'ansible_host' from source: host vars for 'managed_node1' 8744 1726791701.80780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8744 1726791701.80792: variable 'omit' from source: magic vars 8744 1726791701.81687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8744 1726791701.81916: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8744 1726791701.81960: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8744 1726791701.82000: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8744 1726791701.82036: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8744 1726791701.82144: variable '__kernel_settings_register_verify_values' from source: set_fact 8744 1726791701.82166: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 8744 1726791701.82172: when evaluation is False, skipping this task 8744 1726791701.82176: _execute() done 8744 1726791701.82181: dumping result to json 8744 1726791701.82186: done dumping result, returning 8744 1726791701.82192: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Get last verify results from log [029c2e81-ca9f-66d5-1a1d-000000000232] 8744 1726791701.82199: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000232 8744 1726791701.82230: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000232 8744 1726791701.82236: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 8186 1726791701.82672: no more pending results, returning what we have 8186 1726791701.82676: results queue empty 8186 1726791701.82677: checking for any_errors_fatal 8186 1726791701.82686: done checking for any_errors_fatal 8186 1726791701.82686: checking for max_fail_percentage 8186 1726791701.82689: done checking for max_fail_percentage 8186 1726791701.82690: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.82690: done checking to see if all hosts have failed 8186 1726791701.82691: getting the remaining hosts for this loop 8186 1726791701.82692: done getting the remaining hosts for this loop 8186 1726791701.82697: getting the next task for host managed_node1 8186 1726791701.82703: done getting next task for host managed_node1 8186 1726791701.82706: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 8186 1726791701.82710: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=15, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.82725: getting variables 8186 1726791701.82727: in VariableManager get_vars() 8186 1726791701.82759: Calling all_inventory to load vars for managed_node1 8186 1726791701.82762: Calling groups_inventory to load vars for managed_node1 8186 1726791701.82765: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.82773: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.82776: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.82779: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.83197: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.83369: done with get_vars() 8186 1726791701.83380: done getting variables 8186 1726791701.83440: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:23 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.034) 0:00:18.213 **** 8186 1726791701.83475: entering _queue_task() for managed_node1/fail 8186 1726791701.83674: worker is 1 (out of 1 available) 8186 1726791701.83721: exiting _queue_task() for managed_node1/fail 8186 1726791701.83735: done queuing things up, now waiting for results queue to drain 8186 1726791701.83736: waiting for pending results... 8745 1726791701.83921: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors 8745 1726791701.84114: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000233 8745 1726791701.84142: variable 'ansible_search_path' from source: unknown 8745 1726791701.84153: variable 'ansible_search_path' from source: unknown 8745 1726791701.84199: calling self._execute() 8745 1726791701.84273: variable 'ansible_host' from source: host vars for 'managed_node1' 8745 1726791701.84281: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8745 1726791701.84291: variable 'omit' from source: magic vars 8745 1726791701.84750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8745 1726791701.85000: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8745 1726791701.85035: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8745 1726791701.85062: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8745 1726791701.85093: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8745 1726791701.85214: variable '__kernel_settings_register_verify_values' from source: set_fact 8745 1726791701.85232: Evaluated conditional (__kernel_settings_register_verify_values is failed): False 8745 1726791701.85236: when evaluation is False, skipping this task 8745 1726791701.85240: _execute() done 8745 1726791701.85248: dumping result to json 8745 1726791701.85259: done dumping result, returning 8745 1726791701.85269: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Report errors that are not bootloader errors [029c2e81-ca9f-66d5-1a1d-000000000233] 8745 1726791701.85289: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000233 8745 1726791701.85325: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000233 8745 1726791701.85335: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__kernel_settings_register_verify_values is failed", "skip_reason": "Conditional result was False" } 8186 1726791701.85483: no more pending results, returning what we have 8186 1726791701.85488: results queue empty 8186 1726791701.85488: checking for any_errors_fatal 8186 1726791701.85493: done checking for any_errors_fatal 8186 1726791701.85494: checking for max_fail_percentage 8186 1726791701.85495: done checking for max_fail_percentage 8186 1726791701.85496: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.85496: done checking to see if all hosts have failed 8186 1726791701.85497: getting the remaining hosts for this loop 8186 1726791701.85498: done getting the remaining hosts for this loop 8186 1726791701.85501: getting the next task for host managed_node1 8186 1726791701.85509: done getting next task for host managed_node1 8186 1726791701.85512: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8186 1726791701.85516: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=16, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.85528: getting variables 8186 1726791701.85529: in VariableManager get_vars() 8186 1726791701.85553: Calling all_inventory to load vars for managed_node1 8186 1726791701.85555: Calling groups_inventory to load vars for managed_node1 8186 1726791701.85557: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.85562: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.85564: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.85567: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.85675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.85803: done with get_vars() 8186 1726791701.85810: done getting variables 8186 1726791701.85845: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:177 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.023) 0:00:18.237 **** 8186 1726791701.85864: entering _queue_task() for managed_node1/set_fact 8186 1726791701.86019: worker is 1 (out of 1 available) 8186 1726791701.86034: exiting _queue_task() for managed_node1/set_fact 8186 1726791701.86046: done queuing things up, now waiting for results queue to drain 8186 1726791701.86047: waiting for pending results... 8746 1726791701.86201: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes 8746 1726791701.86322: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000153 8746 1726791701.86338: variable 'ansible_search_path' from source: unknown 8746 1726791701.86342: variable 'ansible_search_path' from source: unknown 8746 1726791701.86367: calling self._execute() 8746 1726791701.86460: variable 'ansible_host' from source: host vars for 'managed_node1' 8746 1726791701.86469: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8746 1726791701.86480: variable 'omit' from source: magic vars 8746 1726791701.86554: variable 'omit' from source: magic vars 8746 1726791701.86594: variable 'omit' from source: magic vars 8746 1726791701.86617: variable 'omit' from source: magic vars 8746 1726791701.86660: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8746 1726791701.86695: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8746 1726791701.86725: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8746 1726791701.86747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8746 1726791701.86760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8746 1726791701.86787: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8746 1726791701.86794: variable 'ansible_host' from source: host vars for 'managed_node1' 8746 1726791701.86798: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8746 1726791701.86902: Set connection var ansible_shell_executable to /bin/sh 8746 1726791701.86914: Set connection var ansible_pipelining to False 8746 1726791701.86932: Set connection var ansible_module_compression to ZIP_DEFLATED 8746 1726791701.86937: Set connection var ansible_connection to ssh 8746 1726791701.86943: Set connection var ansible_timeout to 10 8746 1726791701.86946: Set connection var ansible_shell_type to sh 8746 1726791701.86975: variable 'ansible_shell_executable' from source: unknown 8746 1726791701.86982: variable 'ansible_connection' from source: unknown 8746 1726791701.86988: variable 'ansible_module_compression' from source: unknown 8746 1726791701.86992: variable 'ansible_shell_type' from source: unknown 8746 1726791701.86999: variable 'ansible_shell_executable' from source: unknown 8746 1726791701.87010: variable 'ansible_host' from source: host vars for 'managed_node1' 8746 1726791701.87018: variable 'ansible_pipelining' from source: unknown 8746 1726791701.87033: variable 'ansible_timeout' from source: unknown 8746 1726791701.87042: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8746 1726791701.87281: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8746 1726791701.87296: variable 'omit' from source: magic vars 8746 1726791701.87302: starting attempt loop 8746 1726791701.87307: running the handler 8746 1726791701.87317: handler run complete 8746 1726791701.87332: attempt loop complete, returning result 8746 1726791701.87336: _execute() done 8746 1726791701.87339: dumping result to json 8746 1726791701.87342: done dumping result, returning 8746 1726791701.87356: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set the flag that reboot is needed to apply changes [029c2e81-ca9f-66d5-1a1d-000000000153] 8746 1726791701.87370: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000153 8746 1726791701.87433: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000153 8746 1726791701.87445: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "kernel_settings_reboot_required": false }, "changed": false } 8186 1726791701.87629: no more pending results, returning what we have 8186 1726791701.87632: results queue empty 8186 1726791701.87632: checking for any_errors_fatal 8186 1726791701.87637: done checking for any_errors_fatal 8186 1726791701.87638: checking for max_fail_percentage 8186 1726791701.87639: done checking for max_fail_percentage 8186 1726791701.87640: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.87640: done checking to see if all hosts have failed 8186 1726791701.87641: getting the remaining hosts for this loop 8186 1726791701.87642: done getting the remaining hosts for this loop 8186 1726791701.87647: getting the next task for host managed_node1 8186 1726791701.87653: done getting next task for host managed_node1 8186 1726791701.87656: ^ task is: TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8186 1726791701.87659: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=17, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.87669: getting variables 8186 1726791701.87670: in VariableManager get_vars() 8186 1726791701.87694: Calling all_inventory to load vars for managed_node1 8186 1726791701.87696: Calling groups_inventory to load vars for managed_node1 8186 1726791701.87697: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.87703: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.87704: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.87706: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.87878: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.88086: done with get_vars() 8186 1726791701.88096: done getting variables 8186 1726791701.88146: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing] *** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:181 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.023) 0:00:18.260 **** 8186 1726791701.88172: entering _queue_task() for managed_node1/set_fact 8186 1726791701.88318: worker is 1 (out of 1 available) 8186 1726791701.88332: exiting _queue_task() for managed_node1/set_fact 8186 1726791701.88343: done queuing things up, now waiting for results queue to drain 8186 1726791701.88344: waiting for pending results... 8747 1726791701.88509: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing 8747 1726791701.88638: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000154 8747 1726791701.88652: variable 'ansible_search_path' from source: unknown 8747 1726791701.88656: variable 'ansible_search_path' from source: unknown 8747 1726791701.88683: calling self._execute() 8747 1726791701.88769: variable 'ansible_host' from source: host vars for 'managed_node1' 8747 1726791701.88780: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8747 1726791701.88800: variable 'omit' from source: magic vars 8747 1726791701.88932: variable 'omit' from source: magic vars 8747 1726791701.88968: variable 'omit' from source: magic vars 8747 1726791701.89404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 8747 1726791701.89695: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 8747 1726791701.89752: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 8747 1726791701.89796: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 8747 1726791701.89841: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 8747 1726791701.89947: variable '__kernel_settings_register_profile' from source: set_fact 8747 1726791701.89961: variable '__kernel_settings_register_mode' from source: set_fact 8747 1726791701.89967: variable '__kernel_settings_register_apply' from source: set_fact 8747 1726791701.90008: variable 'omit' from source: magic vars 8747 1726791701.90029: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8747 1726791701.90074: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8747 1726791701.90092: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8747 1726791701.90106: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8747 1726791701.90116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8747 1726791701.90138: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8747 1726791701.90143: variable 'ansible_host' from source: host vars for 'managed_node1' 8747 1726791701.90147: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8747 1726791701.90240: Set connection var ansible_shell_executable to /bin/sh 8747 1726791701.90253: Set connection var ansible_pipelining to False 8747 1726791701.90264: Set connection var ansible_module_compression to ZIP_DEFLATED 8747 1726791701.90268: Set connection var ansible_connection to ssh 8747 1726791701.90277: Set connection var ansible_timeout to 10 8747 1726791701.90281: Set connection var ansible_shell_type to sh 8747 1726791701.90310: variable 'ansible_shell_executable' from source: unknown 8747 1726791701.90320: variable 'ansible_connection' from source: unknown 8747 1726791701.90328: variable 'ansible_module_compression' from source: unknown 8747 1726791701.90332: variable 'ansible_shell_type' from source: unknown 8747 1726791701.90335: variable 'ansible_shell_executable' from source: unknown 8747 1726791701.90338: variable 'ansible_host' from source: host vars for 'managed_node1' 8747 1726791701.90346: variable 'ansible_pipelining' from source: unknown 8747 1726791701.90353: variable 'ansible_timeout' from source: unknown 8747 1726791701.90362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8747 1726791701.90451: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8747 1726791701.90463: variable 'omit' from source: magic vars 8747 1726791701.90468: starting attempt loop 8747 1726791701.90474: running the handler 8747 1726791701.90498: handler run complete 8747 1726791701.90517: attempt loop complete, returning result 8747 1726791701.90526: _execute() done 8747 1726791701.90530: dumping result to json 8747 1726791701.90533: done dumping result, returning 8747 1726791701.90542: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.kernel_settings : Set flag to indicate changed for testing [029c2e81-ca9f-66d5-1a1d-000000000154] 8747 1726791701.90551: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000154 8747 1726791701.90592: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000154 8747 1726791701.90596: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__kernel_settings_changed": true }, "changed": false } 8186 1726791701.90716: no more pending results, returning what we have 8186 1726791701.90718: results queue empty 8186 1726791701.90719: checking for any_errors_fatal 8186 1726791701.90723: done checking for any_errors_fatal 8186 1726791701.90723: checking for max_fail_percentage 8186 1726791701.90725: done checking for max_fail_percentage 8186 1726791701.90725: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.90726: done checking to see if all hosts have failed 8186 1726791701.90726: getting the remaining hosts for this loop 8186 1726791701.90727: done getting the remaining hosts for this loop 8186 1726791701.90730: getting the next task for host managed_node1 8186 1726791701.90738: done getting next task for host managed_node1 8186 1726791701.90740: ^ task is: TASK: meta (role_complete) 8186 1726791701.90744: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.90753: getting variables 8186 1726791701.90754: in VariableManager get_vars() 8186 1726791701.90788: Calling all_inventory to load vars for managed_node1 8186 1726791701.90792: Calling groups_inventory to load vars for managed_node1 8186 1726791701.90794: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.90801: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.90803: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.90806: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.90921: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.91053: done with get_vars() 8186 1726791701.91062: done getting variables 8186 1726791701.91134: done queuing things up, now waiting for results queue to drain 8186 1726791701.91138: results queue empty 8186 1726791701.91138: checking for any_errors_fatal 8186 1726791701.91141: done checking for any_errors_fatal 8186 1726791701.91141: checking for max_fail_percentage 8186 1726791701.91142: done checking for max_fail_percentage 8186 1726791701.91142: checking to see if all hosts have failed and the running result is not ok 8186 1726791701.91142: done checking to see if all hosts have failed 8186 1726791701.91143: getting the remaining hosts for this loop 8186 1726791701.91143: done getting the remaining hosts for this loop 8186 1726791701.91145: getting the next task for host managed_node1 8186 1726791701.91147: done getting next task for host managed_node1 8186 1726791701.91149: ^ task is: TASK: Verify no settings 8186 1726791701.91150: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791701.91152: getting variables 8186 1726791701.91153: in VariableManager get_vars() 8186 1726791701.91160: Calling all_inventory to load vars for managed_node1 8186 1726791701.91161: Calling groups_inventory to load vars for managed_node1 8186 1726791701.91163: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791701.91165: Calling all_plugins_play to load vars for managed_node1 8186 1726791701.91167: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791701.91168: Calling groups_plugins_play to load vars for managed_node1 8186 1726791701.91301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791701.91430: done with get_vars() 8186 1726791701.91437: done getting variables 8186 1726791701.91467: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Verify no settings] ****************************************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 Thursday 19 September 2024 20:21:41 -0400 (0:00:00.033) 0:00:18.294 **** 8186 1726791701.91493: entering _queue_task() for managed_node1/shell 8186 1726791701.91646: worker is 1 (out of 1 available) 8186 1726791701.91659: exiting _queue_task() for managed_node1/shell 8186 1726791701.91671: done queuing things up, now waiting for results queue to drain 8186 1726791701.91672: waiting for pending results... 8748 1726791701.91817: running TaskExecutor() for managed_node1/TASK: Verify no settings 8748 1726791701.91946: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000098 8748 1726791701.91974: variable 'ansible_search_path' from source: unknown 8748 1726791701.91979: variable 'ansible_search_path' from source: unknown 8748 1726791701.92014: calling self._execute() 8748 1726791701.92077: variable 'ansible_host' from source: host vars for 'managed_node1' 8748 1726791701.92086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8748 1726791701.92099: variable 'omit' from source: magic vars 8748 1726791701.92190: variable 'omit' from source: magic vars 8748 1726791701.92224: variable 'omit' from source: magic vars 8748 1726791701.92483: variable '__kernel_settings_profile_filename' from source: role '' exported vars 8748 1726791701.92550: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8748 1726791701.92666: variable '__kernel_settings_profile_parent' from source: set_fact 8748 1726791701.92744: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8748 1726791701.92799: variable 'omit' from source: magic vars 8748 1726791701.92853: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8748 1726791701.92891: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8748 1726791701.92919: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8748 1726791701.92954: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8748 1726791701.92972: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8748 1726791701.93014: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8748 1726791701.93024: variable 'ansible_host' from source: host vars for 'managed_node1' 8748 1726791701.93033: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8748 1726791701.93152: Set connection var ansible_shell_executable to /bin/sh 8748 1726791701.93159: Set connection var ansible_pipelining to False 8748 1726791701.93169: Set connection var ansible_module_compression to ZIP_DEFLATED 8748 1726791701.93174: Set connection var ansible_connection to ssh 8748 1726791701.93181: Set connection var ansible_timeout to 10 8748 1726791701.93185: Set connection var ansible_shell_type to sh 8748 1726791701.93220: variable 'ansible_shell_executable' from source: unknown 8748 1726791701.93237: variable 'ansible_connection' from source: unknown 8748 1726791701.93244: variable 'ansible_module_compression' from source: unknown 8748 1726791701.93251: variable 'ansible_shell_type' from source: unknown 8748 1726791701.93262: variable 'ansible_shell_executable' from source: unknown 8748 1726791701.93270: variable 'ansible_host' from source: host vars for 'managed_node1' 8748 1726791701.93289: variable 'ansible_pipelining' from source: unknown 8748 1726791701.93294: variable 'ansible_timeout' from source: unknown 8748 1726791701.93306: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8748 1726791701.93494: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8748 1726791701.93506: variable 'omit' from source: magic vars 8748 1726791701.93512: starting attempt loop 8748 1726791701.93515: running the handler 8748 1726791701.93522: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8748 1726791701.93554: _low_level_execute_command(): starting 8748 1726791701.93567: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8748 1726791701.96446: stdout chunk (state=2): >>>/root <<< 8748 1726791701.96456: stderr chunk (state=2): >>><<< 8748 1726791701.96467: stdout chunk (state=3): >>><<< 8748 1726791701.96479: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8748 1726791701.96494: _low_level_execute_command(): starting 8748 1726791701.96500: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637 `" && echo ansible-tmp-1726791701.9648871-8748-190886314897637="` echo /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637 `" ) && sleep 0' 8748 1726791701.99455: stdout chunk (state=2): >>>ansible-tmp-1726791701.9648871-8748-190886314897637=/root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637 <<< 8748 1726791702.00639: stderr chunk (state=3): >>><<< 8748 1726791702.00647: stdout chunk (state=3): >>><<< 8748 1726791702.00663: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791701.9648871-8748-190886314897637=/root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637 , stderr= 8748 1726791702.00695: variable 'ansible_module_compression' from source: unknown 8748 1726791702.00741: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 8748 1726791702.00781: variable 'ansible_facts' from source: unknown 8748 1726791702.00880: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/AnsiballZ_command.py 8748 1726791702.01029: Sending initial data 8748 1726791702.01038: Sent initial data (154 bytes) 8748 1726791702.03724: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpd9_r4rfg /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/AnsiballZ_command.py <<< 8748 1726791702.05025: stderr chunk (state=3): >>><<< 8748 1726791702.05033: stdout chunk (state=3): >>><<< 8748 1726791702.05052: done transferring module to remote 8748 1726791702.05064: _low_level_execute_command(): starting 8748 1726791702.05069: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/ /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/AnsiballZ_command.py && sleep 0' 8748 1726791702.07654: stderr chunk (state=2): >>><<< 8748 1726791702.07662: stdout chunk (state=2): >>><<< 8748 1726791702.07679: _low_level_execute_command() done: rc=0, stdout=, stderr= 8748 1726791702.07686: _low_level_execute_command(): starting 8748 1726791702.07692: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/AnsiballZ_command.py && sleep 0' 8748 1726791702.11298: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf6ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf04828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf6e9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf11630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8748 1726791702.11816: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf18160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf1d0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf18748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf18390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faec2470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faec7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faec2b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faece4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faeb1d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faeb4198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91c2940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91d4240> <<< 8748 1726791702.11880: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf22a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8748 1726791702.12586: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9142080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f914d2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f914df60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f914da90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9157080> import '_collections' # <<< 8748 1726791702.12635: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f919d7b8> <<< 8748 1726791702.12653: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8748 1726791702.12704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f919dba8> <<< 8748 1726791702.12760: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9191160> <<< 8748 1726791702.12814: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9191e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9188438> <<< 8748 1726791702.12842: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9179470> <<< 8748 1726791702.12865: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8748 1726791702.12888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8748 1726791702.12910: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8748 1726791702.12941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8748 1726791702.12992: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8efa2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f02d30> <<< 8748 1726791702.13015: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91910b8> <<< 8748 1726791702.13051: stdout chunk (state=3): >>>import '_locale' # <<< 8748 1726791702.13086: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f07e48> <<< 8748 1726791702.13108: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91732b0> <<< 8748 1726791702.13129: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8748 1726791702.13170: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f8f0e208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f07fd0> <<< 8748 1726791702.13201: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f8f0e320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91e2fd0> <<< 8748 1726791702.13226: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8748 1726791702.13260: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8748 1726791702.13290: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8748 1726791702.13314: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0ee10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0ea20> <<< 8748 1726791702.13340: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f196d8> <<< 8748 1726791702.13364: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8748 1726791702.13400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8748 1726791702.13434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8748 1726791702.13466: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f19eb8> <<< 8748 1726791702.13500: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8748 1726791702.13543: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8aa01d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f197b8> <<< 8748 1726791702.13568: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8748 1726791702.13590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8748 1726791702.13636: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8aa4cc0> <<< 8748 1726791702.13653: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0e550> <<< 8748 1726791702.13676: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8748 1726791702.13694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8748 1726791702.13730: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ac9320> <<< 8748 1726791702.13768: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f8ac96d8> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8748 1726791702.13819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8748 1726791702.13851: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ad03c8> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8748 1726791702.13872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8748 1726791702.13903: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8748 1726791702.13926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8748 1726791702.13958: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8748 1726791702.13978: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8748 1726791702.14012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8748 1726791702.14039: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' <<< 8748 1726791702.14064: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f887abe0> <<< 8748 1726791702.14176: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f886d320> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8867fd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f885feb8> <<< 8748 1726791702.14207: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ad0d68> <<< 8748 1726791702.14241: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f886df60> <<< 8748 1726791702.14261: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ac9a58> <<< 8748 1726791702.14295: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8748 1726791702.14334: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae7f710> <<< 8748 1726791702.14354: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8875048> <<< 8748 1726791702.14378: stdout chunk (state=3): >>>import 'pwd' # <<< 8748 1726791702.14415: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae7fa90> <<< 8748 1726791702.14451: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0e898> <<< 8748 1726791702.14486: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8748 1726791702.14531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8748 1726791702.14756: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae975c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9b630> <<< 8748 1726791702.14786: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9bb00> <<< 8748 1726791702.14822: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9bc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae97e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8748 1726791702.14861: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9bf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae9b4e0> <<< 8748 1726791702.14891: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9b240> <<< 8748 1726791702.14910: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae8bb00> <<< 8748 1726791702.14931: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ab5390> <<< 8748 1726791702.14953: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8748 1726791702.14986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8748 1726791702.15027: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae97470> <<< 8748 1726791702.15595: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e9f908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8748 1726791702.16425: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.17354: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8748 1726791702.17365: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6b5eac8> <<< 8748 1726791702.17376: stdout chunk (state=3): >>>import 'atexit' # <<< 8748 1726791702.17398: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8748 1726791702.17431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8748 1726791702.17498: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6b85278> <<< 8748 1726791702.17509: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc54e0> <<< 8748 1726791702.17540: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bc55f8> <<< 8748 1726791702.17562: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8748 1726791702.17590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8748 1726791702.17630: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc5b38> <<< 8748 1726791702.17655: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8748 1726791702.17668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8748 1726791702.17692: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8748 1726791702.17720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8748 1726791702.17742: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8748 1726791702.17828: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc8160> <<< 8748 1726791702.17863: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8748 1726791702.17870: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6b62390> <<< 8748 1726791702.17896: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' <<< 8748 1726791702.17903: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6b62e48> <<< 8748 1726791702.17915: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8748 1726791702.17932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8748 1726791702.18037: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc6128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6ba82b0> <<< 8748 1726791702.18313: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6b9c4a8> <<< 8748 1726791702.18359: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8748 1726791702.18401: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6ec2fd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8748 1726791702.18612: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bb1320> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bb1438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6e58e80> <<< 8748 1726791702.18752: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e63eb8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e4c2b0> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e4cac8> <<< 8748 1726791702.19392: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bbd7f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e7eeb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e4c128> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bf3d68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bf3ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bf3fd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bb1588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8748 1726791702.19441: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6c0e9b0> <<< 8748 1726791702.19611: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c080f0> <<< 8748 1726791702.19693: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6c082e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c00b70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8748 1726791702.19928: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8748 1726791702.19978: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.20055: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8748 1726791702.20083: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8748 1726791702.20117: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8748 1726791702.20151: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6c27d68> <<< 8748 1726791702.20172: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c27a20> <<< 8748 1726791702.20227: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c27240> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8748 1726791702.20260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8748 1726791702.20294: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c27898> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c18ac8> # zipimport: zlib available <<< 8748 1726791702.20735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.21210: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py <<< 8748 1726791702.21258: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available <<< 8748 1726791702.21285: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8748 1726791702.21298: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.21321: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8748 1726791702.21431: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.21561: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8748 1726791702.21601: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f34f1208> # zipimport: zlib available <<< 8748 1726791702.21926: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.22272: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.22317: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.22378: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8748 1726791702.22412: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.22451: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8748 1726791702.22529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.22661: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8748 1726791702.22817: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.22992: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8748 1726791702.23111: stdout chunk (state=3): >>>import '_ast' # <<< 8748 1726791702.23130: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3564e10> # zipimport: zlib available <<< 8748 1726791702.23146: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23168: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8748 1726791702.23216: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23275: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py <<< 8748 1726791702.23302: stdout chunk (state=3): >>>import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8748 1726791702.23314: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23333: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23360: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py <<< 8748 1726791702.23379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23398: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23430: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23467: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23529: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8748 1726791702.23664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8748 1726791702.23750: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8748 1726791702.23757: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f3895128> <<< 8748 1726791702.23814: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3539e48> <<< 8748 1726791702.23840: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py <<< 8748 1726791702.23852: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8748 1726791702.23899: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23946: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23968: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.23998: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.24280: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.24550: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8748 1726791702.24579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8748 1726791702.24616: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8748 1726791702.24742: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3576080> <<< 8748 1726791702.24786: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8748 1726791702.24867: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3576128> <<< 8748 1726791702.24914: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3557940> <<< 8748 1726791702.24978: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8748 1726791702.24999: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.25018: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py <<< 8748 1726791702.25028: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.25043: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.25063: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/pycompat24.py <<< 8748 1726791702.25153: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py <<< 8748 1726791702.25185: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8748 1726791702.25265: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.25363: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py <<< 8748 1726791702.25372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' <<< 8748 1726791702.25391: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3586ef0> <<< 8748 1726791702.25447: stdout chunk (state=3): >>># zipimport: zlib available <<< 8748 1726791702.25997: stdout chunk (state=3): >>>import 'gc' # <<< 8748 1726791703.26521: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 20:21:42.254616", "end": "2024-09-19 20:21:43.263038", "delta": "0:00:01.008422", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 8748 1726791703.26541: stdout chunk (state=3): >>># destroy __main__ <<< 8748 1726791703.26878: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 8748 1726791703.26908: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq <<< 8748 1726791703.26927: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery <<< 8748 1726791703.26937: stdout chunk (state=3): >>># cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 <<< 8748 1726791703.26958: stdout chunk (state=3): >>># cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd <<< 8748 1726791703.26970: stdout chunk (state=3): >>># cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec <<< 8748 1726791703.26978: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat <<< 8748 1726791703.26998: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # cleanup[2] removing gc <<< 8748 1726791703.27022: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8748 1726791703.27188: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8748 1726791703.27222: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8748 1726791703.27235: stdout chunk (state=3): >>># destroy zipimport <<< 8748 1726791703.27261: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8748 1726791703.27285: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8748 1726791703.27312: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 8748 1726791703.27323: stdout chunk (state=3): >>># destroy ctypes # destroy traceback # destroy atexit # destroy _string <<< 8748 1726791703.27341: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 <<< 8748 1726791703.27370: stdout chunk (state=3): >>># destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder <<< 8748 1726791703.27378: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy datetime <<< 8748 1726791703.27400: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging <<< 8748 1726791703.27410: stdout chunk (state=3): >>># destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8748 1726791703.27439: stdout chunk (state=3): >>># destroy gc <<< 8748 1726791703.27469: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 8748 1726791703.27489: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8748 1726791703.27514: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath <<< 8748 1726791703.27524: stdout chunk (state=3): >>># cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections <<< 8748 1726791703.27562: stdout chunk (state=3): >>># destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8748 1726791703.27589: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 <<< 8748 1726791703.27601: stdout chunk (state=3): >>># cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8748 1726791703.27610: stdout chunk (state=3): >>># cleanup[3] wiping sys <<< 8748 1726791703.27619: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8748 1726791703.27717: stdout chunk (state=3): >>># destroy posixpath <<< 8748 1726791703.27757: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse <<< 8748 1726791703.27770: stdout chunk (state=3): >>># destroy _heapq <<< 8748 1726791703.27796: stdout chunk (state=3): >>># destroy select # destroy linecache <<< 8748 1726791703.27808: stdout chunk (state=3): >>># destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8748 1726791703.27817: 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 <<< 8748 1726791703.27826: stdout chunk (state=3): >>># destroy itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8748 1726791703.28095: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8748 1726791703.28149: stderr chunk (state=3): >>><<< 8748 1726791703.28155: stdout chunk (state=3): >>><<< 8748 1726791703.28208: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf6ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf04828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf6e9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf11630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf18160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf1d0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf18748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf18390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faec2470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faec7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faec2b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faece4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faeb1d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faeb4198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91c2940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91d4240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38faf22a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9142080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f914d2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f914df60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f914da90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9157080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f919d7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f919dba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9191160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9191e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9188438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f9179470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8efa2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f02d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91910b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f07e48> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91732b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f8f0e208> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f07fd0> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f8f0e320> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f91e2fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0ee10> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0ea20> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f196d8> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f19eb8> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8aa01d0> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f197b8> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8aa4cc0> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0e550> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ac9320> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f8ac96d8> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ad03c8> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f887abe0> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f886d320> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8867fd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f885feb8> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ad0d68> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f886df60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ac9a58> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae7f710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8875048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae7fa90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8f0e898> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae975c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9b630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9bb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9bc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae97e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9bf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae9b4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38fae9b240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae8bb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f8ab5390> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38fae97470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e9f908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6b5eac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6b85278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc54e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bc55f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc5b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc8160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6b62390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6b62e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bc6128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6ba82b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6b9c4a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6ec2fd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bb1320> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bb1438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6e58e80> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e63eb8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e4c2b0> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e4cac8> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bbd7f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e7eeb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6e4c128> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bf3d68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bf3ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6bf3fd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6bb1588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6c0e9b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c080f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6c082e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c00b70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f6c27d68> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c27a20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c27240> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c27898> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f6c18ac8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f34f1208> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3564e10> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38f3895128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3539e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3576080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3576128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3557940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.command_payload_b2b5tydc/ansible_ansible.legacy.command_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38f3586ef0> # zipimport: zlib available import 'gc' # {"changed": true, "stdout": "", "stderr": "+ exec\n+ rc=0\n+ conf=/etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysctl\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[sysfs\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[systemd\\]' /etc/tuned/kernel_settings/tuned.conf\n+ for section in sysctl sysfs systemd vm\n+ grep '^\\[vm\\]' /etc/tuned/kernel_settings/tuned.conf\n+ exit 0", "rc": 0, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "start": "2024-09-19 20:21:42.254616", "end": "2024-09-19 20:21:43.263038", "delta": "0:00:01.008422", "msg": "", "invocation": {"module_args": {"_raw_params": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "_uses_shell": true, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8748 1726791703.28319: done with _execute_module (ansible.legacy.command, {'_raw_params': 'set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\["$section"\\\\] "$conf"; then\n echo ERROR: "$section" settings present\n rc=1\n fi\ndone\nexit "$rc"\n', '_uses_shell': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.command', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8748 1726791703.28335: _low_level_execute_command(): starting 8748 1726791703.28340: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791701.9648871-8748-190886314897637/ > /dev/null 2>&1 && sleep 0' 8748 1726791703.30849: stderr chunk (state=2): >>><<< 8748 1726791703.30855: stdout chunk (state=2): >>><<< 8748 1726791703.30869: _low_level_execute_command() done: rc=0, stdout=, stderr= 8748 1726791703.30878: handler run complete 8748 1726791703.30897: Evaluated conditional (False): False 8748 1726791703.30907: attempt loop complete, returning result 8748 1726791703.30910: _execute() done 8748 1726791703.30914: dumping result to json 8748 1726791703.30919: done dumping result, returning 8748 1726791703.30927: done running TaskExecutor() for managed_node1/TASK: Verify no settings [029c2e81-ca9f-66d5-1a1d-000000000098] 8748 1726791703.30938: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000098 8748 1726791703.30975: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000098 8748 1726791703.30979: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": "set -euxo pipefail\nexec 1>&2\nrc=0\nconf=/etc/tuned/kernel_settings/tuned.conf\nfor section in sysctl sysfs systemd vm; do\n if grep ^\\\\[\"$section\"\\\\] \"$conf\"; then\n echo ERROR: \"$section\" settings present\n rc=1\n fi\ndone\nexit \"$rc\"\n", "delta": "0:00:01.008422", "end": "2024-09-19 20:21:43.263038", "rc": 0, "start": "2024-09-19 20:21:42.254616" } STDERR: + exec + rc=0 + conf=/etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysctl\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[sysfs\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[systemd\]' /etc/tuned/kernel_settings/tuned.conf + for section in sysctl sysfs systemd vm + grep '^\[vm\]' /etc/tuned/kernel_settings/tuned.conf + exit 0 8186 1726791703.31098: no more pending results, returning what we have 8186 1726791703.31100: results queue empty 8186 1726791703.31101: checking for any_errors_fatal 8186 1726791703.31103: done checking for any_errors_fatal 8186 1726791703.31103: checking for max_fail_percentage 8186 1726791703.31104: done checking for max_fail_percentage 8186 1726791703.31105: checking to see if all hosts have failed and the running result is not ok 8186 1726791703.31106: done checking to see if all hosts have failed 8186 1726791703.31106: getting the remaining hosts for this loop 8186 1726791703.31107: done getting the remaining hosts for this loop 8186 1726791703.31110: getting the next task for host managed_node1 8186 1726791703.31114: done getting next task for host managed_node1 8186 1726791703.31116: ^ task is: TASK: Remove kernel_settings tuned profile 8186 1726791703.31118: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=1, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791703.31121: getting variables 8186 1726791703.31122: in VariableManager get_vars() 8186 1726791703.31149: Calling all_inventory to load vars for managed_node1 8186 1726791703.31152: Calling groups_inventory to load vars for managed_node1 8186 1726791703.31154: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791703.31162: Calling all_plugins_play to load vars for managed_node1 8186 1726791703.31164: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791703.31166: Calling groups_plugins_play to load vars for managed_node1 8186 1726791703.31307: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791703.31438: done with get_vars() 8186 1726791703.31445: done getting variables TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Thursday 19 September 2024 20:21:43 -0400 (0:00:01.400) 0:00:19.694 **** 8186 1726791703.31506: entering _queue_task() for managed_node1/file 8186 1726791703.31665: worker is 1 (out of 1 available) 8186 1726791703.31679: exiting _queue_task() for managed_node1/file 8186 1726791703.31693: done queuing things up, now waiting for results queue to drain 8186 1726791703.31695: waiting for pending results... 8810 1726791703.31843: running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile 8810 1726791703.31984: in run() - task 029c2e81-ca9f-66d5-1a1d-000000000099 8810 1726791703.32003: variable 'ansible_search_path' from source: unknown 8810 1726791703.32007: variable 'ansible_search_path' from source: unknown 8810 1726791703.32034: calling self._execute() 8810 1726791703.32115: variable 'ansible_host' from source: host vars for 'managed_node1' 8810 1726791703.32124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8810 1726791703.32132: variable 'omit' from source: magic vars 8810 1726791703.32251: variable 'omit' from source: magic vars 8810 1726791703.32310: variable 'omit' from source: magic vars 8810 1726791703.32348: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8810 1726791703.32646: variable '__kernel_settings_profile_dir' from source: role '' exported vars 8810 1726791703.32887: variable '__kernel_settings_profile_parent' from source: set_fact 8810 1726791703.32896: variable '__kernel_settings_tuned_profile' from source: role '' exported vars 8810 1726791703.32930: variable 'omit' from source: magic vars 8810 1726791703.32977: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8810 1726791703.33109: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8810 1726791703.33139: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8810 1726791703.33156: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8810 1726791703.33167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8810 1726791703.33200: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8810 1726791703.33205: variable 'ansible_host' from source: host vars for 'managed_node1' 8810 1726791703.33209: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8810 1726791703.33307: Set connection var ansible_shell_executable to /bin/sh 8810 1726791703.33315: Set connection var ansible_pipelining to False 8810 1726791703.33326: Set connection var ansible_module_compression to ZIP_DEFLATED 8810 1726791703.33329: Set connection var ansible_connection to ssh 8810 1726791703.33335: Set connection var ansible_timeout to 10 8810 1726791703.33338: Set connection var ansible_shell_type to sh 8810 1726791703.33357: variable 'ansible_shell_executable' from source: unknown 8810 1726791703.33362: variable 'ansible_connection' from source: unknown 8810 1726791703.33365: variable 'ansible_module_compression' from source: unknown 8810 1726791703.33368: variable 'ansible_shell_type' from source: unknown 8810 1726791703.33370: variable 'ansible_shell_executable' from source: unknown 8810 1726791703.33376: variable 'ansible_host' from source: host vars for 'managed_node1' 8810 1726791703.33380: variable 'ansible_pipelining' from source: unknown 8810 1726791703.33383: variable 'ansible_timeout' from source: unknown 8810 1726791703.33394: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8810 1726791703.33570: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8810 1726791703.33587: variable 'omit' from source: magic vars 8810 1726791703.33592: starting attempt loop 8810 1726791703.33595: running the handler 8810 1726791703.33606: _low_level_execute_command(): starting 8810 1726791703.33613: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8810 1726791703.36567: stdout chunk (state=2): >>>/root <<< 8810 1726791703.36697: stderr chunk (state=3): >>><<< 8810 1726791703.36703: stdout chunk (state=3): >>><<< 8810 1726791703.36720: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8810 1726791703.36734: _low_level_execute_command(): starting 8810 1726791703.36745: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638 `" && echo ansible-tmp-1726791703.3672721-8810-245680288446638="` echo /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638 `" ) && sleep 0' 8810 1726791703.39546: stdout chunk (state=2): >>>ansible-tmp-1726791703.3672721-8810-245680288446638=/root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638 <<< 8810 1726791703.39994: stderr chunk (state=3): >>><<< 8810 1726791703.40001: stdout chunk (state=3): >>><<< 8810 1726791703.40017: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791703.3672721-8810-245680288446638=/root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638 , stderr= 8810 1726791703.40064: variable 'ansible_module_compression' from source: unknown 8810 1726791703.40122: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 8810 1726791703.40160: variable 'ansible_facts' from source: unknown 8810 1726791703.40261: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/AnsiballZ_file.py 8810 1726791703.40968: Sending initial data 8810 1726791703.40975: Sent initial data (151 bytes) 8810 1726791703.43484: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp4x6hj5g9 /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/AnsiballZ_file.py <<< 8810 1726791703.44656: stderr chunk (state=3): >>><<< 8810 1726791703.44663: stdout chunk (state=3): >>><<< 8810 1726791703.44681: done transferring module to remote 8810 1726791703.44696: _low_level_execute_command(): starting 8810 1726791703.44701: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/ /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/AnsiballZ_file.py && sleep 0' 8810 1726791703.47225: stderr chunk (state=2): >>><<< 8810 1726791703.47234: stdout chunk (state=2): >>><<< 8810 1726791703.47249: _low_level_execute_command() done: rc=0, stdout=, stderr= 8810 1726791703.47254: _low_level_execute_command(): starting 8810 1726791703.47258: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/AnsiballZ_file.py && sleep 0' 8810 1726791703.50541: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # <<< 8810 1726791703.50602: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8810 1726791703.50645: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8810 1726791703.50688: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # <<< 8810 1726791703.50726: stdout chunk (state=3): >>># installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8810 1726791703.50770: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8810 1726791703.50794: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8810 1726791703.50824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8810 1726791703.50857: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8984ee48> <<< 8810 1726791703.50891: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8810 1726791703.50915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897e4828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8984e9b0> <<< 8810 1726791703.50953: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f1630> <<< 8810 1726791703.50998: stdout chunk (state=3): >>>import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8810 1726791703.51042: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f8160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8810 1726791703.51081: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8810 1726791703.51116: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897fd0f0> <<< 8810 1726791703.51140: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f8748> <<< 8810 1726791703.51167: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f8390> <<< 8810 1726791703.51232: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8810 1726791703.51258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8810 1726791703.51289: stdout chunk (state=3): >>>import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8810 1726791703.51329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897a2470> <<< 8810 1726791703.51357: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8810 1726791703.51393: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897a7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897a2b38> <<< 8810 1726791703.51434: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8810 1726791703.51461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8810 1726791703.51578: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897ae4e0> <<< 8810 1726791703.51607: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89791d68> <<< 8810 1726791703.51635: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89794198> <<< 8810 1726791703.51669: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8810 1726791703.51699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87aa2940> <<< 8810 1726791703.51722: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8810 1726791703.51750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87ab4240> <<< 8810 1726791703.51827: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89802a20> <<< 8810 1726791703.51847: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8810 1726791703.52076: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8810 1726791703.52118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8810 1726791703.52139: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8810 1726791703.52168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8810 1726791703.52205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8810 1726791703.52272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8810 1726791703.52294: stdout chunk (state=3): >>>import '_functools' # <<< 8810 1726791703.52318: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8810 1726791703.52340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8810 1726791703.52366: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8810 1726791703.52396: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a220f0> <<< 8810 1726791703.52432: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a2d320> <<< 8810 1726791703.52465: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8810 1726791703.52497: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab87a2dfd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a2db00> <<< 8810 1726791703.52523: stdout chunk (state=3): >>>import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8810 1726791703.52562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a2c0f0> import '_collections' # <<< 8810 1726791703.52611: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a7d828> <<< 8810 1726791703.52635: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8810 1726791703.52661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8810 1726791703.52687: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a7dc18> <<< 8810 1726791703.52736: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a711d0> <<< 8810 1726791703.52778: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a71eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a684a8> <<< 8810 1726791703.52822: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a594e0> <<< 8810 1726791703.52854: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8810 1726791703.52891: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8810 1726791703.52921: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8810 1726791703.52954: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877d9320> <<< 8810 1726791703.53000: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877e1da0> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a71128> import '_locale' # <<< 8810 1726791703.53050: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8810 1726791703.53082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877e7eb8> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a53320> <<< 8810 1726791703.53126: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab877ed278> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ed080> <<< 8810 1726791703.53270: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab877ed390> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87acb080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8810 1726791703.53417: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ede80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877eda90> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877f9748> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8810 1726791703.53591: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877f9f28> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8737f240> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877f9828> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8810 1726791703.53652: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87384d30> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ed5c0> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8810 1726791703.53789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873a8390> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab873a8748> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8810 1726791703.53866: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873b0438> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # <<< 8810 1726791703.53895: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8810 1726791703.53941: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8810 1726791703.53990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8810 1726791703.54019: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8715ac50> <<< 8810 1726791703.54434: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8714d390> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8714d080> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8713ef28> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873b0dd8> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab87155048> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873a8ac8> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8975f748> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab871550f0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8975fac8> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ed908> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8810 1726791703.54460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8810 1726791703.54562: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab897775f8> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8810 1726791703.54688: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977b668> <<< 8810 1726791703.54724: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977bb38> <<< 8810 1726791703.54903: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977bc50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89777e48> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977bf98> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8977b518> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977b278> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8976bb38> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87393400> <<< 8810 1726791703.54925: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8810 1726791703.55008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897774a8> <<< 8810 1726791703.55319: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8577f940> # zipimport: found 33 names in '/tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8810 1726791703.56379: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.57317: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8543db00> import 'atexit' # <<< 8810 1726791703.57353: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8810 1726791703.57378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8810 1726791703.57429: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab854632b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a6518> <<< 8810 1726791703.57474: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab854a6630> <<< 8810 1726791703.57512: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8810 1726791703.57558: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a6b70> <<< 8810 1726791703.57588: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8810 1726791703.57643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8810 1726791703.57669: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8810 1726791703.57746: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a9198> <<< 8810 1726791703.57781: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85441320> <<< 8810 1726791703.57812: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85441e80> <<< 8810 1726791703.57846: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8810 1726791703.57902: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a7160> <<< 8810 1726791703.57926: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854852e8> <<< 8810 1726791703.58214: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8547c4e0> <<< 8810 1726791703.58241: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8810 1726791703.58269: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85452198> <<< 8810 1726791703.58304: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8579bda0> <<< 8810 1726791703.58342: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8548f438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8810 1726791703.58376: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8810 1726791703.58459: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8810 1726791703.58543: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85736eb8> <<< 8810 1726791703.58598: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8573be80> <<< 8810 1726791703.58679: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8572c2e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8572cb00> <<< 8810 1726791703.58830: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854997f0> <<< 8810 1726791703.58874: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8810 1726791703.58896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8810 1726791703.58952: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8810 1726791703.59017: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8575eeb8> <<< 8810 1726791703.59074: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8572c160> <<< 8810 1726791703.59201: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab853ecda0> <<< 8810 1726791703.59238: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab853ece80> <<< 8810 1726791703.59283: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab853fa048> <<< 8810 1726791703.59359: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8548f588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8810 1726791703.59393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8810 1726791703.59419: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab854089e8> <<< 8810 1726791703.59582: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85401128> <<< 8810 1726791703.59625: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85401320> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab853faba8> <<< 8810 1726791703.59686: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8810 1726791703.59735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.59806: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8810 1726791703.59823: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/__init__.py <<< 8810 1726791703.59829: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.59844: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/text/__init__.py <<< 8810 1726791703.59875: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.59977: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.60080: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8810 1726791703.60105: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8810 1726791703.60137: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8810 1726791703.60162: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8810 1726791703.60172: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85421da0> <<< 8810 1726791703.60222: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85421a58> <<< 8810 1726791703.60258: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85421278> <<< 8810 1726791703.60279: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8810 1726791703.60288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8810 1726791703.60328: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854218d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85411ba8> <<< 8810 1726791703.60350: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.60811: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.61253: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/six/__init__.py <<< 8810 1726791703.61265: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 8810 1726791703.61274: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/text/converters.py <<< 8810 1726791703.61322: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8810 1726791703.61340: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.61361: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors <<< 8810 1726791703.61370: stdout chunk (state=3): >>>import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8810 1726791703.61394: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.61463: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8810 1726791703.61529: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.61650: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8810 1726791703.61659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8810 1726791703.61690: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81dcf240> # zipimport: zlib available <<< 8810 1726791703.62139: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.62674: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available <<< 8810 1726791703.62697: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/errors.py <<< 8810 1726791703.62722: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/parsing/__init__.py <<< 8810 1726791703.62732: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.62766: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.62797: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8810 1726791703.62847: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.63014: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.63564: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81e44d68> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/locale.py <<< 8810 1726791703.63574: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.63605: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.63642: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.63707: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.63768: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8810 1726791703.63893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8810 1726791703.63981: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab81e66128> <<< 8810 1726791703.64057: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81e1be48> <<< 8810 1726791703.64092: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8810 1726791703.64129: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.64186: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.64203: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.64246: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.64520: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.64797: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8810 1726791703.64824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8810 1726791703.64845: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8810 1726791703.64852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8810 1726791703.64992: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854ec080> <<< 8810 1726791703.65005: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8810 1726791703.65022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8810 1726791703.65127: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854ec128> <<< 8810 1726791703.65175: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81e5c940> <<< 8810 1726791703.65228: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/distro/_distro.py <<< 8810 1726791703.65237: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8810 1726791703.65268: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.65298: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/sys_info.py <<< 8810 1726791703.65312: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.65342: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/pycompat24.py <<< 8810 1726791703.65467: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/modules/__init__.py <<< 8810 1726791703.65487: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.65877: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.66327: stdout chunk (state=3): >>># zipimport: zlib available <<< 8810 1726791703.66509: stdout chunk (state=3): >>> {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8810 1726791703.66541: stdout chunk (state=3): >>># destroy __main__ <<< 8810 1726791703.66787: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8810 1726791703.66799: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref <<< 8810 1726791703.66811: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os <<< 8810 1726791703.66819: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu <<< 8810 1726791703.66864: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression <<< 8810 1726791703.66903: stdout chunk (state=3): >>># cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes <<< 8810 1726791703.66932: stdout chunk (state=3): >>># cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux <<< 8810 1726791703.66944: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec <<< 8810 1726791703.66953: stdout chunk (state=3): >>># destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 <<< 8810 1726791703.66964: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool <<< 8810 1726791703.66979: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse <<< 8810 1726791703.67001: stdout chunk (state=3): >>># cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 8810 1726791703.67028: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8810 1726791703.67208: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8810 1726791703.67238: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8810 1726791703.67259: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8810 1726791703.67287: stdout chunk (state=3): >>># destroy _socket <<< 8810 1726791703.67299: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 8810 1726791703.67309: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix <<< 8810 1726791703.67319: stdout chunk (state=3): >>># cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 <<< 8810 1726791703.67362: stdout chunk (state=3): >>># destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8810 1726791703.67373: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path <<< 8810 1726791703.67410: stdout chunk (state=3): >>># cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections <<< 8810 1726791703.67426: stdout chunk (state=3): >>># destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings <<< 8810 1726791703.67437: stdout chunk (state=3): >>># cleanup[3] wiping shutil # destroy fnmatch <<< 8810 1726791703.67458: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # destroy linecache <<< 8810 1726791703.67469: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping pwd # cleanup[3] wiping grp <<< 8810 1726791703.67492: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random <<< 8810 1726791703.67501: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale <<< 8810 1726791703.67524: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping subprocess <<< 8810 1726791703.67534: stdout chunk (state=3): >>># cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex <<< 8810 1726791703.67551: stdout chunk (state=3): >>># cleanup[3] wiping syslog # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping ctypes # destroy _struct <<< 8810 1726791703.67561: stdout chunk (state=3): >>># destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping logging # destroy weakref <<< 8810 1726791703.67582: stdout chunk (state=3): >>># destroy threading # cleanup[3] wiping _string # cleanup[3] wiping systemd._journal # destroy systemd._journal # cleanup[3] wiping systemd._reader # destroy systemd._reader # cleanup[3] wiping systemd.id128 # destroy systemd.id128 # cleanup[3] wiping systemd.daemon <<< 8810 1726791703.67605: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # destroy systemd._daemon # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping ansible.module_utils.compat.selectors # cleanup[3] wiping copy # cleanup[3] wiping selinux <<< 8810 1726791703.67617: stdout chunk (state=3): >>># cleanup[3] wiping _selinux <<< 8810 1726791703.67636: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # destroy warnings # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping textwrap # cleanup[3] wiping sys <<< 8810 1726791703.67651: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8810 1726791703.67814: stdout chunk (state=3): >>># destroy posixpath # destroy __main__ # destroy atexit # destroy errno <<< 8810 1726791703.67831: stdout chunk (state=3): >>># destroy grp # destroy fcntl # destroy pwd # destroy shlex # destroy shutil # destroy signal # destroy subprocess # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selectors # destroy hashlib # destroy json # destroy selinux # destroy operator # destroy types <<< 8810 1726791703.67851: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime <<< 8810 1726791703.67868: 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 <<< 8810 1726791703.67885: stdout chunk (state=3): >>># destroy stat <<< 8810 1726791703.67898: stdout chunk (state=3): >>># destroy _heapq # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json <<< 8810 1726791703.67930: stdout chunk (state=3): >>># destroy _functools # destroy _operator # destroy _sre # destroy sre_parse <<< 8810 1726791703.67937: stdout chunk (state=3): >>># destroy select <<< 8810 1726791703.67956: stdout chunk (state=3): >>># destroy functools # destroy tokenize <<< 8810 1726791703.67964: stdout chunk (state=3): >>># destroy ctypes <<< 8810 1726791703.67987: stdout chunk (state=3): >>># destroy math # destroy _hashlib # destroy itertools # destroy bisect # destroy _random <<< 8810 1726791703.67997: stdout chunk (state=3): >>># destroy time <<< 8810 1726791703.68010: stdout chunk (state=3): >>># destroy collections # destroy textwrap <<< 8810 1726791703.68029: stdout chunk (state=3): >>># destroy _string # destroy locale # destroy copy # destroy io # destroy os # destroy re # destroy struct <<< 8810 1726791703.68321: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8810 1726791703.68368: stderr chunk (state=3): >>><<< 8810 1726791703.68376: stdout chunk (state=3): >>><<< 8810 1726791703.68423: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8984ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897e4828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8984e9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f1630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f8160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897fd0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f8748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897f8390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897a2470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897a7e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897a2b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897ae4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89791d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89794198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87aa2940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87ab4240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89802a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a220f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a2d320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab87a2dfd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a2db00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a2c0f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a7d828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a7dc18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a711d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a71eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a684a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a594e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877d9320> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877e1da0> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a71128> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877e7eb8> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87a53320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab877ed278> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ed080> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab877ed390> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87acb080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ede80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877eda90> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877f9748> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877f9f28> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8737f240> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877f9828> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87384d30> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ed5c0> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873a8390> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab873a8748> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873b0438> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8715ac50> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8714d390> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8714d080> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8713ef28> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873b0dd8> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab87155048> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab873a8ac8> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8975f748> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab871550f0> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8975fac8> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab877ed908> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab897775f8> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977b668> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977bb38> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977bc50> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab89777e48> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977bf98> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8977b518> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8977b278> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8976bb38> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab87393400> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab897774a8> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8577f940> # zipimport: found 33 names in '/tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8543db00> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab854632b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a6518> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab854a6630> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a6b70> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a9198> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85441320> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85441e80> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854a7160> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854852e8> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8547c4e0> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85452198> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab8579bda0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8548f438> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85736eb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8573be80> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8572c2e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8572cb00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854997f0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8575eeb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8572c160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab853ecda0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab853ece80> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab853fa048> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab8548f588> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab854089e8> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85401128> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85401320> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab853faba8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab85421da0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85421a58> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85421278> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854218d0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab85411ba8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81dcf240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81e44d68> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fab81e66128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81e1be48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854ec080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab854ec128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fab81e5c940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_file_payload_vgkv0ott/ansible_file_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"path": "/etc/tuned/kernel_settings", "changed": true, "diff": {"before": {"path": "/etc/tuned/kernel_settings", "state": "directory", "path_content": {"directories": [], "files": ["/etc/tuned/kernel_settings/tuned.conf"]}}, "after": {"path": "/etc/tuned/kernel_settings", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/etc/tuned/kernel_settings", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy _socket # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping pwd # cleanup[3] wiping grp # cleanup[3] wiping tempfile # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping syslog # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping ctypes # destroy _struct # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping logging # destroy weakref # destroy threading # cleanup[3] wiping _string # cleanup[3] wiping systemd._journal # destroy systemd._journal # cleanup[3] wiping systemd._reader # destroy systemd._reader # cleanup[3] wiping systemd.id128 # destroy systemd.id128 # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # destroy systemd._daemon # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping ansible.module_utils.compat.selectors # cleanup[3] wiping copy # cleanup[3] wiping selinux # cleanup[3] wiping _selinux # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # destroy warnings # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping textwrap # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy shlex # destroy shutil # destroy signal # destroy subprocess # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selectors # destroy hashlib # destroy json # destroy selinux # destroy operator # destroy types # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _heapq # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json # destroy _functools # destroy _operator # destroy _sre # destroy sre_parse # destroy select # destroy functools # destroy tokenize # destroy ctypes # destroy math # destroy _hashlib # destroy itertools # destroy bisect # destroy _random # destroy time # destroy collections # destroy textwrap # destroy _string # destroy locale # destroy copy # destroy io # destroy os # destroy re # destroy struct , stderr=Shared connection to 10.31.45.60 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy _socket # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.latin_1 # destroy encodings.cp437 # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping _signal # cleanup[3] wiping __main__ # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping tokenize # cleanup[3] wiping pwd # cleanup[3] wiping grp # cleanup[3] wiping tempfile # cleanup[3] wiping math # cleanup[3] wiping hashlib # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping atexit # cleanup[3] wiping datetime # cleanup[3] wiping fcntl # cleanup[3] wiping locale # destroy encodings # destroy _locale # cleanup[3] wiping platform # cleanup[3] wiping subprocess # cleanup[3] wiping signal # destroy _signal # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping selectors # cleanup[3] wiping shlex # cleanup[3] wiping syslog # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping ctypes # destroy _struct # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes # cleanup[3] wiping logging # destroy weakref # destroy threading # cleanup[3] wiping _string # cleanup[3] wiping systemd._journal # destroy systemd._journal # cleanup[3] wiping systemd._reader # destroy systemd._reader # cleanup[3] wiping systemd.id128 # destroy systemd.id128 # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # destroy systemd._daemon # cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping ansible.module_utils.compat.selectors # cleanup[3] wiping copy # cleanup[3] wiping selinux # cleanup[3] wiping _selinux # cleanup[3] wiping ansible.module_utils.distro # destroy argparse # destroy logging # destroy warnings # cleanup[3] wiping ansible.module_utils.distro._distro # cleanup[3] wiping textwrap # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy pwd # destroy shlex # destroy shutil # destroy signal # destroy subprocess # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy selectors # destroy hashlib # destroy json # destroy selinux # destroy operator # destroy types # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy stat # destroy _heapq # destroy platform # destroy ansible.module_utils.distro._distro # destroy json.scanner # destroy _json # destroy _functools # destroy _operator # destroy _sre # destroy sre_parse # destroy select # destroy functools # destroy tokenize # destroy ctypes # destroy math # destroy _hashlib # destroy itertools # destroy bisect # destroy _random # destroy time # destroy collections # destroy textwrap # destroy _string # destroy locale # destroy copy # destroy io # destroy os # destroy re # destroy struct 8810 1726791703.68544: done with _execute_module (file, {'path': '/etc/tuned/kernel_settings', 'state': 'absent', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'file', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8810 1726791703.68562: _low_level_execute_command(): starting 8810 1726791703.68570: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791703.3672721-8810-245680288446638/ > /dev/null 2>&1 && sleep 0' 8810 1726791703.71126: stderr chunk (state=2): >>><<< 8810 1726791703.71136: stdout chunk (state=2): >>><<< 8810 1726791703.71154: _low_level_execute_command() done: rc=0, stdout=, stderr= 8810 1726791703.71162: handler run complete 8810 1726791703.71195: attempt loop complete, returning result 8810 1726791703.71201: _execute() done 8810 1726791703.71206: dumping result to json 8810 1726791703.71212: done dumping result, returning 8810 1726791703.71219: done running TaskExecutor() for managed_node1/TASK: Remove kernel_settings tuned profile [029c2e81-ca9f-66d5-1a1d-000000000099] 8810 1726791703.71225: sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000099 8810 1726791703.71270: done sending task result for task 029c2e81-ca9f-66d5-1a1d-000000000099 8810 1726791703.71274: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "path": "/etc/tuned/kernel_settings", "state": "absent" } 8186 1726791703.71723: no more pending results, returning what we have 8186 1726791703.71725: results queue empty 8186 1726791703.71726: checking for any_errors_fatal 8186 1726791703.71734: done checking for any_errors_fatal 8186 1726791703.71734: checking for max_fail_percentage 8186 1726791703.71736: done checking for max_fail_percentage 8186 1726791703.71736: checking to see if all hosts have failed and the running result is not ok 8186 1726791703.71737: done checking to see if all hosts have failed 8186 1726791703.71738: getting the remaining hosts for this loop 8186 1726791703.71739: done getting the remaining hosts for this loop 8186 1726791703.71744: getting the next task for host managed_node1 8186 1726791703.71750: done getting next task for host managed_node1 8186 1726791703.71752: ^ task is: TASK: Get active_profile 8186 1726791703.71755: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=2, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791703.71758: getting variables 8186 1726791703.71760: in VariableManager get_vars() 8186 1726791703.71797: Calling all_inventory to load vars for managed_node1 8186 1726791703.71800: Calling groups_inventory to load vars for managed_node1 8186 1726791703.71802: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791703.71812: Calling all_plugins_play to load vars for managed_node1 8186 1726791703.71815: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791703.71818: Calling groups_plugins_play to load vars for managed_node1 8186 1726791703.72046: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791703.72228: done with get_vars() 8186 1726791703.72238: done getting variables TASK [Get active_profile] ****************************************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:41 Thursday 19 September 2024 20:21:43 -0400 (0:00:00.408) 0:00:20.102 **** 8186 1726791703.72335: entering _queue_task() for managed_node1/slurp 8186 1726791703.72551: worker is 1 (out of 1 available) 8186 1726791703.72564: exiting _queue_task() for managed_node1/slurp 8186 1726791703.72577: done queuing things up, now waiting for results queue to drain 8186 1726791703.72578: waiting for pending results... 8837 1726791703.72911: running TaskExecutor() for managed_node1/TASK: Get active_profile 8837 1726791703.73068: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000009a 8837 1726791703.73087: variable 'ansible_search_path' from source: unknown 8837 1726791703.73091: variable 'ansible_search_path' from source: unknown 8837 1726791703.73118: calling self._execute() 8837 1726791703.73191: variable 'ansible_host' from source: host vars for 'managed_node1' 8837 1726791703.73199: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8837 1726791703.73208: variable 'omit' from source: magic vars 8837 1726791703.73286: variable 'omit' from source: magic vars 8837 1726791703.73318: variable 'omit' from source: magic vars 8837 1726791703.73356: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8837 1726791703.73677: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8837 1726791703.73748: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 8837 1726791703.73788: variable 'omit' from source: magic vars 8837 1726791703.73834: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8837 1726791703.73861: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8837 1726791703.73881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8837 1726791703.73906: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8837 1726791703.73919: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8837 1726791703.73948: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8837 1726791703.73954: variable 'ansible_host' from source: host vars for 'managed_node1' 8837 1726791703.73958: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8837 1726791703.74043: Set connection var ansible_shell_executable to /bin/sh 8837 1726791703.74051: Set connection var ansible_pipelining to False 8837 1726791703.74061: Set connection var ansible_module_compression to ZIP_DEFLATED 8837 1726791703.74065: Set connection var ansible_connection to ssh 8837 1726791703.74070: Set connection var ansible_timeout to 10 8837 1726791703.74076: Set connection var ansible_shell_type to sh 8837 1726791703.74092: variable 'ansible_shell_executable' from source: unknown 8837 1726791703.74099: variable 'ansible_connection' from source: unknown 8837 1726791703.74105: variable 'ansible_module_compression' from source: unknown 8837 1726791703.74109: variable 'ansible_shell_type' from source: unknown 8837 1726791703.74112: variable 'ansible_shell_executable' from source: unknown 8837 1726791703.74115: variable 'ansible_host' from source: host vars for 'managed_node1' 8837 1726791703.74119: variable 'ansible_pipelining' from source: unknown 8837 1726791703.74122: variable 'ansible_timeout' from source: unknown 8837 1726791703.74126: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8837 1726791703.74278: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 8837 1726791703.74291: variable 'omit' from source: magic vars 8837 1726791703.74296: starting attempt loop 8837 1726791703.74300: running the handler 8837 1726791703.74311: _low_level_execute_command(): starting 8837 1726791703.74318: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8837 1726791703.76495: stdout chunk (state=2): >>>/root <<< 8837 1726791703.76627: stderr chunk (state=3): >>><<< 8837 1726791703.76634: stdout chunk (state=3): >>><<< 8837 1726791703.76650: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8837 1726791703.76663: _low_level_execute_command(): starting 8837 1726791703.76670: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485 `" && echo ansible-tmp-1726791703.7665782-8837-276341419480485="` echo /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485 `" ) && sleep 0' 8837 1726791703.79122: stdout chunk (state=2): >>>ansible-tmp-1726791703.7665782-8837-276341419480485=/root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485 <<< 8837 1726791703.79246: stderr chunk (state=3): >>><<< 8837 1726791703.79253: stdout chunk (state=3): >>><<< 8837 1726791703.79266: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791703.7665782-8837-276341419480485=/root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485 , stderr= 8837 1726791703.79306: variable 'ansible_module_compression' from source: unknown 8837 1726791703.79337: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.slurp-ZIP_DEFLATED 8837 1726791703.79365: variable 'ansible_facts' from source: unknown 8837 1726791703.79439: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/AnsiballZ_slurp.py 8837 1726791703.79546: Sending initial data 8837 1726791703.79554: Sent initial data (152 bytes) 8837 1726791703.82029: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpufscgta9 /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/AnsiballZ_slurp.py <<< 8837 1726791703.83085: stderr chunk (state=3): >>><<< 8837 1726791703.83091: stdout chunk (state=3): >>><<< 8837 1726791703.83107: done transferring module to remote 8837 1726791703.83119: _low_level_execute_command(): starting 8837 1726791703.83124: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/ /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/AnsiballZ_slurp.py && sleep 0' 8837 1726791703.85535: stderr chunk (state=2): >>><<< 8837 1726791703.85543: stdout chunk (state=2): >>><<< 8837 1726791703.85555: _low_level_execute_command() done: rc=0, stdout=, stderr= 8837 1726791703.85559: _low_level_execute_command(): starting 8837 1726791703.85563: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/AnsiballZ_slurp.py && sleep 0' 8837 1726791703.89292: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2d5e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c26b828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2d59b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c278630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c27f160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2840f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c27f748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c27f390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c229470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c22ee48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c229b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2354e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c218d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c21b198> <<< 8837 1726791703.89994: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a529940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a53b240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c289a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8837 1726791703.90030: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4a90f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4b4320> <<< 8837 1726791703.90058: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8837 1726791703.90098: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0a4b4fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4b4b00> import 'itertools' # <<< 8837 1726791703.90129: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4b30f0> <<< 8837 1726791703.90153: stdout chunk (state=3): >>>import '_collections' # <<< 8837 1726791703.90193: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a504828> <<< 8837 1726791703.90224: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8837 1726791703.90254: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a504c18> <<< 8837 1726791703.90307: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4f81d0> <<< 8837 1726791703.90331: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8837 1726791703.90350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4f8eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4ef4a8> <<< 8837 1726791703.90382: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4e04e0> <<< 8837 1726791703.90410: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8837 1726791703.90431: stdout chunk (state=3): >>>import '_sre' # <<< 8837 1726791703.90453: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8837 1726791703.90476: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8837 1726791703.90499: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a260320> <<< 8837 1726791703.90522: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a268da0> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4f8128> <<< 8837 1726791703.90546: stdout chunk (state=3): >>>import '_locale' # <<< 8837 1726791703.90587: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8837 1726791703.90614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a26eeb8> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4da320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py <<< 8837 1726791703.90637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8837 1726791703.90666: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0a274278> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274080> <<< 8837 1726791703.90697: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0a274390> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a552080> <<< 8837 1726791703.90717: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8837 1726791703.90740: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8837 1726791703.90772: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8837 1726791703.90805: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274e80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274a90> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' <<< 8837 1726791703.90826: stdout chunk (state=3): >>>import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a280748> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8837 1726791703.90843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8837 1726791703.90863: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8837 1726791703.90882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8837 1726791703.90920: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a280f28> <<< 8837 1726791703.90939: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8837 1726791703.90958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8837 1726791703.90989: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e06208> <<< 8837 1726791703.91010: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a280828> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8837 1726791703.91031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8837 1726791703.91075: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e0bcf8> <<< 8837 1726791703.91104: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a2745c0> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8837 1726791703.91129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8837 1726791703.91145: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8837 1726791703.91172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e2f358> <<< 8837 1726791703.91211: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a09e2f710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8837 1726791703.91243: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8837 1726791703.91263: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e37400> <<< 8837 1726791703.91294: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8837 1726791703.91329: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8837 1726791703.91359: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8837 1726791703.91382: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8837 1726791703.91413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8837 1726791703.91458: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09be1c18> <<< 8837 1726791703.91568: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bd4358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bd4048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bc5ef0> <<< 8837 1726791703.91599: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e37da0> <<< 8837 1726791703.91635: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a09bd4fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e2fa90> <<< 8837 1726791703.91662: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8837 1726791703.91686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8837 1726791703.91723: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c1e6710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bdc0b8> import 'pwd' # <<< 8837 1726791703.91753: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c1e6a90> <<< 8837 1726791703.91811: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274908> <<< 8837 1726791703.91848: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8837 1726791703.91871: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8837 1726791703.91899: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c1fe5c0> <<< 8837 1726791703.91924: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8837 1726791703.92058: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202630> <<< 8837 1726791703.92121: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c1fee10> <<< 8837 1726791703.92165: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2024e0> <<< 8837 1726791703.92204: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c1f2b00> <<< 8837 1726791703.92240: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e1b3c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8837 1726791703.92277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8837 1726791703.92314: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c1fe470> <<< 8837 1726791703.92461: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a08206908> <<< 8837 1726791703.92521: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip' # zipimport: zlib available <<< 8837 1726791703.92542: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.92577: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/__init__.py <<< 8837 1726791703.92598: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.93681: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.94616: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ec4ac8> import 'atexit' # <<< 8837 1726791703.94647: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8837 1726791703.94669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8837 1726791703.94727: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07eea278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f2d4e0> <<< 8837 1726791703.94754: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07f2d5f8> <<< 8837 1726791703.94779: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8837 1726791703.94807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8837 1726791703.94834: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f2db38> <<< 8837 1726791703.94865: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8837 1726791703.94904: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8837 1726791703.94938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8837 1726791703.95013: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f30160> <<< 8837 1726791703.95044: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791703.95076: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07ec8390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07ec8e48> <<< 8837 1726791703.95108: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8837 1726791703.95175: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f2e128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f0d2b0> <<< 8837 1726791703.95465: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f034a8> <<< 8837 1726791703.95494: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8837 1726791703.95514: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a08221f98> <<< 8837 1726791703.95538: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791703.95559: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07f16358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py <<< 8837 1726791703.95578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f16470> <<< 8837 1726791703.95606: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8837 1726791703.95618: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8837 1726791703.95640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8837 1726791703.95658: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8837 1726791703.95676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8837 1726791703.95721: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a081bdef0> <<< 8837 1726791703.95797: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8837 1726791703.95818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081c2f60> <<< 8837 1726791703.95834: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081b3320> <<< 8837 1726791703.95855: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081b3b38> <<< 8837 1726791703.96039: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f20828> <<< 8837 1726791703.96073: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8837 1726791703.96101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8837 1726791703.96122: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8837 1726791703.96136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8837 1726791703.96150: stdout chunk (state=3): >>>import '_string' # <<< 8837 1726791703.96216: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081e8f28> <<< 8837 1726791703.96274: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081b3198> <<< 8837 1726791703.96397: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791703.96416: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e72e10> <<< 8837 1726791703.96439: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e72ef0> <<< 8837 1726791703.96470: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791703.96493: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e810b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f165c0> <<< 8837 1726791703.96522: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8837 1726791703.96534: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8837 1726791703.96554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8837 1726791703.96586: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791703.96603: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e8fa58> <<< 8837 1726791703.96754: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07e88198> <<< 8837 1726791703.96783: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791703.96796: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e88390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07e81c18> <<< 8837 1726791703.96806: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.96818: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8837 1726791703.96893: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.96962: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.96976: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/__init__.py <<< 8837 1726791703.97000: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8837 1726791703.97094: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.97248: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8837 1726791703.97366: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07ea9e10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ea9ac8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ea92e8> <<< 8837 1726791703.97407: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8837 1726791703.97432: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ea9940> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07e97c18> # zipimport: zlib available <<< 8837 1726791703.97902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98350: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/six/__init__.py <<< 8837 1726791703.98371: 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 # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/text/converters.py <<< 8837 1726791703.98393: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/compat/selinux.py <<< 8837 1726791703.98404: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98421: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98445: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/compat/selectors.py <<< 8837 1726791703.98452: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98471: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98481: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/_text.py <<< 8837 1726791703.98494: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98595: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.98715: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8837 1726791703.98723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8837 1726791703.98746: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a04854400> # zipimport: zlib available <<< 8837 1726791703.99102: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99444: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99494: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99555: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/collections.py <<< 8837 1726791703.99564: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99612: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8837 1726791703.99677: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99746: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/errors.py <<< 8837 1726791703.99766: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8837 1726791703.99777: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8837 1726791703.99803: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791703.99833: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8837 1726791703.99843: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.00003: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.00183: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8837 1726791704.00509: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a048caef0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 8837 1726791704.00528: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.00553: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8837 1726791704.00587: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.00613: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.00656: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.00715: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8837 1726791704.00867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8837 1726791704.00954: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8837 1726791704.00963: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a048ed128> <<< 8837 1726791704.01013: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a048a2e48> <<< 8837 1726791704.01050: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/process.py <<< 8837 1726791704.01060: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.01101: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.01149: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.01256: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8837 1726791704.01491: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.01777: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8837 1726791704.01806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8837 1726791704.01829: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8837 1726791704.01964: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f79080> <<< 8837 1726791704.01985: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8837 1726791704.01994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8837 1726791704.02105: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f79128> <<< 8837 1726791704.02149: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a048e3940> <<< 8837 1726791704.02263: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8837 1726791704.02293: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/pycompat24.py <<< 8837 1726791704.02401: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 8837 1726791704.02442: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8837 1726791704.02478: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.02553: stdout chunk (state=3): >>># zipimport: zlib available <<< 8837 1726791704.02698: stdout chunk (state=3): >>> {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} # destroy __main__ <<< 8837 1726791704.02945: stdout chunk (state=3): >>># clear builtins._ # clear sys.path <<< 8837 1726791704.02967: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8837 1726791704.02985: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg <<< 8837 1726791704.03096: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8837 1726791704.03224: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8837 1726791704.03308: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8837 1726791704.03355: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon <<< 8837 1726791704.03885: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8837 1726791704.04101: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8837 1726791704.04108: stdout chunk (state=3): >>><<< 8837 1726791704.04118: stderr chunk (state=3): >>><<< 8837 1726791704.04162: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2d5e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c26b828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2d59b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c278630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c27f160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2840f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c27f748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c27f390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c229470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c22ee48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c229b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2354e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c218d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c21b198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a529940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a53b240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c289a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4a90f0> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4b4320> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0a4b4fd0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4b4b00> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4b30f0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a504828> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a504c18> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4f81d0> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4f8eb8> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4ef4a8> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4e04e0> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a260320> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a268da0> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4f8128> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a26eeb8> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a4da320> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0a274278> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274080> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0a274390> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a552080> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274e80> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274a90> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a280748> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a280f28> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e06208> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a280828> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e0bcf8> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a2745c0> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e2f358> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a09e2f710> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e37400> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09be1c18> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bd4358> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bd4048> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bc5ef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e37da0> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a09bd4fd0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e2fa90> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c1e6710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09bdc0b8> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c1e6a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0a274908> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c1fe5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c1fee10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c2024e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a0c202240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c1f2b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a09e1b3c8> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a0c1fe470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a08206908> # zipimport: found 33 names in '/tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ec4ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07eea278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f2d4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07f2d5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f2db38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f30160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07ec8390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07ec8e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f2e128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f0d2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f034a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a08221f98> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07f16358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f16470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a081bdef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081c2f60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081b3320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081b3b38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f20828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081e8f28> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a081b3198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e72e10> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e72ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e810b8> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f165c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e8fa58> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07e88198> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07e88390> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07e81c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a07ea9e10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ea9ac8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ea92e8> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07ea9940> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07e97c18> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a04854400> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a048caef0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a048ed128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a048a2e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f79080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a07f79128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a048e3940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_slurp_payload_6bfj6er4/ansible_slurp_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "source": "/etc/tuned/active_profile", "encoding": "base64", "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "src": "/etc/tuned/active_profile"}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8837 1726791704.04263: done with _execute_module (slurp, {'path': '/etc/tuned/active_profile', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'slurp', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8837 1726791704.04277: _low_level_execute_command(): starting 8837 1726791704.04283: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791703.7665782-8837-276341419480485/ > /dev/null 2>&1 && sleep 0' 8837 1726791704.07577: stderr chunk (state=2): >>><<< 8837 1726791704.07588: stdout chunk (state=2): >>><<< 8837 1726791704.07602: _low_level_execute_command() done: rc=0, stdout=, stderr= 8837 1726791704.07610: handler run complete 8837 1726791704.07624: attempt loop complete, returning result 8837 1726791704.07628: _execute() done 8837 1726791704.07631: dumping result to json 8837 1726791704.07636: done dumping result, returning 8837 1726791704.07643: done running TaskExecutor() for managed_node1/TASK: Get active_profile [029c2e81-ca9f-66d5-1a1d-00000000009a] 8837 1726791704.07648: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009a 8837 1726791704.07677: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009a 8837 1726791704.07681: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBrZXJuZWxfc2V0dGluZ3MK", "encoding": "base64", "source": "/etc/tuned/active_profile" } 8186 1726791704.07834: no more pending results, returning what we have 8186 1726791704.07837: results queue empty 8186 1726791704.07838: checking for any_errors_fatal 8186 1726791704.07844: done checking for any_errors_fatal 8186 1726791704.07845: checking for max_fail_percentage 8186 1726791704.07846: done checking for max_fail_percentage 8186 1726791704.07847: checking to see if all hosts have failed and the running result is not ok 8186 1726791704.07847: done checking to see if all hosts have failed 8186 1726791704.07848: getting the remaining hosts for this loop 8186 1726791704.07849: done getting the remaining hosts for this loop 8186 1726791704.07852: getting the next task for host managed_node1 8186 1726791704.07858: done getting next task for host managed_node1 8186 1726791704.07860: ^ task is: TASK: Ensure kernel_settings is not in active_profile 8186 1726791704.07862: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791704.07868: getting variables 8186 1726791704.07869: in VariableManager get_vars() 8186 1726791704.07904: Calling all_inventory to load vars for managed_node1 8186 1726791704.07907: Calling groups_inventory to load vars for managed_node1 8186 1726791704.07909: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791704.07918: Calling all_plugins_play to load vars for managed_node1 8186 1726791704.07920: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791704.07922: Calling groups_plugins_play to load vars for managed_node1 8186 1726791704.08104: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791704.08307: done with get_vars() 8186 1726791704.08319: done getting variables 8186 1726791704.08379: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Ensure kernel_settings is not in active_profile] ************************* task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 Thursday 19 September 2024 20:21:44 -0400 (0:00:00.360) 0:00:20.463 **** 8186 1726791704.08409: entering _queue_task() for managed_node1/copy 8186 1726791704.08615: worker is 1 (out of 1 available) 8186 1726791704.08627: exiting _queue_task() for managed_node1/copy 8186 1726791704.08639: done queuing things up, now waiting for results queue to drain 8186 1726791704.08639: waiting for pending results... 8854 1726791704.08909: running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile 8854 1726791704.09025: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000009b 8854 1726791704.09043: variable 'ansible_search_path' from source: unknown 8854 1726791704.09047: variable 'ansible_search_path' from source: unknown 8854 1726791704.09076: calling self._execute() 8854 1726791704.09160: variable 'ansible_host' from source: host vars for 'managed_node1' 8854 1726791704.09169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8854 1726791704.09178: variable 'omit' from source: magic vars 8854 1726791704.09275: variable 'omit' from source: magic vars 8854 1726791704.09318: variable 'omit' from source: magic vars 8854 1726791704.09345: variable '__active_profile' from source: task vars 8854 1726791704.09616: variable '__active_profile' from source: task vars 8854 1726791704.09814: variable '__cur_profile' from source: task vars 8854 1726791704.09959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 8854 1726791704.12081: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 8854 1726791704.12144: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 8854 1726791704.12180: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 8854 1726791704.12217: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 8854 1726791704.12244: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 8854 1726791704.12317: 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) 8854 1726791704.12357: 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) 8854 1726791704.12380: 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) 8854 1726791704.12417: 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) 8854 1726791704.12430: 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) 8854 1726791704.12519: variable '__kernel_settings_tuned_current_profile' from source: set_fact 8854 1726791704.12567: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8854 1726791704.12631: variable '__kernel_settings_tuned_active_profile' from source: role '' exported vars 8854 1726791704.12700: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 8854 1726791704.12723: variable 'omit' from source: magic vars 8854 1726791704.12749: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8854 1726791704.12776: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8854 1726791704.12795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8854 1726791704.12812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8854 1726791704.12823: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8854 1726791704.12851: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8854 1726791704.12857: variable 'ansible_host' from source: host vars for 'managed_node1' 8854 1726791704.12861: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8854 1726791704.12955: Set connection var ansible_shell_executable to /bin/sh 8854 1726791704.12963: Set connection var ansible_pipelining to False 8854 1726791704.12974: Set connection var ansible_module_compression to ZIP_DEFLATED 8854 1726791704.12977: Set connection var ansible_connection to ssh 8854 1726791704.12983: Set connection var ansible_timeout to 10 8854 1726791704.12988: Set connection var ansible_shell_type to sh 8854 1726791704.13008: variable 'ansible_shell_executable' from source: unknown 8854 1726791704.13013: variable 'ansible_connection' from source: unknown 8854 1726791704.13016: variable 'ansible_module_compression' from source: unknown 8854 1726791704.13019: variable 'ansible_shell_type' from source: unknown 8854 1726791704.13022: variable 'ansible_shell_executable' from source: unknown 8854 1726791704.13024: variable 'ansible_host' from source: host vars for 'managed_node1' 8854 1726791704.13028: variable 'ansible_pipelining' from source: unknown 8854 1726791704.13031: variable 'ansible_timeout' from source: unknown 8854 1726791704.13036: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8854 1726791704.13117: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8854 1726791704.13128: variable 'omit' from source: magic vars 8854 1726791704.13134: starting attempt loop 8854 1726791704.13137: running the handler 8854 1726791704.13149: _low_level_execute_command(): starting 8854 1726791704.13157: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8854 1726791704.15890: stdout chunk (state=2): >>>/root <<< 8854 1726791704.15948: stderr chunk (state=3): >>><<< 8854 1726791704.15955: stdout chunk (state=3): >>><<< 8854 1726791704.15980: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8854 1726791704.15997: _low_level_execute_command(): starting 8854 1726791704.16005: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413 `" && echo ansible-tmp-1726791704.1599207-8854-216926499360413="` echo /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413 `" ) && sleep 0' 8854 1726791704.19716: stdout chunk (state=2): >>>ansible-tmp-1726791704.1599207-8854-216926499360413=/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413 <<< 8854 1726791704.19846: stderr chunk (state=3): >>><<< 8854 1726791704.19853: stdout chunk (state=3): >>><<< 8854 1726791704.19870: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791704.1599207-8854-216926499360413=/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413 , stderr= 8854 1726791704.19939: variable 'ansible_module_compression' from source: unknown 8854 1726791704.19982: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8854 1726791704.20009: variable 'ansible_facts' from source: unknown 8854 1726791704.20076: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_stat.py 8854 1726791704.20157: Sending initial data 8854 1726791704.20164: Sent initial data (151 bytes) 8854 1726791704.22814: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpyti9q_qm /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_stat.py <<< 8854 1726791704.23997: stderr chunk (state=3): >>><<< 8854 1726791704.24005: stdout chunk (state=3): >>><<< 8854 1726791704.24026: done transferring module to remote 8854 1726791704.24041: _low_level_execute_command(): starting 8854 1726791704.24047: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/ /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_stat.py && sleep 0' 8854 1726791704.26504: stderr chunk (state=2): >>><<< 8854 1726791704.26512: stdout chunk (state=2): >>><<< 8854 1726791704.26526: _low_level_execute_command() done: rc=0, stdout=, stderr= 8854 1726791704.26535: _low_level_execute_command(): starting 8854 1726791704.26543: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_stat.py && sleep 0' 8854 1726791704.30554: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # <<< 8854 1726791704.30584: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8854 1726791704.30635: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8854 1726791704.30666: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8854 1726791704.30710: stdout chunk (state=3): >>>import 'posix' # <<< 8854 1726791704.30739: stdout chunk (state=3): >>>import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8854 1726791704.30793: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.30906: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054c1ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8854 1726791704.30930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bb4828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054c1e9b0> <<< 8854 1726791704.30966: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' <<< 8854 1726791704.30987: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc1630> <<< 8854 1726791704.31003: stdout chunk (state=3): >>>import '_signal' # <<< 8854 1726791704.31032: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc8160> <<< 8854 1726791704.31065: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8854 1726791704.31096: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8854 1726791704.31112: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8854 1726791704.31294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bcd0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc8748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc8390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # <<< 8854 1726791704.31316: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8854 1726791704.31334: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b72470> <<< 8854 1726791704.31373: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' <<< 8854 1726791704.31397: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b77e48> <<< 8854 1726791704.31430: stdout chunk (state=3): >>>import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b72b38> <<< 8854 1726791704.31449: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8854 1726791704.31489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8854 1726791704.31588: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b7e4e0> <<< 8854 1726791704.31608: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b61d68> <<< 8854 1726791704.31627: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8854 1726791704.31648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b64198> <<< 8854 1726791704.31682: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8854 1726791704.31708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8854 1726791704.31816: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e72940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e84240> <<< 8854 1726791704.32051: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bd2a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8854 1726791704.32734: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052df2080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052dfd2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052dfdf60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052dfda90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e07080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e4d7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e4dba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e41160> <<< 8854 1726791704.32758: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e41e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e38438> <<< 8854 1726791704.33278: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e29470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052baa278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bb2cf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e41438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bb7e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e232b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052bbe1d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bb7f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052bbe2e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e92fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbedd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbe9e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bc96a0> <<< 8854 1726791704.33299: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8854 1726791704.33923: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bc9e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052750198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bc9780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052755c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbe518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30527792e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30527796a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052780390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8854 1726791704.33946: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305252aba8> <<< 8854 1726791704.34064: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30525212e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052517f98> <<< 8854 1726791704.34080: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305250fe80> <<< 8854 1726791704.34111: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052780d30> <<< 8854 1726791704.34142: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052521f60> <<< 8854 1726791704.34158: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052779a20> <<< 8854 1726791704.34191: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8854 1726791704.34232: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b31710> <<< 8854 1726791704.34252: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052525048> <<< 8854 1726791704.34268: stdout chunk (state=3): >>>import 'pwd' # <<< 8854 1726791704.34288: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b31a90> <<< 8854 1726791704.34348: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbe860> <<< 8854 1726791704.34369: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8854 1726791704.34386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8854 1726791704.34409: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8854 1726791704.34420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8854 1726791704.34448: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b475c0> <<< 8854 1726791704.34471: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8854 1726791704.34491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8854 1726791704.34626: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4b630> <<< 8854 1726791704.34667: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4bb00> <<< 8854 1726791704.34704: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4bc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b47e10> <<< 8854 1726791704.34734: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8854 1726791704.34770: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4bf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b4b4e0> <<< 8854 1726791704.34803: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4b240> <<< 8854 1726791704.34822: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b3bb00> <<< 8854 1726791704.34844: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052765358> <<< 8854 1726791704.34862: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8854 1726791704.34896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8854 1726791704.34937: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b47470> <<< 8854 1726791704.35068: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8854 1726791704.35099: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050b4f908> <<< 8854 1726791704.35162: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available <<< 8854 1726791704.35182: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.35221: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.35248: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8854 1726791704.36639: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.37608: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050810ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050837278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508754e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508755f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050875b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8854 1726791704.37640: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8854 1726791704.37681: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8854 1726791704.37749: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050878160> <<< 8854 1726791704.37790: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050823390> <<< 8854 1726791704.37819: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050823e48> <<< 8854 1726791704.37841: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8854 1726791704.37861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8854 1726791704.37911: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050876128> <<< 8854 1726791704.37931: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508582b0> <<< 8854 1726791704.38230: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305084d4a8> <<< 8854 1726791704.38254: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8854 1726791704.38266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8854 1726791704.38291: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050b6dfd0> <<< 8854 1726791704.38316: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050861358> <<< 8854 1726791704.38345: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050861470> <<< 8854 1726791704.38368: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8854 1726791704.38389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8854 1726791704.38403: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py <<< 8854 1726791704.38430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8854 1726791704.38456: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8854 1726791704.38471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.38522: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508eeef0> <<< 8854 1726791704.38606: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py <<< 8854 1726791704.38624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050908048> <<< 8854 1726791704.38644: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508e2320> <<< 8854 1726791704.38658: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py <<< 8854 1726791704.38676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508e2b38> <<< 8854 1726791704.38870: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305086c828> <<< 8854 1726791704.38904: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8854 1726791704.38936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.38964: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8854 1726791704.38983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8854 1726791704.39067: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050911fd0> <<< 8854 1726791704.39122: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508e2198> <<< 8854 1726791704.39248: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.39263: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508a0eb8> <<< 8854 1726791704.39294: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508a0f98> <<< 8854 1726791704.39335: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508ae160> <<< 8854 1726791704.39353: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508615c0> <<< 8854 1726791704.39381: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8854 1726791704.39403: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8854 1726791704.39421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8854 1726791704.39467: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.39483: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508bdb00> <<< 8854 1726791704.39647: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508b8240> <<< 8854 1726791704.39684: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508b8438> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508aecc0> <<< 8854 1726791704.39721: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py <<< 8854 1726791704.39736: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.39819: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.39890: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py <<< 8854 1726791704.39940: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8854 1726791704.40035: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.40129: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.40452: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508d4eb8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508d4b70> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508d4390> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508d49e8> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508c4d30> # zipimport: zlib available <<< 8854 1726791704.41086: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.41316: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8854 1726791704.41528: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8854 1726791704.41588: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.41712: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8854 1726791704.41746: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d19e5f8> # zipimport: zlib available <<< 8854 1726791704.42118: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42476: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42527: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42593: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8854 1726791704.42624: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42656: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 8854 1726791704.42666: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42729: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42804: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py <<< 8854 1726791704.42819: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42841: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8854 1726791704.42869: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.42903: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py <<< 8854 1726791704.42925: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.43078: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.43248: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8854 1726791704.43570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d214cc0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available <<< 8854 1726791704.43611: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8854 1726791704.43647: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.43673: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.43711: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.43776: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8854 1726791704.44057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f304d1f6128> <<< 8854 1726791704.44093: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d53ee48> <<< 8854 1726791704.44131: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8854 1726791704.44187: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.44228: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.44258: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.44282: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.44600: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.44840: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8854 1726791704.44870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8854 1726791704.44951: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8854 1726791704.45030: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d228080> <<< 8854 1726791704.45042: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8854 1726791704.45055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8854 1726791704.45163: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d228128> <<< 8854 1726791704.45200: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d55b940> <<< 8854 1726791704.45263: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py <<< 8854 1726791704.45285: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45293: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45313: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 8854 1726791704.45323: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45339: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45357: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8854 1726791704.45448: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 8854 1726791704.45466: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py <<< 8854 1726791704.45480: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45582: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45748: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.45909: stdout chunk (state=3): >>>import 'gc' # <<< 8854 1726791704.46866: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 30, "inode": 494928066, "dev": 51713, "nlink": 1, "atime": 1726791704.0239851, "mtime": 1726791701.0089602, "ctime": 1726791701.0089602, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "mimetype": "text/plain", "charset": "us-ascii", "version": "1441664741", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8854 1726791704.46910: stdout chunk (state=3): >>># destroy __main__ <<< 8854 1726791704.47707: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8854 1726791704.47754: stdout chunk (state=3): >>># destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases <<< 8854 1726791704.47813: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil <<< 8854 1726791704.47848: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib <<< 8854 1726791704.47863: stdout chunk (state=3): >>># cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util <<< 8854 1726791704.47875: stdout chunk (state=3): >>># destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux <<< 8854 1726791704.47890: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8854 1726791704.48003: stdout chunk (state=3): >>># destroy posixpath <<< 8854 1726791704.48054: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select <<< 8854 1726791704.48088: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random <<< 8854 1726791704.48099: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8854 1726791704.48136: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8854 1726791704.48411: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8854 1726791704.48418: stdout chunk (state=3): >>><<< 8854 1726791704.48428: stderr chunk (state=3): >>><<< 8854 1726791704.48494: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054c1ee48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bb4828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054c1e9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc1630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc8160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bcd0f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc8748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bc8390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b72470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b77e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b72b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b7e4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b61d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b64198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e72940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e84240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054bd2a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052df2080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052dfd2b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052dfdf60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052dfda90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e07080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e4d7b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e4dba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e41160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e41e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e38438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e29470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052baa278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bb2cf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e41438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bb7e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e232b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052bbe1d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bb7f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052bbe2e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052e92fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbedd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbe9e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bc96a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bc9e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052750198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bc9780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052755c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbe518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30527792e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30527796a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052780390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305252aba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30525212e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052517f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305250fe80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052780d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3052521f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052779a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b31710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052525048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b31a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052bbe860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b475c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4b630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4bb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4bc18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b47e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4bf60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b4b4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3054b4b240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b3bb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3052765358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3054b47470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050b4f908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050810ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050837278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508754e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508755f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050875b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050878160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050823390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050823e48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050876128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508582b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305084d4a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050b6dfd0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3050861358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050861470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508eeef0> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050908048> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508e2320> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508e2b38> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f305086c828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3050911fd0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508e2198> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508a0eb8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508a0f98> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508ae160> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508615c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508bdb00> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508b8240> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508b8438> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508aecc0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f30508d4eb8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508d4b70> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508d4390> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508d49e8> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30508c4d30> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d19e5f8> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d214cc0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f304d1f6128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d53ee48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d228080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d228128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f304d55b940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload__zgf2wfr/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/active_profile", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 30, "inode": 494928066, "dev": 51713, "nlink": 1, "atime": 1726791704.0239851, "mtime": 1726791701.0089602, "ctime": 1726791701.0089602, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "a79569d3860cb6a066e0e92c8b22ffd0e8796bfd", "mimetype": "text/plain", "charset": "us-ascii", "version": "1441664741", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/active_profile", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8854 1726791704.48654: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/active_profile', 'follow': False, 'get_checksum': True, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8854 1726791704.49069: Sending initial data 8854 1726791704.49076: Sent initial data (140 bytes) 8854 1726791704.51463: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp9dfp9w1b /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source <<< 8854 1726791704.51705: stderr chunk (state=3): >>><<< 8854 1726791704.51712: stdout chunk (state=3): >>><<< 8854 1726791704.51730: _low_level_execute_command(): starting 8854 1726791704.51736: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/ /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source && sleep 0' 8854 1726791704.54139: stderr chunk (state=2): >>><<< 8854 1726791704.54146: stdout chunk (state=2): >>><<< 8854 1726791704.54158: _low_level_execute_command() done: rc=0, stdout=, stderr= 8854 1726791704.54180: variable 'ansible_module_compression' from source: unknown 8854 1726791704.54216: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8854 1726791704.54232: variable 'ansible_facts' from source: unknown 8854 1726791704.54300: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_copy.py 8854 1726791704.54479: Sending initial data 8854 1726791704.54487: Sent initial data (151 bytes) 8854 1726791704.56981: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmphtby20bs /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_copy.py <<< 8854 1726791704.58225: stderr chunk (state=3): >>><<< 8854 1726791704.58232: stdout chunk (state=3): >>><<< 8854 1726791704.58250: done transferring module to remote 8854 1726791704.58261: _low_level_execute_command(): starting 8854 1726791704.58266: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/ /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_copy.py && sleep 0' 8854 1726791704.60644: stderr chunk (state=2): >>><<< 8854 1726791704.60653: stdout chunk (state=2): >>><<< 8854 1726791704.60666: _low_level_execute_command() done: rc=0, stdout=, stderr= 8854 1726791704.60669: _low_level_execute_command(): starting 8854 1726791704.60673: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/AnsiballZ_copy.py && sleep 0' 8854 1726791704.63555: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin <<< 8854 1726791704.63574: stdout chunk (state=3): >>>import '_warnings' # <<< 8854 1726791704.63597: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8854 1726791704.63640: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8854 1726791704.63677: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8854 1726791704.63716: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8854 1726791704.63736: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8854 1726791704.63768: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py <<< 8854 1726791704.63777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.63796: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8854 1726791704.63819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8854 1726791704.63825: stdout chunk (state=3): >>>import '_codecs' # <<< 8854 1726791704.63851: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c8461e48> <<< 8854 1726791704.63876: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8854 1726791704.63890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83f7828> <<< 8854 1726791704.63902: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c84619b0> <<< 8854 1726791704.63924: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py <<< 8854 1726791704.63936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c8404630> <<< 8854 1726791704.63982: stdout chunk (state=3): >>>import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8854 1726791704.63997: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c840b160> <<< 8854 1726791704.64021: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8854 1726791704.64032: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py <<< 8854 1726791704.64043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8854 1726791704.64060: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8854 1726791704.64080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c84100f0> <<< 8854 1726791704.64097: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c840b748> <<< 8854 1726791704.64122: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c840b390> <<< 8854 1726791704.64150: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8854 1726791704.64159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8854 1726791704.64180: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8854 1726791704.64194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8854 1726791704.64208: stdout chunk (state=3): >>>import 'errno' # <<< 8854 1726791704.64222: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8854 1726791704.64241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8854 1726791704.64250: stdout chunk (state=3): >>>import '_stat' # <<< 8854 1726791704.64289: stdout chunk (state=3): >>>import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83b5470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py <<< 8854 1726791704.64301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8854 1726791704.64315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83bae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83b5b38> <<< 8854 1726791704.64350: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8854 1726791704.64378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8854 1726791704.64490: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83c14e0> <<< 8854 1726791704.64507: stdout chunk (state=3): >>>import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83a4d68> <<< 8854 1726791704.64522: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py <<< 8854 1726791704.64536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83a7198> <<< 8854 1726791704.64577: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py <<< 8854 1726791704.64590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8854 1726791704.64620: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66b5940> <<< 8854 1726791704.64628: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8854 1726791704.64651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66c7240> <<< 8854 1726791704.64744: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c8415a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8854 1726791704.64963: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8854 1726791704.64979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8854 1726791704.64992: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8854 1726791704.65015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8854 1726791704.65033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8854 1726791704.65054: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8854 1726791704.65065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8854 1726791704.65080: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8854 1726791704.65143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8854 1726791704.65157: stdout chunk (state=3): >>>import '_functools' # <<< 8854 1726791704.65175: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8854 1726791704.65199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.65219: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8854 1726791704.65232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8854 1726791704.65254: stdout chunk (state=3): >>>import '_operator' # <<< 8854 1726791704.65262: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6635080> <<< 8854 1726791704.65288: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66402b0> <<< 8854 1726791704.65296: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8854 1726791704.65310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8854 1726791704.65328: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.65338: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c6640f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6640a90> <<< 8854 1726791704.65347: stdout chunk (state=3): >>>import 'itertools' # <<< 8854 1726791704.65367: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8854 1726791704.65383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c664a080> <<< 8854 1726791704.65402: stdout chunk (state=3): >>>import '_collections' # <<< 8854 1726791704.65444: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66907b8> <<< 8854 1726791704.65468: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8854 1726791704.65476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8854 1726791704.65509: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6690ba8> <<< 8854 1726791704.65569: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6684160> <<< 8854 1726791704.65610: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6684e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c667b438> <<< 8854 1726791704.65636: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c666c470> <<< 8854 1726791704.65656: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8854 1726791704.65666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8854 1726791704.65693: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8854 1726791704.65703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8854 1726791704.65725: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8854 1726791704.65757: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63ed2b0> <<< 8854 1726791704.65771: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63f5d30> <<< 8854 1726791704.65786: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66840b8> <<< 8854 1726791704.65793: stdout chunk (state=3): >>>import '_locale' # <<< 8854 1726791704.65842: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8854 1726791704.65851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63fae10> <<< 8854 1726791704.65876: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66662b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8854 1726791704.65896: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.65906: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c64011d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63faf98> <<< 8854 1726791704.65934: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c64012e8> <<< 8854 1726791704.65953: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66d5fd0> <<< 8854 1726791704.65964: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8854 1726791704.65981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8854 1726791704.66001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.66008: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8854 1726791704.66028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8854 1726791704.66039: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6401dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c64019e8> <<< 8854 1726791704.66064: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8854 1726791704.66073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c640c6a0> <<< 8854 1726791704.66086: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8854 1726791704.66095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8854 1726791704.66119: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8854 1726791704.66179: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c640ce80> <<< 8854 1726791704.66200: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py <<< 8854 1726791704.66210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8854 1726791704.66239: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5f93198> <<< 8854 1726791704.66252: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c640c780> <<< 8854 1726791704.66277: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8854 1726791704.66288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8854 1726791704.66333: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5f98c88> <<< 8854 1726791704.66343: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6401518> <<< 8854 1726791704.66362: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8854 1726791704.66384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8854 1726791704.66398: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8854 1726791704.66407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fbc2e8> <<< 8854 1726791704.66428: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.66440: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c5fbc6a0> <<< 8854 1726791704.66449: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8854 1726791704.66465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8854 1726791704.66486: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8854 1726791704.66495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8854 1726791704.66506: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fc3390> <<< 8854 1726791704.66523: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8854 1726791704.66542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8854 1726791704.66589: stdout chunk (state=3): >>>import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8854 1726791704.66608: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8854 1726791704.66623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8854 1726791704.66662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8854 1726791704.66682: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py <<< 8854 1726791704.66694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d6dba8> <<< 8854 1726791704.66804: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d642e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d5af98> <<< 8854 1726791704.66817: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d52e80> <<< 8854 1726791704.66842: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fc3d30> <<< 8854 1726791704.67006: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c5d64f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fbca20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8854 1726791704.67071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c83746a0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d68048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c8374a20> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6401860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8854 1726791704.67091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' <<< 8854 1726791704.67105: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8854 1726791704.67121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8854 1726791704.67148: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.67161: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838a550> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py <<< 8854 1726791704.67180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8854 1726791704.67368: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838e5c0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838ea90> <<< 8854 1726791704.67468: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838eba8> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c838ada0> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838eef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c838e470> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.67491: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838e1d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c837ea90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fa8358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8854 1726791704.67553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8854 1726791704.67658: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c838a400> <<< 8854 1726791704.67703: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8854 1726791704.67718: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4393898> <<< 8854 1726791704.67787: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.67818: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.67841: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py <<< 8854 1726791704.67878: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.68903: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.69816: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8854 1726791704.69828: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4063a58> <<< 8854 1726791704.69836: stdout chunk (state=3): >>>import 'atexit' # <<< 8854 1726791704.69855: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8854 1726791704.69879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8854 1726791704.69936: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.69953: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c407a208> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40b8470> <<< 8854 1726791704.69965: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.69980: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40b8588> <<< 8854 1726791704.69995: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8854 1726791704.70013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8854 1726791704.70056: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40b8ac8> <<< 8854 1726791704.70073: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py <<< 8854 1726791704.70087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8854 1726791704.70104: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8854 1726791704.70132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8854 1726791704.70158: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py <<< 8854 1726791704.70166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8854 1726791704.70229: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4066fd0> <<< 8854 1726791704.70259: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.70271: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40bc9e8> <<< 8854 1726791704.70298: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c4066080> <<< 8854 1726791704.70311: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8854 1726791704.70321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8854 1726791704.70380: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40b9080> <<< 8854 1726791704.70403: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c409b240> <<< 8854 1726791704.70687: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4090438> <<< 8854 1726791704.70706: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py <<< 8854 1726791704.70713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8854 1726791704.70733: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c43b6da0> <<< 8854 1726791704.70758: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c4057f28> <<< 8854 1726791704.70780: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40a4358> <<< 8854 1726791704.70803: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8854 1726791704.70811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8854 1726791704.70891: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.70942: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c4132dd8> <<< 8854 1726791704.71125: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4139e10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4127208> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4127a20> <<< 8854 1726791704.71253: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40af710> <<< 8854 1726791704.71285: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8854 1726791704.71313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.71332: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py <<< 8854 1726791704.71346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' <<< 8854 1726791704.71359: stdout chunk (state=3): >>>import '_string' # <<< 8854 1726791704.71428: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4157e10> <<< 8854 1726791704.71487: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4127080> <<< 8854 1726791704.71617: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40e5c88> <<< 8854 1726791704.71634: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.71652: stdout chunk (state=3): >>># extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40e5da0> <<< 8854 1726791704.71675: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.71696: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40e5ef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40a44a8> <<< 8854 1726791704.71724: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' <<< 8854 1726791704.71740: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py <<< 8854 1726791704.71759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8854 1726791704.71786: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.71805: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c41028d0> <<< 8854 1726791704.71954: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40f2fd0> <<< 8854 1726791704.71980: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.72005: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40fb208> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40f2a90> # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.72025: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8854 1726791704.72092: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.72166: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.72196: stdout chunk (state=3): >>>import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8854 1726791704.72291: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.72392: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8854 1726791704.72417: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8854 1726791704.72440: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8854 1726791704.72463: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8854 1726791704.72492: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c411bcf8> <<< 8854 1726791704.72518: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c411b9b0> <<< 8854 1726791704.72549: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c411b1d0> <<< 8854 1726791704.72571: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8854 1726791704.72611: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c411b828> <<< 8854 1726791704.72632: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4109a58> # zipimport: zlib available <<< 8854 1726791704.73078: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.73528: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8854 1726791704.73553: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py <<< 8854 1726791704.73587: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8854 1726791704.73605: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.73626: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available <<< 8854 1726791704.73654: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py <<< 8854 1726791704.73679: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.73769: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.74500: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c09e31d0> # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.74667: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.74756: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8854 1726791704.74805: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available <<< 8854 1726791704.74985: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8854 1726791704.75049: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8854 1726791704.75194: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.75350: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8854 1726791704.75363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8854 1726791704.75474: stdout chunk (state=3): >>>import '_ast' # <<< 8854 1726791704.75494: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a57d68> # zipimport: zlib available <<< 8854 1726791704.75507: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.75525: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8854 1726791704.75589: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.75627: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py <<< 8854 1726791704.75645: stdout chunk (state=3): >>>import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8854 1726791704.75666: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.75700: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.75726: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available <<< 8854 1726791704.75823: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.75913: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8854 1726791704.76140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c0a3a0b8> <<< 8854 1726791704.76824: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0d86dd8> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.77355: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a50fd0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a6c0b8> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a0f8d0> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8854 1726791704.77378: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8854 1726791704.77403: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.77414: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py <<< 8854 1726791704.77509: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available <<< 8854 1726791704.77531: stdout chunk (state=3): >>># zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8854 1726791704.77864: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.78177: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py <<< 8854 1726791704.78203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a7af60> <<< 8854 1726791704.78276: stdout chunk (state=3): >>># zipimport: zlib available <<< 8854 1726791704.78440: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py <<< 8854 1726791704.78454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c06e10b8> <<< 8854 1726791704.79149: stdout chunk (state=3): >>> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source", "_original_basename": "tmp9dfp9w1b", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 8854 1726791704.79174: stdout chunk (state=3): >>># destroy __main__ <<< 8854 1726791704.79462: stdout chunk (state=3): >>># clear builtins._ # clear sys.path <<< 8854 1726791704.79588: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale <<< 8854 1726791704.79621: stdout chunk (state=3): >>># destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8854 1726791704.80119: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings <<< 8854 1726791704.80145: stdout chunk (state=3): >>># destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys <<< 8854 1726791704.80166: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8854 1726791704.80258: stdout chunk (state=3): >>># destroy posixpath <<< 8854 1726791704.80291: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse <<< 8854 1726791704.80320: stdout chunk (state=3): >>># destroy _heapq # destroy select # destroy linecache <<< 8854 1726791704.80342: stdout chunk (state=3): >>># destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8854 1726791704.80365: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8854 1726791704.81566: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8854 1726791704.81579: stdout chunk (state=3): >>><<< 8854 1726791704.81592: stderr chunk (state=3): >>><<< 8854 1726791704.81659: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c8461e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83f7828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c84619b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c8404630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c840b160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c84100f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c840b748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c840b390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83b5470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83bae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83b5b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83c14e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83a4d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c83a7198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66b5940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66c7240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c8415a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6635080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66402b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c6640f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6640a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c664a080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66907b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6690ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6684160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6684e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c667b438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c666c470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63ed2b0> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63f5d30> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66840b8> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63fae10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66662b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c64011d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c63faf98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c64012e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c66d5fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6401dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c64019e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c640c6a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c640ce80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5f93198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c640c780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5f98c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6401518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fbc2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c5fbc6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fc3390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d6dba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d642e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d5af98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d52e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fc3d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c5d64f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fbca20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c83746a0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5d68048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c8374a20> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c6401860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838a550> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838e5c0> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838ea90> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838eba8> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c838ada0> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838eef0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c838e470> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c838e1d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c837ea90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c5fa8358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c838a400> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4393898> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4063a58> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c407a208> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40b8470> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40b8588> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40b8ac8> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4066fd0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40bc9e8> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c4066080> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40b9080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c409b240> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4090438> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c43b6da0> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c4057f28> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40a4358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c4132dd8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4139e10> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4127208> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4127a20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40af710> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4157e10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4127080> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40e5c88> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40e5da0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40e5ef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40a44a8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c41028d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40f2fd0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c40fb208> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c40f2a90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c411bcf8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c411b9b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c411b1d0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c411b828> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c4109a58> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c09e31d0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a57d68> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa6c0a3a0b8> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0d86dd8> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a50fd0> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a6c0b8> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a0f8d0> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_gooa1vx5/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c0a7af60> # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa6c06e10b8> {"dest": "/etc/tuned/active_profile", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "invocation": {"module_args": {"dest": "/etc/tuned/active_profile", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source", "_original_basename": "tmp9dfp9w1b", "follow": false, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8854 1726791704.81977: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/active_profile', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source', '_original_basename': 'tmp9dfp9w1b', 'follow': False, 'checksum': '633f07e1b5698d04352d5dca735869bf2fe77897', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8854 1726791704.81992: _low_level_execute_command(): starting 8854 1726791704.81998: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/ > /dev/null 2>&1 && sleep 0' 8854 1726791704.84627: stderr chunk (state=2): >>><<< 8854 1726791704.84639: stdout chunk (state=2): >>><<< 8854 1726791704.84655: _low_level_execute_command() done: rc=0, stdout=, stderr= 8854 1726791704.84664: handler run complete 8854 1726791704.84696: attempt loop complete, returning result 8854 1726791704.84702: _execute() done 8854 1726791704.84706: dumping result to json 8854 1726791704.84712: done dumping result, returning 8854 1726791704.84720: done running TaskExecutor() for managed_node1/TASK: Ensure kernel_settings is not in active_profile [029c2e81-ca9f-66d5-1a1d-00000000009b] 8854 1726791704.84726: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009b 8854 1726791704.84766: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009b 8854 1726791704.84770: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "633f07e1b5698d04352d5dca735869bf2fe77897", "dest": "/etc/tuned/active_profile", "gid": 0, "group": "root", "md5sum": "9a561d913bcdb5a659ec2dd035975a8e", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_rw_etc_t:s0", "size": 14, "src": "/root/.ansible/tmp/ansible-tmp-1726791704.1599207-8854-216926499360413/source", "state": "file", "uid": 0 } 8186 1726791704.85479: no more pending results, returning what we have 8186 1726791704.85482: results queue empty 8186 1726791704.85483: checking for any_errors_fatal 8186 1726791704.85491: done checking for any_errors_fatal 8186 1726791704.85492: checking for max_fail_percentage 8186 1726791704.85493: done checking for max_fail_percentage 8186 1726791704.85494: checking to see if all hosts have failed and the running result is not ok 8186 1726791704.85495: done checking to see if all hosts have failed 8186 1726791704.85496: getting the remaining hosts for this loop 8186 1726791704.85497: done getting the remaining hosts for this loop 8186 1726791704.85500: getting the next task for host managed_node1 8186 1726791704.85506: done getting next task for host managed_node1 8186 1726791704.85508: ^ task is: TASK: Set profile_mode to auto 8186 1726791704.85510: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=4, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791704.85513: getting variables 8186 1726791704.85515: in VariableManager get_vars() 8186 1726791704.85550: Calling all_inventory to load vars for managed_node1 8186 1726791704.85553: Calling groups_inventory to load vars for managed_node1 8186 1726791704.85556: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791704.85565: Calling all_plugins_play to load vars for managed_node1 8186 1726791704.85568: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791704.85571: Calling groups_plugins_play to load vars for managed_node1 8186 1726791704.85814: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791704.86009: done with get_vars() 8186 1726791704.86019: done getting variables 8186 1726791704.86080: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set profile_mode to auto] ************************************************ task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 Thursday 19 September 2024 20:21:44 -0400 (0:00:00.776) 0:00:21.240 **** 8186 1726791704.86111: entering _queue_task() for managed_node1/copy 8186 1726791704.86323: worker is 1 (out of 1 available) 8186 1726791704.86337: exiting _queue_task() for managed_node1/copy 8186 1726791704.86348: done queuing things up, now waiting for results queue to drain 8186 1726791704.86350: waiting for pending results... 8903 1726791704.86633: running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto 8903 1726791704.86752: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000009c 8903 1726791704.86770: variable 'ansible_search_path' from source: unknown 8903 1726791704.86776: variable 'ansible_search_path' from source: unknown 8903 1726791704.86806: calling self._execute() 8903 1726791704.86883: variable 'ansible_host' from source: host vars for 'managed_node1' 8903 1726791704.86894: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8903 1726791704.86904: variable 'omit' from source: magic vars 8903 1726791704.86995: variable 'omit' from source: magic vars 8903 1726791704.87032: variable 'omit' from source: magic vars 8903 1726791704.87061: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 8903 1726791704.87270: variable '__kernel_settings_tuned_profile_mode' from source: role '' exported vars 8903 1726791704.87332: variable '__kernel_settings_tuned_dir' from source: role '' exported vars 8903 1726791704.87355: variable 'omit' from source: magic vars 8903 1726791704.87382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8903 1726791704.87409: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8903 1726791704.87426: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8903 1726791704.87438: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8903 1726791704.87446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8903 1726791704.87468: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8903 1726791704.87471: variable 'ansible_host' from source: host vars for 'managed_node1' 8903 1726791704.87474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8903 1726791704.87840: Set connection var ansible_shell_executable to /bin/sh 8903 1726791704.87848: Set connection var ansible_pipelining to False 8903 1726791704.87860: Set connection var ansible_module_compression to ZIP_DEFLATED 8903 1726791704.87864: Set connection var ansible_connection to ssh 8903 1726791704.87869: Set connection var ansible_timeout to 10 8903 1726791704.87874: Set connection var ansible_shell_type to sh 8903 1726791704.87899: variable 'ansible_shell_executable' from source: unknown 8903 1726791704.87904: variable 'ansible_connection' from source: unknown 8903 1726791704.87907: variable 'ansible_module_compression' from source: unknown 8903 1726791704.87909: variable 'ansible_shell_type' from source: unknown 8903 1726791704.87912: variable 'ansible_shell_executable' from source: unknown 8903 1726791704.87914: variable 'ansible_host' from source: host vars for 'managed_node1' 8903 1726791704.87917: variable 'ansible_pipelining' from source: unknown 8903 1726791704.87925: variable 'ansible_timeout' from source: unknown 8903 1726791704.87929: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8903 1726791704.88062: Loading ActionModule 'copy' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/copy.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8903 1726791704.88079: variable 'omit' from source: magic vars 8903 1726791704.88088: starting attempt loop 8903 1726791704.88092: running the handler 8903 1726791704.88104: _low_level_execute_command(): starting 8903 1726791704.88112: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8903 1726791704.91202: stdout chunk (state=2): >>>/root <<< 8903 1726791704.91339: stderr chunk (state=3): >>><<< 8903 1726791704.91348: stdout chunk (state=3): >>><<< 8903 1726791704.91368: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8903 1726791704.91387: _low_level_execute_command(): starting 8903 1726791704.91395: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497 `" && echo ansible-tmp-1726791704.9137983-8903-259020792317497="` echo /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497 `" ) && sleep 0' 8903 1726791704.94639: stdout chunk (state=2): >>>ansible-tmp-1726791704.9137983-8903-259020792317497=/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497 <<< 8903 1726791704.94651: stderr chunk (state=2): >>><<< 8903 1726791704.94664: stdout chunk (state=3): >>><<< 8903 1726791704.94679: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791704.9137983-8903-259020792317497=/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497 , stderr= 8903 1726791704.94767: variable 'ansible_module_compression' from source: unknown 8903 1726791704.94829: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 8903 1726791704.94866: variable 'ansible_facts' from source: unknown 8903 1726791704.94970: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_stat.py 8903 1726791704.95540: Sending initial data 8903 1726791704.95547: Sent initial data (151 bytes) 8903 1726791704.98648: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpaoybl48t /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_stat.py <<< 8903 1726791704.99890: stderr chunk (state=3): >>><<< 8903 1726791704.99896: stdout chunk (state=3): >>><<< 8903 1726791704.99920: done transferring module to remote 8903 1726791704.99935: _low_level_execute_command(): starting 8903 1726791704.99941: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/ /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_stat.py && sleep 0' 8903 1726791705.02303: stderr chunk (state=2): >>><<< 8903 1726791705.02309: stdout chunk (state=2): >>><<< 8903 1726791705.02319: _low_level_execute_command() done: rc=0, stdout=, stderr= 8903 1726791705.02322: _low_level_execute_command(): starting 8903 1726791705.02325: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_stat.py && sleep 0' 8903 1726791705.05303: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # <<< 8903 1726791705.05329: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8903 1726791705.05346: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8903 1726791705.05397: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.05422: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8903 1726791705.05445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8903 1726791705.05457: stdout chunk (state=3): >>>import '_codecs' # <<< 8903 1726791705.05485: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e20ae48> <<< 8903 1726791705.05513: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8903 1726791705.05529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1a0828> <<< 8903 1726791705.05549: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e20a9b0> <<< 8903 1726791705.05565: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py <<< 8903 1726791705.05589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1ad630> <<< 8903 1726791705.05606: stdout chunk (state=3): >>>import '_signal' # <<< 8903 1726791705.05629: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8903 1726791705.05647: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b4160> <<< 8903 1726791705.05670: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' <<< 8903 1726791705.05696: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' <<< 8903 1726791705.05717: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8903 1726791705.05748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b90f0> <<< 8903 1726791705.05764: stdout chunk (state=3): >>>import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b4748> <<< 8903 1726791705.05799: stdout chunk (state=3): >>>import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b4390> <<< 8903 1726791705.05823: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py<<< 8903 1726791705.05832: stdout chunk (state=3): >>> <<< 8903 1726791705.05844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8903 1726791705.05866: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py <<< 8903 1726791705.05893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8903 1726791705.05900: stdout chunk (state=3): >>>import 'errno' # <<< 8903 1726791705.05909: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8903 1726791705.05929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' <<< 8903 1726791705.05941: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e15e470> <<< 8903 1726791705.06472: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e163e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e15eb38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e16a4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e14dd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e150198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c45e940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c470240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1bea20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8903 1726791705.06563: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8903 1726791705.06574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8903 1726791705.06593: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8903 1726791705.06612: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8903 1726791705.06627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8903 1726791705.06646: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8903 1726791705.06677: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8903 1726791705.06734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8903 1726791705.06749: stdout chunk (state=3): >>>import '_functools' # <<< 8903 1726791705.06767: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8903 1726791705.06797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.06815: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8903 1726791705.06828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8903 1726791705.06860: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3de080> <<< 8903 1726791705.06889: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3e92b0> <<< 8903 1726791705.06899: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8903 1726791705.06923: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71c3e9f60> <<< 8903 1726791705.06935: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3e9a90> <<< 8903 1726791705.06942: stdout chunk (state=3): >>>import 'itertools' # <<< 8903 1726791705.06961: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8903 1726791705.06974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8903 1726791705.06987: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3f3080> import '_collections' # <<< 8903 1726791705.07035: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c4397b8> <<< 8903 1726791705.07053: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8903 1726791705.07073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8903 1726791705.07098: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c439ba8> <<< 8903 1726791705.07155: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c42d160> <<< 8903 1726791705.07180: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8903 1726791705.07190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c42de48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c424438> <<< 8903 1726791705.07230: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c415470> <<< 8903 1726791705.07249: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py <<< 8903 1726791705.07262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # <<< 8903 1726791705.07288: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8903 1726791705.07297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8903 1726791705.07321: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8903 1726791705.07348: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c196278> <<< 8903 1726791705.07380: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c19ecf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c42d438> <<< 8903 1726791705.07392: stdout chunk (state=3): >>>import '_locale' # <<< 8903 1726791705.07434: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1a3e10> <<< 8903 1726791705.07455: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c40f2b0> <<< 8903 1726791705.07477: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8903 1726791705.07492: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.07500: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71c1aa1d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1a3f98> <<< 8903 1726791705.07534: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.07578: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71c1aa2e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c47efd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8903 1726791705.07611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8903 1726791705.07643: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aadd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aa9e8> <<< 8903 1726791705.07655: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1b56a0> <<< 8903 1726791705.07689: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' <<< 8903 1726791705.07711: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8903 1726791705.07876: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1b5e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd3c198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1b5780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8903 1726791705.07922: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd41c88> <<< 8903 1726791705.07941: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aa518> <<< 8903 1726791705.07969: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8903 1726791705.07997: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd652e8> <<< 8903 1726791705.08024: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71bd656a0> <<< 8903 1726791705.08042: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8903 1726791705.08065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8903 1726791705.08102: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd6c390> <<< 8903 1726791705.08123: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8903 1726791705.08147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # <<< 8903 1726791705.08166: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8903 1726791705.08198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8903 1726791705.08221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8903 1726791705.08254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8903 1726791705.08281: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb16ba8> <<< 8903 1726791705.08400: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb0d2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb03f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bafbe80> <<< 8903 1726791705.08453: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd6cd30> <<< 8903 1726791705.08489: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71bb0df60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd65a20> <<< 8903 1726791705.08510: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' <<< 8903 1726791705.08545: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.08556: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e11d710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb11048> <<< 8903 1726791705.08576: stdout chunk (state=3): >>>import 'pwd' # <<< 8903 1726791705.08596: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.08603: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e11da90> <<< 8903 1726791705.08648: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aa860> <<< 8903 1726791705.08671: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py <<< 8903 1726791705.08705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8903 1726791705.08737: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e1335c0> <<< 8903 1726791705.08765: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8903 1726791705.08891: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.08900: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137630> <<< 8903 1726791705.08919: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.08929: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137b00> <<< 8903 1726791705.08961: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e133e10> <<< 8903 1726791705.08975: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py <<< 8903 1726791705.08989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.09049: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1374e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e127b00> <<< 8903 1726791705.09069: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd51358> <<< 8903 1726791705.09086: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8903 1726791705.09117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8903 1726791705.09155: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e133470> <<< 8903 1726791705.09277: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py <<< 8903 1726791705.09285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8903 1726791705.09315: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71a13b908> <<< 8903 1726791705.09360: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip' <<< 8903 1726791705.09368: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.09397: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 8903 1726791705.09407: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.09423: stdout chunk (state=3): >>>import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py <<< 8903 1726791705.09432: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.10513: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.11508: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719dfcac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8903 1726791705.11595: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e23278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e614e0> <<< 8903 1726791705.11606: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e615f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8903 1726791705.11649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' <<< 8903 1726791705.11673: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e61b38> <<< 8903 1726791705.11697: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' <<< 8903 1726791705.11721: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8903 1726791705.11748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8903 1726791705.11789: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8903 1726791705.11870: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e64160> <<< 8903 1726791705.11987: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e0f390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e0fe48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8903 1726791705.12103: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e62128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e442b0> <<< 8903 1726791705.12722: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e394a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71a15fd30> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e4d358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e4d470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719edaeb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ee0ef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ece2e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719eceb00> <<< 8903 1726791705.12889: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e58828> <<< 8903 1726791705.12916: stdout chunk (state=3): >>># /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8903 1726791705.12946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.12994: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8903 1726791705.13071: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719effef0> <<< 8903 1726791705.13112: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ece160> <<< 8903 1726791705.13702: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e8edd8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e8eeb8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e9b080> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e4d5c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719ea9a20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ea4160> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719ea4358> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e9bbe0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8903 1726791705.13740: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.13801: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.13827: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.13852: stdout chunk (state=3): >>>import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8903 1726791705.14239: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719ec1dd8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ec1a90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ec12b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8903 1726791705.14296: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ec1908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719eb1be0> # zipimport: zlib available <<< 8903 1726791705.14736: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.15163: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8903 1726791705.15182: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 8903 1726791705.15190: stdout chunk (state=3): >>>import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py <<< 8903 1726791705.15211: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8903 1726791705.15238: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.15260: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py <<< 8903 1726791705.15274: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.15286: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.15297: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8903 1726791705.15407: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.15524: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py <<< 8903 1726791705.15534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8903 1726791705.15557: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71678b240> <<< 8903 1726791705.15565: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.15909: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16254: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16300: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16361: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available <<< 8903 1726791705.16394: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16419: stdout chunk (state=3): >>>import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py <<< 8903 1726791705.16430: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16482: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16554: stdout chunk (state=3): >>>import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8903 1726791705.16570: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16585: stdout chunk (state=3): >>>import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available <<< 8903 1726791705.16609: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16640: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8903 1726791705.16807: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.16979: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8903 1726791705.16992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8903 1726791705.17099: stdout chunk (state=3): >>>import '_ast' # <<< 8903 1726791705.17133: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716800dd8> # zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.17542: stdout chunk (state=3): >>>import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8903 1726791705.17706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.17777: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa7167e2128> <<< 8903 1726791705.17834: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716b30e48> <<< 8903 1726791705.17867: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py <<< 8903 1726791705.17881: stdout chunk (state=3): >>>import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8903 1726791705.17922: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.17968: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.17993: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.18022: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.18315: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.18577: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8903 1726791705.18603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8903 1726791705.18622: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py <<< 8903 1726791705.18634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8903 1726791705.18764: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716814080> <<< 8903 1726791705.18790: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8903 1726791705.18896: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716814128> <<< 8903 1726791705.18936: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716b47940> <<< 8903 1726791705.19007: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available <<< 8903 1726791705.19050: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py <<< 8903 1726791705.19064: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.19079: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.19095: stdout chunk (state=3): >>>import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py <<< 8903 1726791705.19191: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py <<< 8903 1726791705.19220: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available <<< 8903 1726791705.19320: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.19489: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.19670: stdout chunk (state=3): >>>import 'gc' # <<< 8903 1726791705.20609: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 7, "inode": 501219463, "dev": 51713, "nlink": 1, "atime": 1726791700.9869602, "mtime": 1726791701.0099604, "ctime": 1726791701.0099604, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "mimetype": "text/plain", "charset": "us-ascii", "version": "865271494", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} <<< 8903 1726791705.20627: stdout chunk (state=3): >>># destroy __main__ <<< 8903 1726791705.20934: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache <<< 8903 1726791705.20958: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout <<< 8903 1726791705.20973: stdout chunk (state=3): >>># restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig <<< 8903 1726791705.21000: stdout chunk (state=3): >>># destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize <<< 8903 1726791705.21015: stdout chunk (state=3): >>># cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 <<< 8903 1726791705.21031: stdout chunk (state=3): >>># cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters <<< 8903 1726791705.21090: stdout chunk (state=3): >>># destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8903 1726791705.21242: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8903 1726791705.21274: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport <<< 8903 1726791705.21297: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8903 1726791705.21318: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings <<< 8903 1726791705.21350: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes <<< 8903 1726791705.21368: stdout chunk (state=3): >>># destroy traceback # destroy atexit <<< 8903 1726791705.21385: stdout chunk (state=3): >>># destroy _string <<< 8903 1726791705.21421: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8903 1726791705.21441: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct <<< 8903 1726791705.21462: stdout chunk (state=3): >>># destroy gc <<< 8903 1726791705.21486: stdout chunk (state=3): >>># cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread <<< 8903 1726791705.21513: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8903 1726791705.21542: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections <<< 8903 1726791705.21570: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize <<< 8903 1726791705.21595: stdout chunk (state=3): >>># cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect <<< 8903 1726791705.21612: stdout chunk (state=3): >>># cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno <<< 8903 1726791705.21632: stdout chunk (state=3): >>># destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8903 1726791705.21730: stdout chunk (state=3): >>># destroy posixpath <<< 8903 1726791705.21770: stdout chunk (state=3): >>># destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse <<< 8903 1726791705.21790: stdout chunk (state=3): >>># destroy _heapq # destroy select <<< 8903 1726791705.21815: stdout chunk (state=3): >>># destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections <<< 8903 1726791705.21838: 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8903 1726791705.22076: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8903 1726791705.22129: stderr chunk (state=3): >>><<< 8903 1726791705.22134: stdout chunk (state=3): >>><<< 8903 1726791705.22188: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e20ae48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1a0828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e20a9b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1ad630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b4160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b90f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b4748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1b4390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e15e470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e163e48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e15eb38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e16a4e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e14dd68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e150198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c45e940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c470240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1bea20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3de080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3e92b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71c3e9f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3e9a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c3f3080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c4397b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c439ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c42d160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c42de48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c424438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c415470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c196278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c19ecf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c42d438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1a3e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c40f2b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71c1aa1d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1a3f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71c1aa2e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c47efd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aadd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aa9e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1b56a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1b5e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd3c198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1b5780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd41c88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aa518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd652e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71bd656a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd6c390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb16ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb0d2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb03f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bafbe80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd6cd30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71bb0df60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd65a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e11d710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bb11048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e11da90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71c1aa860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e1335c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e133e10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e1374e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa71e137240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e127b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71bd51358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71e133470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71a13b908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719dfcac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e23278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e614e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e615f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e61b38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e64160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e0f390> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e0fe48> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e62128> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e442b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e394a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71a15fd30> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e4d358> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e4d470> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719edaeb8> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ee0ef0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ece2e8> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719eceb00> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e58828> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719effef0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ece160> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e8edd8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e8eeb8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719e9b080> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e4d5c0> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719ea9a20> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ea4160> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719ea4358> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719e9bbe0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa719ec1dd8> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ec1a90> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ec12b0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719ec1908> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa719eb1be0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa71678b240> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716800dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa7167e2128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716b30e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716814080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716814128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa716b47940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.stat_payload_pll_5px0/ansible_ansible.legacy.stat_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'gc' # {"changed": false, "stat": {"exists": true, "path": "/etc/tuned/profile_mode", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 7, "inode": 501219463, "dev": 51713, "nlink": 1, "atime": 1726791700.9869602, "mtime": 1726791701.0099604, "ctime": 1726791701.0099604, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "3ef9f23deed2e23d3ef2b88b842fb882313e15ce", "mimetype": "text/plain", "charset": "us-ascii", "version": "865271494", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/tuned/profile_mode", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_mime": true, "get_attributes": true}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # destroy gc # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8903 1726791705.22360: done with _execute_module (ansible.legacy.stat, {'path': '/etc/tuned/profile_mode', 'follow': False, 'get_checksum': True, 'checksum_algorithm': 'sha1', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8903 1726791705.23355: Sending initial data 8903 1726791705.23364: Sent initial data (140 bytes) 8903 1726791705.25199: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp6r7nsbji /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source <<< 8903 1726791705.25455: stderr chunk (state=3): >>><<< 8903 1726791705.25462: stdout chunk (state=3): >>><<< 8903 1726791705.25481: _low_level_execute_command(): starting 8903 1726791705.25488: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/ /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source && sleep 0' 8903 1726791705.28006: stderr chunk (state=2): >>><<< 8903 1726791705.28017: stdout chunk (state=2): >>><<< 8903 1726791705.28035: _low_level_execute_command() done: rc=0, stdout=, stderr= 8903 1726791705.28065: variable 'ansible_module_compression' from source: unknown 8903 1726791705.28119: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.copy-ZIP_DEFLATED 8903 1726791705.28139: variable 'ansible_facts' from source: unknown 8903 1726791705.28230: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_copy.py 8903 1726791705.28597: Sending initial data 8903 1726791705.28604: Sent initial data (151 bytes) 8903 1726791705.31370: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmpzvqmfuch /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_copy.py <<< 8903 1726791705.33429: stderr chunk (state=3): >>><<< 8903 1726791705.33438: stdout chunk (state=3): >>><<< 8903 1726791705.33461: done transferring module to remote 8903 1726791705.33477: _low_level_execute_command(): starting 8903 1726791705.33483: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/ /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_copy.py && sleep 0' 8903 1726791705.37192: stderr chunk (state=2): >>><<< 8903 1726791705.37204: stdout chunk (state=2): >>><<< 8903 1726791705.37227: _low_level_execute_command() done: rc=0, stdout=, stderr= 8903 1726791705.37234: _low_level_execute_command(): starting 8903 1726791705.37239: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/AnsiballZ_copy.py && sleep 0' 8903 1726791705.40523: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # <<< 8903 1726791705.40582: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8903 1726791705.40620: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8903 1726791705.40682: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook <<< 8903 1726791705.40723: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.40741: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8903 1726791705.40769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # <<< 8903 1726791705.40800: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7f3e48> <<< 8903 1726791705.40823: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py <<< 8903 1726791705.40852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f789828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7f39b0> <<< 8903 1726791705.40888: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f796630> <<< 8903 1726791705.40938: stdout chunk (state=3): >>>import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' <<< 8903 1726791705.40985: stdout chunk (state=3): >>>import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f79d160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py <<< 8903 1726791705.41011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py <<< 8903 1726791705.41096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7a20f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f79d748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f79d390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py <<< 8903 1726791705.41115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' <<< 8903 1726791705.41138: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' <<< 8903 1726791705.41159: stdout chunk (state=3): >>>import 'errno' # <<< 8903 1726791705.41182: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py <<< 8903 1726791705.41210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f747470> <<< 8903 1726791705.41260: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py <<< 8903 1726791705.41318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f74ce48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f747b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py <<< 8903 1726791705.41340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' <<< 8903 1726791705.41452: stdout chunk (state=3): >>>import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7534e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f736d68> <<< 8903 1726791705.41489: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f739198> <<< 8903 1726791705.41592: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da47940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da59240> <<< 8903 1726791705.41671: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7a7a20> <<< 8903 1726791705.41714: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8903 1726791705.42039: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8903 1726791705.42135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8903 1726791705.42296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9c7080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9d22b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d9d2f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9d2a90> import 'itertools' # <<< 8903 1726791705.42355: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9dc080> import '_collections' # <<< 8903 1726791705.42424: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da227b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8903 1726791705.42455: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da22ba8> <<< 8903 1726791705.42509: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da16160> <<< 8903 1726791705.42536: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' <<< 8903 1726791705.42708: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da16e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da0d438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9fe470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d77f278> <<< 8903 1726791705.42729: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d787cf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da16438> <<< 8903 1726791705.42804: stdout chunk (state=3): >>>import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d78ce10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9f82b0> <<< 8903 1726791705.42842: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.42894: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d7931d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d78cf98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d7932e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da67fd0> <<< 8903 1726791705.42931: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py <<< 8903 1726791705.42965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' <<< 8903 1726791705.43062: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d793dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d7939e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d79e6a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8903 1726791705.43083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8903 1726791705.43133: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d79ee80> <<< 8903 1726791705.43156: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8903 1726791705.43221: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d325198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d79e780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8903 1726791705.43277: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d32ac88> <<< 8903 1726791705.43296: stdout chunk (state=3): >>>import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d793518> <<< 8903 1726791705.43406: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d34e2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d34e6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8903 1726791705.43435: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8903 1726791705.43454: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d355390> <<< 8903 1726791705.43474: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8903 1726791705.43575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8903 1726791705.43607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8903 1726791705.43649: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0ffba8> <<< 8903 1726791705.43859: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0f62e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0ecf98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0e4e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d355d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d0f6f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d34ea20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8903 1726791705.43911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f706710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0fa048> <<< 8903 1726791705.44013: stdout chunk (state=3): >>>import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f706a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d793860> <<< 8903 1726791705.44047: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py <<< 8903 1726791705.44074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' <<< 8903 1726791705.44124: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f71c5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8903 1726791705.44245: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.44283: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720b00> <<< 8903 1726791705.44356: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f71ce10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' <<< 8903 1726791705.44380: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7204e0> <<< 8903 1726791705.44411: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f710b00> <<< 8903 1726791705.44427: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d33a358> <<< 8903 1726791705.44458: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8903 1726791705.44498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8903 1726791705.44521: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f71c470> <<< 8903 1726791705.44677: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b724908> <<< 8903 1726791705.44755: stdout chunk (state=3): >>># zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.44799: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8903 1726791705.45875: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.46795: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' <<< 8903 1726791705.47098: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b3e5ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b40c278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44a4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b44a5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44ab38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8903 1726791705.47472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44d160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b44da90> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b3f80f0> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44b0f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b42d2b0> <<< 8903 1726791705.47840: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4224a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b748f98> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b3e9f60> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4363c8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8903 1726791705.47875: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py <<< 8903 1726791705.47894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.49019: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b4c3e48> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4caeb8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4b7278> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4b7a90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b441780> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # <<< 8903 1726791705.49045: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4e8eb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4b7be0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b477d68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b477ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b477fd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b436518> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b4929b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b48d0f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b48d2e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b484b70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8903 1726791705.49500: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b4add30> <<< 8903 1726791705.50226: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4ad9e8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4ad208> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4ad860> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b49ba90> # zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.50548: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py <<< 8903 1726791705.50809: 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 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8903 1726791705.51051: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637d75208> # zipimport: zlib available <<< 8903 1726791705.51534: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.52729: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637de9dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.52788: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available <<< 8903 1726791705.52821: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.52852: stdout chunk (state=3): >>># zipimport: zlib available <<< 8903 1726791705.52912: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8903 1726791705.53059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8903 1726791705.53169: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe637dcc128> <<< 8903 1726791705.54177: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe638118e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8903 1726791705.55890: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637dfe080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637dfe128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637da1940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637e0cfd0> # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637a734e0> <<< 8903 1726791705.56783: stdout chunk (state=3): >>> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 5, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source", "_original_basename": "tmp6r7nsbji", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8903 1726791705.56945: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8903 1726791705.57004: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 8903 1726791705.57061: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes <<< 8903 1726791705.57110: stdout chunk (state=3): >>># destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime <<< 8903 1726791705.57217: stdout chunk (state=3): >>># destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc <<< 8903 1726791705.57257: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse <<< 8903 1726791705.57304: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time <<< 8903 1726791705.57390: stdout chunk (state=3): >>># destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 8903 1726791705.57572: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re <<< 8903 1726791705.57918: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8903 1726791705.57925: stdout chunk (state=3): >>><<< 8903 1726791705.57936: stderr chunk (state=3): >>><<< 8903 1726791705.58003: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7f3e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f789828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7f39b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f796630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f79d160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7a20f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f79d748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f79d390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f747470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f74ce48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f747b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7534e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f736d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f739198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da47940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da59240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7a7a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9c7080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9d22b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d9d2f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9d2a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9dc080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da227b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da22ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da16160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da16e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da0d438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9fe470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d77f278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d787cf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da16438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d78ce10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d9f82b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d7931d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d78cf98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d7932e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63da67fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d793dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d7939e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d79e6a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d79ee80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d325198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d79e780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d32ac88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d793518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d34e2e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d34e6a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d355390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0ffba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0f62e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0ecf98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0e4e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d355d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63d0f6f60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d34ea20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f706710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d0fa048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f706a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d793860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f71c5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720b00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720c18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f71ce10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720f60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f7204e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63f720240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f710b00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63d33a358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63f71c470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b724908> # zipimport: found 33 names in '/tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b3e5ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b40c278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44a4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b44a5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44ab38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44d160> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b44da90> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b3f80f0> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b44b0f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b42d2b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4224a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b748f98> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b3e9f60> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4363c8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b4c3e48> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4caeb8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4b7278> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4b7a90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b441780> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4e8eb8> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4b7be0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b477d68> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b477ef0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b477fd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b436518> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b4929b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b48d0f0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b48d2e8> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b484b70> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe63b4add30> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4ad9e8> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4ad208> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b4ad860> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe63b49ba90> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637d75208> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637de9dd8> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe637dcc128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe638118e48> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637dfe080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637dfe128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637da1940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.copy_payload_16_wl690/ansible_ansible.legacy.copy_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc matches /usr/lib64/python3.6/filecmp.py # code object from '/usr/lib64/python3.6/__pycache__/filecmp.cpython-36.pyc' import 'filecmp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637e0cfd0> # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe637a734e0> {"dest": "/etc/tuned/profile_mode", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 5, "invocation": {"module_args": {"dest": "/etc/tuned/profile_mode", "mode": "0600", "src": "/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source", "_original_basename": "tmp6r7nsbji", "follow": false, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # destroy contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # destroy socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing filecmp # destroy filecmp # cleanup[2] removing _bootlocale # destroy _bootlocale # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy fcntl # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy traceback # destroy atexit # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy datetime # destroy selinux # destroy platform # destroy ansible.module_utils.distro._distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy textwrap # destroy locale # destroy copy # destroy struct # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy io # destroy time # destroy signal # destroy warnings # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 itertools # destroy operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy re , stderr=Shared connection to 10.31.45.60 closed. 8903 1726791705.58270: done with _execute_module (ansible.legacy.copy, {'dest': '/etc/tuned/profile_mode', 'mode': '0600', 'src': '/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source', '_original_basename': 'tmp6r7nsbji', 'follow': False, 'checksum': '43683f4e92c48be4b00ddd86e011a4f27fcdbeb5', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.copy', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8903 1726791705.58290: _low_level_execute_command(): starting 8903 1726791705.58299: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/ > /dev/null 2>&1 && sleep 0' 8903 1726791705.63575: stderr chunk (state=2): >>><<< 8903 1726791705.63590: stdout chunk (state=2): >>><<< 8903 1726791705.63613: _low_level_execute_command() done: rc=0, stdout=, stderr= 8903 1726791705.63624: handler run complete 8903 1726791705.63657: attempt loop complete, returning result 8903 1726791705.63663: _execute() done 8903 1726791705.63667: dumping result to json 8903 1726791705.63676: done dumping result, returning 8903 1726791705.63689: done running TaskExecutor() for managed_node1/TASK: Set profile_mode to auto [029c2e81-ca9f-66d5-1a1d-00000000009c] 8903 1726791705.63697: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009c 8903 1726791705.63746: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009c 8903 1726791705.63751: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum": "43683f4e92c48be4b00ddd86e011a4f27fcdbeb5", "dest": "/etc/tuned/profile_mode", "gid": 0, "group": "root", "md5sum": "451e20aff0f489cd2f7d4d73533aa961", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:tuned_etc_t:s0", "size": 5, "src": "/root/.ansible/tmp/ansible-tmp-1726791704.9137983-8903-259020792317497/source", "state": "file", "uid": 0 } 8186 1726791705.63949: no more pending results, returning what we have 8186 1726791705.63952: results queue empty 8186 1726791705.63953: checking for any_errors_fatal 8186 1726791705.63961: done checking for any_errors_fatal 8186 1726791705.63962: checking for max_fail_percentage 8186 1726791705.63964: done checking for max_fail_percentage 8186 1726791705.63964: checking to see if all hosts have failed and the running result is not ok 8186 1726791705.63965: done checking to see if all hosts have failed 8186 1726791705.63965: getting the remaining hosts for this loop 8186 1726791705.63966: done getting the remaining hosts for this loop 8186 1726791705.63974: getting the next task for host managed_node1 8186 1726791705.63979: done getting next task for host managed_node1 8186 1726791705.63982: ^ task is: TASK: Restart tuned 8186 1726791705.63986: ^ state is: HOST STATE: block=2, task=2, rescue=1, always=3, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (HOST STATE: block=0, task=6, rescue=0, always=5, handlers=0, run_state=3, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), did rescue? True, did start at task? False 8186 1726791705.63989: getting variables 8186 1726791705.63991: in VariableManager get_vars() 8186 1726791705.64032: Calling all_inventory to load vars for managed_node1 8186 1726791705.64035: Calling groups_inventory to load vars for managed_node1 8186 1726791705.64037: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791705.64048: Calling all_plugins_play to load vars for managed_node1 8186 1726791705.64051: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791705.64054: Calling groups_plugins_play to load vars for managed_node1 8186 1726791705.64215: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791705.64410: done with get_vars() 8186 1726791705.64421: done getting variables 8186 1726791705.64478: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Restart tuned] *********************************************************** task path: /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 Thursday 19 September 2024 20:21:45 -0400 (0:00:00.783) 0:00:22.024 **** 8186 1726791705.64510: entering _queue_task() for managed_node1/service 8186 1726791705.64717: worker is 1 (out of 1 available) 8186 1726791705.64730: exiting _queue_task() for managed_node1/service 8186 1726791705.64743: done queuing things up, now waiting for results queue to drain 8186 1726791705.64744: waiting for pending results... 8951 1726791705.65845: running TaskExecutor() for managed_node1/TASK: Restart tuned 8951 1726791705.65978: in run() - task 029c2e81-ca9f-66d5-1a1d-00000000009d 8951 1726791705.65999: variable 'ansible_search_path' from source: unknown 8951 1726791705.66004: variable 'ansible_search_path' from source: unknown 8951 1726791705.66047: variable '__kernel_settings_services' from source: include_vars 8951 1726791705.66330: variable '__kernel_settings_services' from source: include_vars 8951 1726791705.66395: variable 'omit' from source: magic vars 8951 1726791705.66521: variable 'ansible_host' from source: host vars for 'managed_node1' 8951 1726791705.66533: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8951 1726791705.66543: variable 'omit' from source: magic vars 8951 1726791705.66626: variable 'omit' from source: magic vars 8951 1726791705.66661: variable 'omit' from source: magic vars 8951 1726791705.66826: variable 'item' from source: unknown 8951 1726791705.66914: variable 'item' from source: unknown 8951 1726791705.66935: variable 'omit' from source: magic vars 8951 1726791705.66971: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 8951 1726791705.67015: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 8951 1726791705.67035: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 8951 1726791705.67133: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8951 1726791705.67148: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 8951 1726791705.67176: variable 'inventory_hostname' from source: host vars for 'managed_node1' 8951 1726791705.67181: variable 'ansible_host' from source: host vars for 'managed_node1' 8951 1726791705.67186: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8951 1726791705.67272: Set connection var ansible_shell_executable to /bin/sh 8951 1726791705.67280: Set connection var ansible_pipelining to False 8951 1726791705.67291: Set connection var ansible_module_compression to ZIP_DEFLATED 8951 1726791705.67294: Set connection var ansible_connection to ssh 8951 1726791705.67299: Set connection var ansible_timeout to 10 8951 1726791705.67301: Set connection var ansible_shell_type to sh 8951 1726791705.67317: variable 'ansible_shell_executable' from source: unknown 8951 1726791705.67321: variable 'ansible_connection' from source: unknown 8951 1726791705.67324: variable 'ansible_module_compression' from source: unknown 8951 1726791705.67326: variable 'ansible_shell_type' from source: unknown 8951 1726791705.67328: variable 'ansible_shell_executable' from source: unknown 8951 1726791705.67330: variable 'ansible_host' from source: host vars for 'managed_node1' 8951 1726791705.67333: variable 'ansible_pipelining' from source: unknown 8951 1726791705.67335: variable 'ansible_timeout' from source: unknown 8951 1726791705.67338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 8951 1726791705.67456: Loading ActionModule 'service' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/service.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 8951 1726791705.67468: variable 'omit' from source: magic vars 8951 1726791705.67473: starting attempt loop 8951 1726791705.67477: running the handler 8951 1726791705.67556: variable 'ansible_facts' from source: unknown 8951 1726791705.67661: _low_level_execute_command(): starting 8951 1726791705.67674: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 8951 1726791705.70356: stdout chunk (state=2): >>>/root <<< 8951 1726791705.70612: stderr chunk (state=3): >>><<< 8951 1726791705.70619: stdout chunk (state=3): >>><<< 8951 1726791705.70639: _low_level_execute_command() done: rc=0, stdout=/root , stderr= 8951 1726791705.70657: _low_level_execute_command(): starting 8951 1726791705.70668: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082 `" && echo ansible-tmp-1726791705.7064724-8951-146665605495082="` echo /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082 `" ) && sleep 0' 8951 1726791705.75152: stdout chunk (state=2): >>>ansible-tmp-1726791705.7064724-8951-146665605495082=/root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082 <<< 8951 1726791705.75287: stderr chunk (state=3): >>><<< 8951 1726791705.75296: stdout chunk (state=3): >>><<< 8951 1726791705.75311: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726791705.7064724-8951-146665605495082=/root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082 , stderr= 8951 1726791705.75344: variable 'ansible_module_compression' from source: unknown 8951 1726791705.75389: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-81867odp0y6m/ansiballz_cache/ansible.modules.systemd-ZIP_DEFLATED 8951 1726791705.75442: variable 'ansible_facts' from source: unknown 8951 1726791705.75601: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/AnsiballZ_systemd.py 8951 1726791705.75898: Sending initial data 8951 1726791705.75905: Sent initial data (154 bytes) 8951 1726791705.78651: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-81867odp0y6m/tmp1o5y2caq /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/AnsiballZ_systemd.py <<< 8951 1726791705.81795: stderr chunk (state=3): >>><<< 8951 1726791705.81807: stdout chunk (state=3): >>><<< 8951 1726791705.81831: done transferring module to remote 8951 1726791705.81848: _low_level_execute_command(): starting 8951 1726791705.81857: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/ /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/AnsiballZ_systemd.py && sleep 0' 8951 1726791705.85191: stderr chunk (state=2): >>><<< 8951 1726791705.85202: stdout chunk (state=2): >>><<< 8951 1726791705.85219: _low_level_execute_command() done: rc=0, stdout=, stderr= 8951 1726791705.85224: _low_level_execute_command(): starting 8951 1726791705.85229: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/AnsiballZ_systemd.py && sleep 0' 8951 1726791705.88249: stdout chunk (state=2): >>>import _frozen_importlib # frozen import _imp # builtin <<< 8951 1726791705.88268: stdout chunk (state=3): >>>import sys # builtin import '_warnings' # <<< 8951 1726791705.88280: stdout chunk (state=3): >>>import '_thread' # import '_weakref' # <<< 8951 1726791705.88337: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 8951 1726791705.88389: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 8951 1726791705.88433: stdout chunk (state=3): >>>import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook <<< 8951 1726791705.88455: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 8951 1726791705.88504: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' <<< 8951 1726791705.88521: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py <<< 8951 1726791705.88547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' <<< 8951 1726791705.88559: stdout chunk (state=3): >>>import '_codecs' # <<< 8951 1726791705.88713: stdout chunk (state=3): >>>import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d761e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6f7828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d7619b0> <<< 8951 1726791705.89171: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d704630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d70b160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d7100f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d70b748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d70b390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6b5470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6bae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6b5b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6c14e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6a4d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6a7198> <<< 8951 1726791705.89183: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' <<< 8951 1726791705.89199: stdout chunk (state=3): >>>import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9b5940> <<< 8951 1726791705.89208: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py <<< 8951 1726791705.89231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' <<< 8951 1726791705.89238: stdout chunk (state=3): >>>import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9c7240> <<< 8951 1726791705.89317: stdout chunk (state=3): >>>import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d715a20> <<< 8951 1726791705.89326: stdout chunk (state=3): >>>Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 8951 1726791705.89728: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py <<< 8951 1726791705.89736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' <<< 8951 1726791705.89754: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py <<< 8951 1726791705.89761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' <<< 8951 1726791705.89777: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py <<< 8951 1726791705.89792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' <<< 8951 1726791705.89810: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py <<< 8951 1726791705.89821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' <<< 8951 1726791705.89845: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py <<< 8951 1726791705.89901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' <<< 8951 1726791705.89915: stdout chunk (state=3): >>>import '_functools' # <<< 8951 1726791705.89950: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py <<< 8951 1726791705.89989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py <<< 8951 1726791705.90000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' <<< 8951 1726791705.90018: stdout chunk (state=3): >>>import '_operator' # <<< 8951 1726791705.90029: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b8eb080> <<< 8951 1726791705.90038: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py <<< 8951 1726791705.90061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b8f62b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py <<< 8951 1726791705.90071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' <<< 8951 1726791705.90092: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b8f6f60> <<< 8951 1726791705.90103: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b8f6a90> <<< 8951 1726791705.90110: stdout chunk (state=3): >>>import 'itertools' # <<< 8951 1726791705.90126: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py <<< 8951 1726791705.90135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' <<< 8951 1726791705.90153: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b900080> <<< 8951 1726791705.90162: stdout chunk (state=3): >>>import '_collections' # <<< 8951 1726791705.90205: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9907b8> <<< 8951 1726791705.90222: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py <<< 8951 1726791705.90234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' <<< 8951 1726791705.90268: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b990ba8> <<< 8951 1726791705.90323: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b984160> <<< 8951 1726791705.90353: stdout chunk (state=3): >>># /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py <<< 8951 1726791705.90365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b984e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b97b438> <<< 8951 1726791705.90401: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b96c470> <<< 8951 1726791705.90418: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' <<< 8951 1726791705.90438: stdout chunk (state=3): >>>import '_sre' # <<< 8951 1726791705.90448: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py <<< 8951 1726791705.90467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' <<< 8951 1726791705.90482: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py <<< 8951 1726791705.90492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' <<< 8951 1726791705.90515: stdout chunk (state=3): >>>import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6a3278> <<< 8951 1726791705.90536: stdout chunk (state=3): >>>import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6abcf8> <<< 8951 1726791705.90543: stdout chunk (state=3): >>>import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b984438> <<< 8951 1726791705.90557: stdout chunk (state=3): >>>import '_locale' # <<< 8951 1726791705.90604: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py <<< 8951 1726791705.90616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b0e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9662b0> <<< 8951 1726791705.90636: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' <<< 8951 1726791705.90661: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791705.90674: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b6b71d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b0f98> <<< 8951 1726791705.90699: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791705.90725: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b6b72e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9d5fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py <<< 8951 1726791705.90733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' <<< 8951 1726791705.90755: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' <<< 8951 1726791705.90778: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py <<< 8951 1726791705.90791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b7dd8> <<< 8951 1726791705.90806: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b79e8> <<< 8951 1726791705.90818: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py <<< 8951 1726791705.90832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6c26a0> <<< 8951 1726791705.90853: stdout chunk (state=3): >>># /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py <<< 8951 1726791705.90887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py <<< 8951 1726791705.90902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' <<< 8951 1726791705.90940: stdout chunk (state=3): >>>import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6c2e80> <<< 8951 1726791705.90971: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' <<< 8951 1726791705.91005: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b249198> <<< 8951 1726791705.91037: stdout chunk (state=3): >>>import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6c2780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py <<< 8951 1726791705.91071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' <<< 8951 1726791705.91110: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b24ec88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b7518> <<< 8951 1726791705.91129: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py <<< 8951 1726791705.91145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' <<< 8951 1726791705.91165: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py <<< 8951 1726791705.91178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b2722e8> <<< 8951 1726791705.91201: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b2726a0> <<< 8951 1726791705.91208: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py <<< 8951 1726791705.91232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' <<< 8951 1726791705.91254: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py <<< 8951 1726791705.91264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' <<< 8951 1726791705.91270: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b279390> <<< 8951 1726791705.91306: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py <<< 8951 1726791705.91314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' <<< 8951 1726791705.91327: stdout chunk (state=3): >>>import 'time' # <<< 8951 1726791705.91337: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py <<< 8951 1726791705.91354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' <<< 8951 1726791705.91377: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py <<< 8951 1726791705.91388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' <<< 8951 1726791705.91400: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py <<< 8951 1726791705.91441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' <<< 8951 1726791705.91496: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b023ba8> <<< 8951 1726791705.91691: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b01a2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b010f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b008e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b279d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b01af60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b272a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py <<< 8951 1726791705.92025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d672710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b01e048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d672a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b7860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68a5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' <<< 8951 1726791705.92136: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68e630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68eb00> <<< 8951 1726791705.92180: stdout chunk (state=3): >>># extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68ec18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d68ae10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' <<< 8951 1726791705.92269: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68ef60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d68e4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68e240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d67eb00> <<< 8951 1726791705.92305: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b25e358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py <<< 8951 1726791705.92323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' <<< 8951 1726791705.92372: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d68a470> <<< 8951 1726791705.92579: stdout chunk (state=3): >>># /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' <<< 8951 1726791705.92589: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59691908> <<< 8951 1726791705.92719: stdout chunk (state=3): >>># zipimport: found 107 names in '/tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available <<< 8951 1726791705.92734: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.92768: stdout chunk (state=3): >>>import ansible # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/__init__.py # zipimport: zlib available <<< 8951 1726791705.92787: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available <<< 8951 1726791705.93898: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.94863: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59362ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py <<< 8951 1726791705.94874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' <<< 8951 1726791705.94948: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59308278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5930e4e0> <<< 8951 1726791705.94972: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5930e5f8> <<< 8951 1726791705.94994: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py <<< 8951 1726791705.95071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5930eb38> <<< 8951 1726791705.95120: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py <<< 8951 1726791705.95146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' <<< 8951 1726791705.95158: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' <<< 8951 1726791705.95234: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5933bb00> <<< 8951 1726791705.95262: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791705.95272: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59645048> <<< 8951 1726791705.95315: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59645278> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py <<< 8951 1726791705.95340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' <<< 8951 1726791705.95417: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b596455c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b593362b0> <<< 8951 1726791705.95723: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b593284a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' <<< 8951 1726791705.95760: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59336828> <<< 8951 1726791705.95796: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5933b3c8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py <<< 8951 1726791705.95809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5966feb8> <<< 8951 1726791705.95818: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py <<< 8951 1726791705.95827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' <<< 8951 1726791705.95868: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' <<< 8951 1726791705.95907: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' <<< 8951 1726791705.95972: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595c3978> <<< 8951 1726791705.96029: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' <<< 8951 1726791705.96041: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595d0ac8> <<< 8951 1726791705.96072: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5966dd68> <<< 8951 1726791705.96082: stdout chunk (state=3): >>># /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' <<< 8951 1726791705.96090: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595bd470> <<< 8951 1726791705.96314: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b596672b0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py <<< 8951 1726791705.96801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595ebb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595bd630> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595f99e8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595f9ac8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595f9c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5965e080> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' <<< 8951 1726791705.96834: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59617630> <<< 8951 1726791705.97000: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5960cd30> <<< 8951 1726791705.97049: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5960cf28> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5960c7f0> # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791705.97077: stdout chunk (state=3): >>>import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available <<< 8951 1726791705.97134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.97213: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/__init__.py <<< 8951 1726791705.97245: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available <<< 8951 1726791705.97336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.97437: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' <<< 8951 1726791705.97463: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' <<< 8951 1726791705.97488: stdout chunk (state=3): >>># /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' <<< 8951 1726791705.97508: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791705.97524: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5962fa20> <<< 8951 1726791705.97557: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5962f710> <<< 8951 1726791705.97607: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59621ef0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py <<< 8951 1726791705.97627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' <<< 8951 1726791705.97657: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5962f588> <<< 8951 1726791705.97676: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59621748> # zipimport: zlib available <<< 8951 1726791705.98137: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.98590: stdout chunk (state=3): >>>import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # <<< 8951 1726791705.98620: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/converters.py <<< 8951 1726791705.98640: stdout chunk (state=3): >>>import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available <<< 8951 1726791705.98666: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.98710: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791705.98739: stdout chunk (state=3): >>>import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available <<< 8951 1726791705.98832: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.98953: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' <<< 8951 1726791705.98983: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55c9e2e8> # zipimport: zlib available <<< 8951 1726791705.99363: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.99694: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.99737: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791705.99997: stdout chunk (state=3): >>>import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available <<< 8951 1726791706.00014: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/__init__.py <<< 8951 1726791706.00029: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00049: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00082: stdout chunk (state=3): >>>import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available <<< 8951 1726791706.00278: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00422: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py <<< 8951 1726791706.00438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' <<< 8951 1726791706.00710: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d938d0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available <<< 8951 1726791706.00767: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00815: stdout chunk (state=3): >>>import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/arg_spec.py <<< 8951 1726791706.00829: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00864: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00887: stdout chunk (state=3): >>>import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/locale.py <<< 8951 1726791706.00902: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00926: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00978: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.00999: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.01059: stdout chunk (state=3): >>># /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py <<< 8951 1726791706.01137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' <<< 8951 1726791706.01238: stdout chunk (state=3): >>># extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791706.01260: stdout chunk (state=3): >>># extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55d14128> <<< 8951 1726791706.01323: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55cd9898> <<< 8951 1726791706.01349: stdout chunk (state=3): >>>import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available <<< 8951 1726791706.01382: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.01508: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.01738: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.02006: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py <<< 8951 1726791706.02038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' <<< 8951 1726791706.02062: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' <<< 8951 1726791706.02197: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d40080> <<< 8951 1726791706.02219: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py <<< 8951 1726791706.02237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' <<< 8951 1726791706.02320: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d40128> <<< 8951 1726791706.02361: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55ceb940> <<< 8951 1726791706.02420: stdout chunk (state=3): >>>import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/__init__.py <<< 8951 1726791706.02443: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.02461: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.02483: stdout chunk (state=3): >>>import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available <<< 8951 1726791706.02511: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/pycompat24.py <<< 8951 1726791706.02796: stdout chunk (state=3): >>>import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/modules/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.02941: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.02974: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.03032: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.03083: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.03107: stdout chunk (state=3): >>>import ansible.module_utils.facts.namespace # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available <<< 8951 1726791706.03159: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.03215: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.03240: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.03273: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py <<< 8951 1726791706.03311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' <<< 8951 1726791706.03968: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55dbf208> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/typing.py <<< 8951 1726791706.03991: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.04113: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.04247: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.04273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.04319: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py <<< 8951 1726791706.04337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' <<< 8951 1726791706.04355: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' <<< 8951 1726791706.04382: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' <<< 8951 1726791706.04404: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d52710> <<< 8951 1726791706.04415: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py <<< 8951 1726791706.04430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' <<< 8951 1726791706.04454: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py <<< 8951 1726791706.04483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' <<< 8951 1726791706.04504: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py <<< 8951 1726791706.04515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' <<< 8951 1726791706.04541: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d7e160> <<< 8951 1726791706.04612: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791706.04621: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55d7e908> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d5ddd8> <<< 8951 1726791706.04650: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791706.04665: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55d79e80> <<< 8951 1726791706.04675: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d5d0f0> <<< 8951 1726791706.04706: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d4e208> <<< 8951 1726791706.04716: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55dbbb00> <<< 8951 1726791706.04747: stdout chunk (state=3): >>># /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py <<< 8951 1726791706.04758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' <<< 8951 1726791706.04766: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py <<< 8951 1726791706.04821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55dd9d68> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' <<< 8951 1726791706.04828: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55de08d0> <<< 8951 1726791706.04849: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b56053fd0> <<< 8951 1726791706.04859: stdout chunk (state=3): >>>import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/timeout.py <<< 8951 1726791706.04868: stdout chunk (state=3): >>>import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/collector.py <<< 8951 1726791706.04874: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.04945: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available <<< 8951 1726791706.04971: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05007: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available <<< 8951 1726791706.05045: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05079: stdout chunk (state=3): >>>import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available <<< 8951 1726791706.05111: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available <<< 8951 1726791706.05133: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05162: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available <<< 8951 1726791706.05192: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05236: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available <<< 8951 1726791706.05273: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05310: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available <<< 8951 1726791706.05362: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05418: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05454: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.05529: stdout chunk (state=3): >>>import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available <<< 8951 1726791706.05924: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06299: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available <<< 8951 1726791706.06336: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06386: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06406: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06474: stdout chunk (state=3): >>>import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.06495: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available <<< 8951 1726791706.06532: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06582: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available <<< 8951 1726791706.06615: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06630: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/fips.py <<< 8951 1726791706.06641: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06665: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06688: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available <<< 8951 1726791706.06745: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.06815: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' <<< 8951 1726791706.06847: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5541cc50> <<< 8951 1726791706.06871: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py <<< 8951 1726791706.06891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' <<< 8951 1726791706.07082: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55462780> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available <<< 8951 1726791706.07160: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.07204: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available <<< 8951 1726791706.07361: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.07440: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available <<< 8951 1726791706.07496: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.07558: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/platform.py <<< 8951 1726791706.07567: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.07593: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.07636: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py <<< 8951 1726791706.07655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' <<< 8951 1726791706.07676: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py <<< 8951 1726791706.07702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' <<< 8951 1726791706.07787: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5543c898> <<< 8951 1726791706.07848: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' <<< 8951 1726791706.07858: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55444f60> <<< 8951 1726791706.08077: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5546d358> <<< 8951 1726791706.08096: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available <<< 8951 1726791706.08135: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.08171: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/selinux.py <<< 8951 1726791706.08181: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.08240: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.08561: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55558978> <<< 8951 1726791706.08649: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.08754: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.08907: stdout chunk (state=3): >>>import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/version.py <<< 8951 1726791706.08934: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available <<< 8951 1726791706.08957: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.08993: stdout chunk (state=3): >>>import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available <<< 8951 1726791706.09027: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09065: stdout chunk (state=3): >>># /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py <<< 8951 1726791706.09089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' <<< 8951 1726791706.09135: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55554ac8> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55554748> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available <<< 8951 1726791706.09167: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available <<< 8951 1726791706.09193: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09223: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available <<< 8951 1726791706.09366: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09499: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available <<< 8951 1726791706.09601: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09659: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09688: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09715: stdout chunk (state=3): >>>import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/sysctl.py <<< 8951 1726791706.09744: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.09774: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09870: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.09988: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available <<< 8951 1726791706.10080: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.10183: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available <<< 8951 1726791706.10213: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.10236: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.10691: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.11092: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available <<< 8951 1726791706.11178: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.11288: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available <<< 8951 1726791706.11343: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.11424: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available <<< 8951 1726791706.11536: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.11732: stdout chunk (state=3): >>>import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.11832: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.11945: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.12055: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.12215: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available <<< 8951 1726791706.12247: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.12280: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available <<< 8951 1726791706.12350: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available <<< 8951 1726791706.12409: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.12518: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available <<< 8951 1726791706.12544: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.12585: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available <<< 8951 1726791706.12629: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.12678: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available <<< 8951 1726791706.12881: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13088: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available <<< 8951 1726791706.13134: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13259: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available <<< 8951 1726791706.13332: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.13551: stdout chunk (state=3): >>>import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.13588: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/base.py # zipimport: zlib available # zipimport: zlib available <<< 8951 1726791706.13616: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13645: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13700: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13735: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13831: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available <<< 8951 1726791706.13866: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.13924: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available <<< 8951 1726791706.14135: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.14197: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available <<< 8951 1726791706.14248: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.14278: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available <<< 8951 1726791706.14309: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.14375: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available <<< 8951 1726791706.14443: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.14500: stdout chunk (state=3): >>>import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available <<< 8951 1726791706.14665: stdout chunk (state=3): >>># zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available <<< 8951 1726791706.14739: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.14836: stdout chunk (state=3): >>>import ansible.module_utils.service # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/service.py <<< 8951 1726791706.14936: stdout chunk (state=3): >>># zipimport: zlib available <<< 8951 1726791706.15089: stdout chunk (state=3): >>>import 'gc' # <<< 8951 1726791706.16981: stdout chunk (state=3): >>> {"name": "tuned", "changed": false, "status": {"Type": "dbus", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestamp": "Thu 2024-09-19 20:21:41 EDT", "WatchdogTimestampMonotonic": "250044644", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "9609", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ExecMainStartTimestampMonotonic": "249906207", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9609", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:21:40 EDT] ; stop_time=[n/a] ; pid=9609 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "MemoryCurrent": "15015936", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "4", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryH<<< 8951 1726791706.17016: stdout chunk (state=3): >>>igh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "Description": "Dynamic System Tuning Daemon", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 20:21:41 EDT", "StateChangeTimestampMonotonic": "250044648", "InactiveExitTimestamp": "Thu 2024-09-19 20:21:40 EDT", "InactiveExitTimestampMonotonic": "249906387", "ActiveEnterTimestamp": "Thu 2024-09-19 20:21:41 EDT", "ActiveEnterTimestampMonotonic": "250044648", "ActiveExitTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ActiveExitTimestampMonotonic": "249832378", "InactiveEnterTimestamp": "Thu 2024-09-19 20:21:40 EDT", "InactiveEnterTimestampMonotonic": "249903119", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ConditionTimestampMonotonic": "249904060", "AssertTimestamp": "Thu 2024-09-19 20:21:40 EDT", "AssertTimestampMonotonic": "249904062", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5a6d77fd4a4740919d3e090a9827cb68", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} <<< 8951 1726791706.17780: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # c<<< 8951 1726791706.17819: stdout chunk (state=3): >>>leanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootloc<<< 8951 1726791706.17855: stdout chunk (state=3): >>>ale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 <<< 8951 1726791706.18052: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 8951 1726791706.18090: stdout chunk (state=3): >>># destroy importlib.util # destroy importlib.abc # destroy importlib.machinery <<< 8951 1726791706.18120: stdout chunk (state=3): >>># destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib <<< 8951 1726791706.18150: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 8951 1726791706.18174: stdout chunk (state=3): >>># destroy encodings <<< 8951 1726791706.18202: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy ctypes <<< 8951 1726791706.18214: stdout chunk (state=3): >>># destroy _string <<< 8951 1726791706.18242: stdout chunk (state=3): >>># destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket <<< 8951 1726791706.18268: stdout chunk (state=3): >>># destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 8951 1726791706.18306: stdout chunk (state=3): >>># destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy <<< 8951 1726791706.18345: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 8951 1726791706.18411: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy array # destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process <<< 8951 1726791706.18440: stdout chunk (state=3): >>># destroy fcntl # destroy datetime <<< 8951 1726791706.18477: stdout chunk (state=3): >>># destroy gc # destroy ipaddress # destroy textwrap # destroy base64 <<< 8951 1726791706.18860: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping sys <<< 8951 1726791706.18889: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 8951 1726791706.19294: stdout chunk (state=3): >>># destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings <<< 8951 1726791706.19540: stderr chunk (state=3): >>>Shared connection to 10.31.45.60 closed. <<< 8951 1726791706.19585: stderr chunk (state=3): >>><<< 8951 1726791706.19593: stdout chunk (state=3): >>><<< 8951 1726791706.19665: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import sys # builtin import '_warnings' # import '_thread' # import '_weakref' # import '_frozen_importlib_external' # import '_io' # import 'marshal' # import 'posix' # import _thread # previously loaded ('_thread') import '_thread' # import _weakref # previously loaded ('_weakref') import '_weakref' # # installing zipimport hook import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/encodings/__init__.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc matches /usr/lib64/python3.6/codecs.py # code object from '/usr/lib64/python3.6/__pycache__/codecs.cpython-36.pyc' import '_codecs' # import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d761e48> # /usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc matches /usr/lib64/python3.6/encodings/aliases.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/aliases.cpython-36.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6f7828> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d7619b0> # /usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc matches /usr/lib64/python3.6/encodings/utf_8.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/utf_8.cpython-36.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d704630> import '_signal' # # /usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc matches /usr/lib64/python3.6/encodings/latin_1.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/latin_1.cpython-36.pyc' import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d70b160> # /usr/lib64/python3.6/__pycache__/io.cpython-36.pyc matches /usr/lib64/python3.6/io.py # code object from '/usr/lib64/python3.6/__pycache__/io.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/abc.py # code object from '/usr/lib64/python3.6/__pycache__/abc.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc matches /usr/lib64/python3.6/_weakrefset.py # code object from '/usr/lib64/python3.6/__pycache__/_weakrefset.cpython-36.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d7100f0> import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d70b748> import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d70b390> # /usr/lib64/python3.6/__pycache__/site.cpython-36.pyc matches /usr/lib64/python3.6/site.py # code object from '/usr/lib64/python3.6/__pycache__/site.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/os.cpython-36.pyc matches /usr/lib64/python3.6/os.py # code object from '/usr/lib64/python3.6/__pycache__/os.cpython-36.pyc' import 'errno' # # /usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc matches /usr/lib64/python3.6/stat.py # code object from '/usr/lib64/python3.6/__pycache__/stat.cpython-36.pyc' import '_stat' # import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6b5470> # /usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc matches /usr/lib64/python3.6/posixpath.py # code object from '/usr/lib64/python3.6/__pycache__/posixpath.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc matches /usr/lib64/python3.6/genericpath.py # code object from '/usr/lib64/python3.6/__pycache__/genericpath.cpython-36.pyc' import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6bae48> import 'posixpath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6b5b38> # /usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc matches /usr/lib64/python3.6/_collections_abc.py # code object from '/usr/lib64/python3.6/__pycache__/_collections_abc.cpython-36.pyc' import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6c14e0> import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6a4d68> # /usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc matches /usr/lib64/python3.6/_sitebuiltins.py # code object from '/usr/lib64/python3.6/__pycache__/_sitebuiltins.cpython-36.pyc' import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d6a7198> # /usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc matches /usr/lib64/python3.6/sysconfig.py # code object from '/usr/lib64/python3.6/__pycache__/sysconfig.cpython-36.pyc' import 'sysconfig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9b5940> # /usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc matches /usr/lib64/python3.6/_sysconfigdata_m_linux_x86_64-linux-gnu.py # code object from '/usr/lib64/python3.6/__pycache__/_sysconfigdata_m_linux_x86_64-linux-gnu.cpython-36.pyc' import '_sysconfigdata_m_linux_x86_64-linux-gnu' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9c7240> import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d715a20> Python 3.6.8 (default, Apr 24 2024, 21:36:10) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc matches /usr/lib64/python3.6/base64.py # code object from '/usr/lib64/python3.6/__pycache__/base64.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/re.cpython-36.pyc matches /usr/lib64/python3.6/re.py # code object from '/usr/lib64/python3.6/__pycache__/re.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc matches /usr/lib64/python3.6/enum.py # code object from '/usr/lib64/python3.6/__pycache__/enum.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/types.cpython-36.pyc matches /usr/lib64/python3.6/types.py # code object from '/usr/lib64/python3.6/__pycache__/types.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc matches /usr/lib64/python3.6/functools.py # code object from '/usr/lib64/python3.6/__pycache__/functools.cpython-36.pyc' import '_functools' # # /usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/collections/__init__.py # code object from '/usr/lib64/python3.6/collections/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc matches /usr/lib64/python3.6/operator.py # code object from '/usr/lib64/python3.6/__pycache__/operator.cpython-36.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b8eb080> # /usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc matches /usr/lib64/python3.6/keyword.py # code object from '/usr/lib64/python3.6/__pycache__/keyword.cpython-36.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b8f62b0> # /usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc matches /usr/lib64/python3.6/heapq.py # code object from '/usr/lib64/python3.6/__pycache__/heapq.cpython-36.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.6/lib-dynload/_heapq.cpython-36m-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b8f6f60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b8f6a90> import 'itertools' # # /usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc matches /usr/lib64/python3.6/reprlib.py # code object from '/usr/lib64/python3.6/__pycache__/reprlib.cpython-36.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b900080> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9907b8> # /usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc matches /usr/lib64/python3.6/weakref.py # code object from '/usr/lib64/python3.6/__pycache__/weakref.cpython-36.pyc' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b990ba8> import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b984160> # /usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/collections/abc.py # code object from '/usr/lib64/python3.6/collections/__pycache__/abc.cpython-36.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b984e48> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b97b438> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b96c470> # /usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc matches /usr/lib64/python3.6/sre_compile.py # code object from '/usr/lib64/python3.6/__pycache__/sre_compile.cpython-36.pyc' import '_sre' # # /usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc matches /usr/lib64/python3.6/sre_parse.py # code object from '/usr/lib64/python3.6/__pycache__/sre_parse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc matches /usr/lib64/python3.6/sre_constants.py # code object from '/usr/lib64/python3.6/__pycache__/sre_constants.cpython-36.pyc' import 'sre_constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6a3278> import 'sre_parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6abcf8> import 'sre_compile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b984438> import '_locale' # # /usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc matches /usr/lib64/python3.6/copyreg.py # code object from '/usr/lib64/python3.6/__pycache__/copyreg.cpython-36.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b0e10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9662b0> # /usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc matches /usr/lib64/python3.6/struct.py # code object from '/usr/lib64/python3.6/__pycache__/struct.cpython-36.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b6b71d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b0f98> # extension module 'binascii' loaded from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.6/lib-dynload/binascii.cpython-36m-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b6b72e8> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b9d5fd0> # /usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc matches /usr/lib64/python3.6/runpy.py # code object from '/usr/lib64/python3.6/__pycache__/runpy.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/importlib/__init__.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc matches /usr/lib64/python3.6/warnings.py # code object from '/usr/lib64/python3.6/__pycache__/warnings.cpython-36.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b7dd8> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b79e8> # /usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc matches /usr/lib64/python3.6/importlib/machinery.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/machinery.cpython-36.pyc' import 'importlib.machinery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6c26a0> # /usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/importlib/util.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/util.cpython-36.pyc' # /usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc matches /usr/lib64/python3.6/importlib/abc.py # code object from '/usr/lib64/python3.6/importlib/__pycache__/abc.cpython-36.pyc' import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6c2e80> # /usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc matches /usr/lib64/python3.6/contextlib.py # code object from '/usr/lib64/python3.6/__pycache__/contextlib.cpython-36.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b249198> import 'importlib.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6c2780> # /usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc matches /usr/lib64/python3.6/pkgutil.py # code object from '/usr/lib64/python3.6/__pycache__/pkgutil.cpython-36.pyc' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b24ec88> import 'runpy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b7518> # /usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc matches /usr/lib64/python3.6/shutil.py # code object from '/usr/lib64/python3.6/__pycache__/shutil.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc matches /usr/lib64/python3.6/fnmatch.py # code object from '/usr/lib64/python3.6/__pycache__/fnmatch.cpython-36.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b2722e8> # extension module 'zlib' loaded from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.6/lib-dynload/zlib.cpython-36m-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b2726a0> # /usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc matches /usr/lib64/python3.6/bz2.py # code object from '/usr/lib64/python3.6/__pycache__/bz2.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc matches /usr/lib64/python3.6/_compression.py # code object from '/usr/lib64/python3.6/__pycache__/_compression.cpython-36.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b279390> # /usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc matches /usr/lib64/python3.6/threading.py # code object from '/usr/lib64/python3.6/__pycache__/threading.cpython-36.pyc' import 'time' # # /usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc matches /usr/lib64/python3.6/traceback.py # code object from '/usr/lib64/python3.6/__pycache__/traceback.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc matches /usr/lib64/python3.6/linecache.py # code object from '/usr/lib64/python3.6/__pycache__/linecache.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc matches /usr/lib64/python3.6/tokenize.py # code object from '/usr/lib64/python3.6/__pycache__/tokenize.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/token.cpython-36.pyc matches /usr/lib64/python3.6/token.py # code object from '/usr/lib64/python3.6/__pycache__/token.cpython-36.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b023ba8> import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b01a2e8> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b010f98> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b008e80> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b279d30> # extension module '_bz2' loaded from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.6/lib-dynload/_bz2.cpython-36m-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5b01af60> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b272a20> # /usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc matches /usr/lib64/python3.6/lzma.py # code object from '/usr/lib64/python3.6/__pycache__/lzma.cpython-36.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.6/lib-dynload/_lzma.cpython-36m-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d672710> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b01e048> import 'pwd' # # extension module 'grp' loaded from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.6/lib-dynload/grp.cpython-36m-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d672a90> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b6b7860> # /usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc matches /usr/lib64/python3.6/tempfile.py # code object from '/usr/lib64/python3.6/__pycache__/tempfile.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/random.cpython-36.pyc matches /usr/lib64/python3.6/random.py # code object from '/usr/lib64/python3.6/__pycache__/random.cpython-36.pyc' # extension module 'math' loaded from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.6/lib-dynload/math.cpython-36m-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68a5c0> # /usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc matches /usr/lib64/python3.6/hashlib.py # code object from '/usr/lib64/python3.6/__pycache__/hashlib.cpython-36.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68e630> # extension module '_blake2' loaded from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.6/lib-dynload/_blake2.cpython-36m-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68eb00> # extension module '_sha3' loaded from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' # extension module '_sha3' executed from '/usr/lib64/python3.6/lib-dynload/_sha3.cpython-36m-x86_64-linux-gnu.so' import '_sha3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68ec18> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d68ae10> # /usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc matches /usr/lib64/python3.6/bisect.py # code object from '/usr/lib64/python3.6/__pycache__/bisect.cpython-36.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.6/lib-dynload/_bisect.cpython-36m-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68ef60> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d68e4e0> # extension module '_random' loaded from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.6/lib-dynload/_random.cpython-36m-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5d68e240> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d67eb00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5b25e358> # /usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc matches /usr/lib64/python3.6/zipfile.py # code object from '/usr/lib64/python3.6/__pycache__/zipfile.cpython-36.pyc' import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5d68a470> # /usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc matches /usr/lib64/python3.6/encodings/cp437.py # code object from '/usr/lib64/python3.6/encodings/__pycache__/cp437.cpython-36.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59691908> # zipimport: found 107 names in '/tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip' # zipimport: zlib available # zipimport: zlib available import ansible # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc matches /usr/lib64/python3.6/__future__.py # code object from '/usr/lib64/python3.6/__pycache__/__future__.cpython-36.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59362ac8> import 'atexit' # # /usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc matches /usr/lib64/python3.6/datetime.py # code object from '/usr/lib64/python3.6/__pycache__/datetime.cpython-36.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.6/lib-dynload/_datetime.cpython-36m-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59308278> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5930e4e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.6/lib-dynload/fcntl.cpython-36m-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5930e5f8> # /usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc matches /usr/lib64/python3.6/locale.py # code object from '/usr/lib64/python3.6/__pycache__/locale.cpython-36.pyc' import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5930eb38> # /usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc matches /usr/lib64/python3.6/platform.py # code object from '/usr/lib64/python3.6/__pycache__/platform.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc matches /usr/lib64/python3.6/subprocess.py # code object from '/usr/lib64/python3.6/__pycache__/subprocess.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc matches /usr/lib64/python3.6/signal.py # code object from '/usr/lib64/python3.6/__pycache__/signal.cpython-36.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5933bb00> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.6/lib-dynload/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59645048> # extension module 'select' loaded from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.6/lib-dynload/select.cpython-36m-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59645278> # /usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc matches /usr/lib64/python3.6/selectors.py # code object from '/usr/lib64/python3.6/__pycache__/selectors.cpython-36.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b596455c0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b593362b0> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b593284a8> # /usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc matches /usr/lib64/python3.6/shlex.py # code object from '/usr/lib64/python3.6/__pycache__/shlex.cpython-36.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59336828> # extension module 'syslog' loaded from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.6/lib-dynload/syslog.cpython-36m-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5933b3c8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/__init__.cpython-36.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5966feb8> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/journal.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc matches /usr/lib64/python3.6/uuid.py # code object from '/usr/lib64/python3.6/__pycache__/uuid.cpython-36.pyc' # /usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/__init__.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/__init__.cpython-36.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595c3978> # /usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/_endian.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/_endian.cpython-36.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595d0ac8> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5966dd68> # /usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/ctypes/util.py # code object from '/usr/lib64/python3.6/ctypes/__pycache__/util.cpython-36.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595bd470> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b596672b0> # /usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/logging/__init__.py # code object from '/usr/lib64/python3.6/logging/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/string.cpython-36.pyc matches /usr/lib64/python3.6/string.py # code object from '/usr/lib64/python3.6/__pycache__/string.cpython-36.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595ebb00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b595bd630> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.6/site-packages/systemd/_journal.cpython-36m-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595f99e8> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.6/site-packages/systemd/_reader.cpython-36m-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595f9ac8> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.6/site-packages/systemd/id128.cpython-36m-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b595f9c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5965e080> # /usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.6/site-packages/systemd/__pycache__/daemon.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc matches /usr/lib64/python3.6/socket.py # code object from '/usr/lib64/python3.6/__pycache__/socket.cpython-36.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.6/lib-dynload/_socket.cpython-36m-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b59617630> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5960cd30> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.6/site-packages/systemd/_daemon.cpython-36m-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5960cf28> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5960c7f0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/__init__.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/__init__.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/json/__init__.py # code object from '/usr/lib64/python3.6/json/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc matches /usr/lib64/python3.6/json/decoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/decoder.cpython-36.pyc' # /usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc matches /usr/lib64/python3.6/json/scanner.py # code object from '/usr/lib64/python3.6/json/__pycache__/scanner.cpython-36.pyc' # extension module '_json' loaded from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.6/lib-dynload/_json.cpython-36m-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b5962fa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5962f710> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59621ef0> # /usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc matches /usr/lib64/python3.6/json/encoder.py # code object from '/usr/lib64/python3.6/json/__pycache__/encoder.cpython-36.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5962f588> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b59621748> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.six # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/six/__init__.py import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import ansible.module_utils.common.text.converters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/converters.py import ansible.module_utils.compat.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selinux.py # zipimport: zlib available # zipimport: zlib available # destroy ansible.module_utils.compat.selectors import ansible.module_utils.compat.selectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/selectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils._text # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/_text.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc matches /usr/lib64/python3.6/copy.py # code object from '/usr/lib64/python3.6/__pycache__/copy.cpython-36.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55c9e2e8> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.collections # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/collections.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.warnings # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/warnings.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.errors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/errors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.parsing.convert_bool # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/parsing/convert_bool.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc matches /usr/lib64/python3.6/ast.py # code object from '/usr/lib64/python3.6/__pycache__/ast.cpython-36.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d938d0> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._json_compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_json_compat.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.text.formatters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/text/formatters.py import ansible.module_utils.common.validation # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/validation.py import ansible.module_utils.common.parameters # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/parameters.py import ansible.module_utils.common.arg_spec # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/arg_spec.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common.locale # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/locale.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.6/site-packages/selinux/__pycache__/__init__.cpython-36.pyc' # extension module '_selinux' loaded from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' # extension module '_selinux' executed from '/usr/lib64/python3.6/site-packages/_selinux.cpython-36m-x86_64-linux-gnu.so' import '_selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55d14128> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55cd9898> import ansible.module_utils.common.file # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/file.py import ansible.module_utils.common.process # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/process.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc matches /usr/lib64/python3.6/argparse.py # code object from '/usr/lib64/python3.6/__pycache__/argparse.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc matches /usr/lib64/python3.6/textwrap.py # code object from '/usr/lib64/python3.6/__pycache__/textwrap.cpython-36.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d40080> # /usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc matches /usr/lib64/python3.6/gettext.py # code object from '/usr/lib64/python3.6/__pycache__/gettext.cpython-36.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d40128> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55ceb940> import ansible.module_utils.distro._distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/_distro.py # destroy ansible.module_utils.distro import ansible.module_utils.distro # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/distro/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.common._utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/_utils.py import ansible.module_utils.common.sys_info # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/common/sys_info.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.pycompat24 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/pycompat24.py import ansible.module_utils.basic # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/basic.py # zipimport: zlib available # zipimport: zlib available import ansible.modules # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/modules/__init__.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/namespace.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc matches /usr/lib64/python3.6/typing.py # code object from '/usr/lib64/python3.6/__pycache__/typing.cpython-36.pyc' import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55dbf208> import ansible.module_utils.compat.typing # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/typing.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/__init__.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/__init__.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/context.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/context.cpython-36.pyc' # /usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/process.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/process.cpython-36.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d52710> # /usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/reduction.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/reduction.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc matches /usr/lib64/python3.6/pickle.py # code object from '/usr/lib64/python3.6/__pycache__/pickle.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc matches /usr/lib64/python3.6/_compat_pickle.py # code object from '/usr/lib64/python3.6/__pycache__/_compat_pickle.cpython-36.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d7e160> # extension module '_pickle' loaded from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.6/lib-dynload/_pickle.cpython-36m-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55d7e908> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d5ddd8> # extension module 'array' loaded from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.6/lib-dynload/array.cpython-36m-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55d79e80> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d5d0f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55d4e208> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55dbbb00> # /usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/pool.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/pool.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc matches /usr/lib64/python3.6/queue.py # code object from '/usr/lib64/python3.6/__pycache__/queue.cpython-36.pyc' import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55dd9d68> # /usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc matches /usr/lib64/python3.6/multiprocessing/util.py # code object from '/usr/lib64/python3.6/multiprocessing/__pycache__/util.cpython-36.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55de08d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b56053fd0> import ansible.module_utils.facts.timeout # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/timeout.py import ansible.module_utils.facts.collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/collector.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.facter # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/facter.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.other.ohai # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/other/ohai.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.apparmor # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/apparmor.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.caps # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/caps.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.chroot # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/chroot.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.utils # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/utils.py import ansible.module_utils.facts.system.cmdline # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/cmdline.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.distribution # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/distribution.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.datetime # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/datetime.py import ansible.module_utils.facts.system.date_time # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/date_time.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.env # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/env.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.dns # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/dns.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.fips # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/fips.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.loadavg # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/loadavg.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc matches /usr/lib64/python3.6/glob.py # code object from '/usr/lib64/python3.6/__pycache__/glob.cpython-36.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5541cc50> # /usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc matches /usr/lib64/python3.6/configparser.py # code object from '/usr/lib64/python3.6/__pycache__/configparser.cpython-36.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55462780> import ansible.module_utils.facts.system.local # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/local.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.lsb # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/lsb.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.pkg_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/pkg_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.platform # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/platform.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc matches /usr/lib64/python3.6/ssl.py # code object from '/usr/lib64/python3.6/__pycache__/ssl.cpython-36.pyc' # /usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc matches /usr/lib64/python3.6/ipaddress.py # code object from '/usr/lib64/python3.6/__pycache__/ipaddress.cpython-36.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5543c898> # extension module '_ssl' loaded from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55444f60> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b5546d358> import ansible.module_utils.facts.system.python # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/python.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.selinux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/selinux.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc matches /usr/lib64/python3.6/_bootlocale.py # code object from '/usr/lib64/python3.6/__pycache__/_bootlocale.cpython-36.pyc' import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55558978> # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.compat.version # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/compat/version.py import ansible.module_utils.facts.system.service_mgr # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/service_mgr.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.system.ssh_pub_keys # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/ssh_pub_keys.py # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc matches /usr/lib64/python3.6/getpass.py # code object from '/usr/lib64/python3.6/__pycache__/getpass.cpython-36.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.6/lib-dynload/termios.cpython-36m-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2b55554ac8> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2b55554748> import ansible.module_utils.facts.system.user # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/system/user.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/base.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/aix.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.sysctl # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/sysctl.py import ansible.module_utils.facts.hardware.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/darwin.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/freebsd.py import ansible.module_utils.facts.hardware.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hpux.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/linux.py import ansible.module_utils.facts.hardware.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.hardware.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/hardware/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/base.py # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.generic_bsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/generic_bsd.py import ansible.module_utils.facts.network.aix # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/aix.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.darwin # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/darwin.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.fc_wwn # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/fc_wwn.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/freebsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.hurd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/hurd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.iscsi # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/iscsi.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.nvme # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/nvme.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.network.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/network/sunos.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.base # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/base.py # 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 # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sysctl.py import ansible.module_utils.facts.virtual.freebsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/freebsd.py import ansible.module_utils.facts.virtual.dragonfly # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/dragonfly.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.hpux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/hpux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.linux # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/linux.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.netbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/netbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.openbsd # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/openbsd.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.virtual.sunos # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/virtual/sunos.py import ansible.module_utils.facts.default_collectors # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/default_collectors.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.facts.ansible_collector # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/ansible_collector.py import ansible.module_utils.facts.compat # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/compat.py import ansible.module_utils.facts # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/facts/__init__.py # zipimport: zlib available # zipimport: zlib available import ansible.module_utils.service # loaded from Zip /tmp/ansible_ansible.legacy.systemd_payload_i6qg8mjl/ansible_ansible.legacy.systemd_payload.zip/ansible/module_utils/service.py # zipimport: zlib available import 'gc' # {"name": "tuned", "changed": false, "status": {"Type": "dbus", "Restart": "no", "PIDFile": "/run/tuned/tuned.pid", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "RuntimeMaxUSec": "infinity", "WatchdogUSec": "0", "WatchdogTimestamp": "Thu 2024-09-19 20:21:41 EDT", "WatchdogTimestampMonotonic": "250044644", "PermissionsStartOnly": "no", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "9609", "ControlPID": "0", "BusName": "com.redhat.tuned", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "ExecMainStartTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ExecMainStartTimestampMonotonic": "249906207", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9609", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:21:40 EDT] ; stop_time=[n/a] ; pid=9609 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/tuned.service", "MemoryCurrent": "15015936", "CPUUsageNSec": "[not set]", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "TasksCurrent": "4", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "Delegate": "no", "CPUAccounting": "no", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "AllowedCPUs": "", "AllowedMemoryNodes": "", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "22405", "IPAccounting": "no", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "Nice": "0", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "NUMAMask": "", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "AmbientCapabilities": "", "DynamicUser": "no", "RemoveIPC": "no", "MountFlags": "", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "0", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "SendSIGKILL": "yes", "SendSIGHUP": "no", "Id": "tuned.service", "Names": "tuned.service", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "WantedBy": "multi-user.target", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "Before": "shutdown.target multi-user.target", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "Description": "Dynamic System Tuning Daemon", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2024-09-19 20:21:41 EDT", "StateChangeTimestampMonotonic": "250044648", "InactiveExitTimestamp": "Thu 2024-09-19 20:21:40 EDT", "InactiveExitTimestampMonotonic": "249906387", "ActiveEnterTimestamp": "Thu 2024-09-19 20:21:41 EDT", "ActiveEnterTimestampMonotonic": "250044648", "ActiveExitTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ActiveExitTimestampMonotonic": "249832378", "InactiveEnterTimestamp": "Thu 2024-09-19 20:21:40 EDT", "InactiveEnterTimestampMonotonic": "249903119", "CanStart": "yes", "CanStop": "yes", "CanReload": "no", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ConditionTimestampMonotonic": "249904060", "AssertTimestamp": "Thu 2024-09-19 20:21:40 EDT", "AssertTimestampMonotonic": "249904062", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "5a6d77fd4a4740919d3e090a9827cb68", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "tuned", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}} # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.path_hooks # clear sys.path_importer_cache # clear sys.meta_path # clear sys.__interactivehook__ # clear sys.flags # clear sys.float_info # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing builtins # cleanup[2] removing sys # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _warnings # cleanup[2] removing _thread # cleanup[2] removing _weakref # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing zipimport # cleanup[2] removing encodings # cleanup[2] removing codecs # cleanup[2] removing _codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing __main__ # cleanup[2] removing encodings.latin_1 # cleanup[2] removing io # cleanup[2] removing abc # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing site # destroy site # cleanup[2] removing os # cleanup[2] removing errno # cleanup[2] removing stat # cleanup[2] removing _stat # cleanup[2] removing posixpath # cleanup[2] removing genericpath # cleanup[2] removing os.path # cleanup[2] removing _collections_abc # cleanup[2] removing _sitebuiltins # cleanup[2] removing sysconfig # destroy sysconfig # cleanup[2] removing _sysconfigdata_m_linux_x86_64-linux-gnu # destroy _sysconfigdata_m_linux_x86_64-linux-gnu # cleanup[2] removing base64 # cleanup[2] removing re # cleanup[2] removing enum # cleanup[2] removing types # cleanup[2] removing functools # cleanup[2] removing _functools # cleanup[2] removing collections # cleanup[2] removing operator # cleanup[2] removing _operator # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing heapq # cleanup[2] removing _heapq # cleanup[2] removing itertools # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing weakref # cleanup[2] removing collections.abc # cleanup[2] removing sre_compile # cleanup[2] removing _sre # cleanup[2] removing sre_parse # cleanup[2] removing sre_constants # destroy sre_constants # cleanup[2] removing _locale # cleanup[2] removing copyreg # cleanup[2] removing struct # cleanup[2] removing _struct # cleanup[2] removing binascii # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing importlib # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib.util # cleanup[2] removing importlib.abc # cleanup[2] removing contextlib # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing shutil # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing bz2 # cleanup[2] removing _compression # cleanup[2] removing threading # cleanup[2] removing time # cleanup[2] removing traceback # cleanup[2] removing linecache # cleanup[2] removing tokenize # cleanup[2] removing token # destroy token # cleanup[2] removing _bz2 # cleanup[2] removing lzma # cleanup[2] removing _lzma # cleanup[2] removing pwd # cleanup[2] removing grp # cleanup[2] removing tempfile # cleanup[2] removing random # destroy random # cleanup[2] removing math # cleanup[2] removing hashlib # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing _sha3 # cleanup[2] removing bisect # cleanup[2] removing _bisect # cleanup[2] removing _random # cleanup[2] removing zipfile # destroy zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing atexit # cleanup[2] removing datetime # cleanup[2] removing _datetime # cleanup[2] removing fcntl # cleanup[2] removing locale # cleanup[2] removing platform # cleanup[2] removing subprocess # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing systemd.journal # cleanup[2] removing uuid # cleanup[2] removing ctypes # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes.util # cleanup[2] removing logging # cleanup[2] removing string # destroy string # cleanup[2] removing _string # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.daemon # cleanup[2] removing socket # cleanup[2] removing _socket # cleanup[2] removing systemd._daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.compat.selinux # 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.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing json # cleanup[2] removing json.decoder # cleanup[2] removing json.scanner # cleanup[2] removing _json # cleanup[2] removing json.encoder # 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.compat.selectors # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # 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 ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ast # destroy ast # cleanup[2] removing _ast # cleanup[2] removing ansible.module_utils.common._json_compat # destroy ansible.module_utils.common._json_compat # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing selinux # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing _selinux # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.distro._distro # cleanup[2] removing argparse # cleanup[2] removing textwrap # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.pycompat24 # destroy ansible.module_utils.pycompat24 # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # cleanup[2] removing ansible.module_utils.facts.compat # destroy ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing multiprocessing # cleanup[2] removing multiprocessing.context # cleanup[2] removing multiprocessing.process # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing pickle # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing array # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing.pool # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.loadavg # cleanup[2] removing ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.local # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.platform # cleanup[2] removing ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.python # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ipaddress # cleanup[2] removing _ssl # cleanup[2] removing ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.service_mgr # cleanup[2] removing _bootlocale # destroy _bootlocale # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.system.user # cleanup[2] removing getpass # cleanup[2] removing termios # cleanup[2] removing ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # cleanup[2] removing gc # destroy _ast # destroy _datetime # destroy _sha3 # destroy _blake2 # destroy _bz2 # destroy _sitebuiltins # destroy importlib.util # destroy importlib.abc # destroy importlib.machinery # destroy zipimport # destroy _compression # destroy _lzma # destroy importlib # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy encodings # destroy syslog # destroy uuid # destroy ctypes # destroy _string # destroy systemd._journal # destroy systemd._reader # destroy systemd.id128 # destroy _socket # destroy systemd._daemon # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy selinux # destroy ansible.module_utils.distro._distro # destroy argparse # destroy logging # destroy locale # destroy copy # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.pool # destroy multiprocessing.reduction # destroy multiprocessing.context # destroy _compat_pickle # destroy _pickle # destroy array # destroy queue # destroy multiprocessing.util # destroy atexit # destroy multiprocessing.process # destroy fcntl # destroy datetime # destroy gc # destroy ipaddress # destroy textwrap # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy contextlib # destroy termios # destroy json # destroy socket # destroy struct # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy glob # destroy pickle # destroy platform # destroy shlex # destroy traceback # cleanup[3] wiping _frozen_importlib # destroy _frozen_importlib_external # cleanup[3] wiping _imp # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _weakref # cleanup[3] wiping _io # cleanup[3] wiping marshal # cleanup[3] wiping posix # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping encodings.aliases # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping _signal # cleanup[3] wiping encodings.latin_1 # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping os # destroy abc # cleanup[3] wiping errno # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping posixpath # destroy genericpath # cleanup[3] wiping os.path # cleanup[3] wiping _collections_abc # cleanup[3] wiping re # destroy enum # destroy sre_compile # destroy copyreg # cleanup[3] wiping types # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy heapq # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping _heapq # cleanup[3] wiping itertools # cleanup[3] wiping _collections # destroy _collections # cleanup[3] wiping weakref # cleanup[3] wiping collections.abc # cleanup[3] wiping _sre # cleanup[3] wiping sre_parse # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping _struct # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping warnings # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping threading # cleanup[3] wiping time # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping pwd # destroy pwd # cleanup[3] wiping grp # destroy grp # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping math # cleanup[3] wiping _hashlib # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping _random # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping subprocess # destroy time # destroy signal # destroy errno # destroy selectors # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping select # cleanup[3] wiping _ctypes # cleanup[3] wiping ctypes._endian # cleanup[3] wiping ctypes.util # destroy subprocess # destroy tempfile # cleanup[3] wiping ansible.module_utils.six.moves # destroy collections.abc # destroy configparser # cleanup[3] wiping _selinux # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy posixpath # destroy stat # destroy _signal # destroy _functools # destroy _sre # destroy sre_parse # destroy _heapq # destroy select # destroy linecache # destroy math # destroy _hashlib # destroy bisect # destroy _random # destroy ansible.module_utils.six.moves.urllib # destroy collections # 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 operator # destroy types # destroy ansible.module_utils.six.moves # destroy _operator # destroy functools # destroy io # destroy itertools # destroy re # destroy warnings , stderr=Shared connection to 10.31.45.60 closed. 8951 1726791706.19928: done with _execute_module (ansible.legacy.systemd, {'name': 'tuned', 'state': 'started', 'enabled': True, '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.16.11', '_ansible_module_name': 'ansible.legacy.systemd', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/', '_ansible_remote_tmp': '~/.ansible/tmp'}) 8951 1726791706.19953: _low_level_execute_command(): starting 8951 1726791706.19960: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726791705.7064724-8951-146665605495082/ > /dev/null 2>&1 && sleep 0' 8951 1726791706.22502: stderr chunk (state=2): >>><<< 8951 1726791706.22509: stdout chunk (state=2): >>><<< 8951 1726791706.22522: _low_level_execute_command() done: rc=0, stdout=, stderr= 8951 1726791706.22529: handler run complete 8951 1726791706.22584: attempt loop complete, returning result 8951 1726791706.22602: variable 'item' from source: unknown 8951 1726791706.22661: variable 'item' from source: unknown ok: [managed_node1] => (item=tuned) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tuned", "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2024-09-19 20:21:41 EDT", "ActiveEnterTimestampMonotonic": "250044648", "ActiveExitTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ActiveExitTimestampMonotonic": "249832378", "ActiveState": "active", "After": "dbus.service systemd-sysctl.service system.slice dbus.socket basic.target polkit.service sysinit.target network.target systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2024-09-19 20:21:40 EDT", "AssertTimestampMonotonic": "249904062", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ConditionTimestampMonotonic": "249904060", "ConfigurationDirectoryMode": "0755", "Conflicts": "auto-cpufreq.service tlp.service shutdown.target power-profiles-daemon.service cpupower.service", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9609", "ExecMainStartTimestamp": "Thu 2024-09-19 20:21:40 EDT", "ExecMainStartTimestampMonotonic": "249906207", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[Thu 2024-09-19 20:21:40 EDT] ; stop_time=[n/a] ; pid=9609 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2024-09-19 20:21:40 EDT", "InactiveEnterTimestampMonotonic": "249903119", "InactiveExitTimestamp": "Thu 2024-09-19 20:21:40 EDT", "InactiveExitTimestampMonotonic": "249906387", "InvocationID": "5a6d77fd4a4740919d3e090a9827cb68", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9609", "MemoryAccounting": "yes", "MemoryCurrent": "15015936", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice dbus.service sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2024-09-19 20:21:41 EDT", "StateChangeTimestampMonotonic": "250044648", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2024-09-19 20:21:41 EDT", "WatchdogTimestampMonotonic": "250044644", "WatchdogUSec": "0" } } 8951 1726791706.22753: dumping result to json 8951 1726791706.22776: done dumping result, returning 8951 1726791706.22786: done running TaskExecutor() for managed_node1/TASK: Restart tuned [029c2e81-ca9f-66d5-1a1d-00000000009d] 8951 1726791706.22792: sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009d 8186 1726791706.23326: no more pending results, returning what we have 8186 1726791706.23331: results queue empty 8186 1726791706.23332: checking for any_errors_fatal 8186 1726791706.23337: done checking for any_errors_fatal 8186 1726791706.23338: checking for max_fail_percentage 8186 1726791706.23339: done checking for max_fail_percentage 8186 1726791706.23340: checking to see if all hosts have failed and the running result is not ok 8186 1726791706.23341: done checking to see if all hosts have failed 8186 1726791706.23342: getting the remaining hosts for this loop 8186 1726791706.23343: done getting the remaining hosts for this loop 8186 1726791706.23346: getting the next task for host managed_node1 8186 1726791706.23352: done getting next task for host managed_node1 8186 1726791706.23355: ^ task is: TASK: meta (flush_handlers) 8186 1726791706.23357: ^ 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 8186 1726791706.23363: getting variables 8186 1726791706.23364: in VariableManager get_vars() 8186 1726791706.23387: Calling all_inventory to load vars for managed_node1 8186 1726791706.23389: Calling groups_inventory to load vars for managed_node1 8186 1726791706.23391: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791706.23399: Calling all_plugins_play to load vars for managed_node1 8186 1726791706.23400: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791706.23403: Calling groups_plugins_play to load vars for managed_node1 8951 1726791706.22904: done sending task result for task 029c2e81-ca9f-66d5-1a1d-00000000009d 8951 1726791706.22908: WORKER PROCESS EXITING 8186 1726791706.23564: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791706.23760: done with get_vars() 8186 1726791706.23773: done getting variables 8186 1726791706.23852: in VariableManager get_vars() 8186 1726791706.23864: Calling all_inventory to load vars for managed_node1 8186 1726791706.23868: Calling groups_inventory to load vars for managed_node1 8186 1726791706.23870: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791706.23875: Calling all_plugins_play to load vars for managed_node1 8186 1726791706.23877: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791706.23880: Calling groups_plugins_play to load vars for managed_node1 8186 1726791706.24025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791706.24215: done with get_vars() 8186 1726791706.24230: done queuing things up, now waiting for results queue to drain 8186 1726791706.24232: results queue empty 8186 1726791706.24234: checking for any_errors_fatal 8186 1726791706.24241: done checking for any_errors_fatal 8186 1726791706.24242: checking for max_fail_percentage 8186 1726791706.24242: done checking for max_fail_percentage 8186 1726791706.24243: checking to see if all hosts have failed and the running result is not ok 8186 1726791706.24243: done checking to see if all hosts have failed 8186 1726791706.24244: getting the remaining hosts for this loop 8186 1726791706.24245: done getting the remaining hosts for this loop 8186 1726791706.24248: getting the next task for host managed_node1 8186 1726791706.24253: done getting next task for host managed_node1 8186 1726791706.24254: ^ task is: TASK: meta (flush_handlers) 8186 1726791706.24255: ^ 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 8186 1726791706.24260: getting variables 8186 1726791706.24261: in VariableManager get_vars() 8186 1726791706.24272: Calling all_inventory to load vars for managed_node1 8186 1726791706.24274: Calling groups_inventory to load vars for managed_node1 8186 1726791706.24276: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791706.24280: Calling all_plugins_play to load vars for managed_node1 8186 1726791706.24282: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791706.24287: Calling groups_plugins_play to load vars for managed_node1 8186 1726791706.24371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791706.24536: done with get_vars() 8186 1726791706.24544: done getting variables 8186 1726791706.24582: in VariableManager get_vars() 8186 1726791706.24595: Calling all_inventory to load vars for managed_node1 8186 1726791706.24597: Calling groups_inventory to load vars for managed_node1 8186 1726791706.24599: Calling all_plugins_inventory to load vars for managed_node1 8186 1726791706.24603: Calling all_plugins_play to load vars for managed_node1 8186 1726791706.24605: Calling groups_plugins_inventory to load vars for managed_node1 8186 1726791706.24607: Calling groups_plugins_play to load vars for managed_node1 8186 1726791706.24737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 8186 1726791706.24916: done with get_vars() 8186 1726791706.24927: done queuing things up, now waiting for results queue to drain 8186 1726791706.24928: results queue empty 8186 1726791706.24929: checking for any_errors_fatal 8186 1726791706.24931: done checking for any_errors_fatal 8186 1726791706.24931: checking for max_fail_percentage 8186 1726791706.24932: done checking for max_fail_percentage 8186 1726791706.24933: checking to see if all hosts have failed and the running result is not ok 8186 1726791706.24933: done checking to see if all hosts have failed 8186 1726791706.24933: getting the remaining hosts for this loop 8186 1726791706.24934: done getting the remaining hosts for this loop 8186 1726791706.24936: getting the next task for host managed_node1 8186 1726791706.24938: done getting next task for host managed_node1 8186 1726791706.24939: ^ task is: None 8186 1726791706.24940: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 8186 1726791706.24941: done queuing things up, now waiting for results queue to drain 8186 1726791706.24942: results queue empty 8186 1726791706.24942: checking for any_errors_fatal 8186 1726791706.24943: done checking for any_errors_fatal 8186 1726791706.24943: checking for max_fail_percentage 8186 1726791706.24944: done checking for max_fail_percentage 8186 1726791706.24945: checking to see if all hosts have failed and the running result is not ok 8186 1726791706.24945: done checking to see if all hosts have failed 8186 1726791706.24947: getting the next task for host managed_node1 8186 1726791706.24949: done getting next task for host managed_node1 8186 1726791706.24950: ^ task is: None 8186 1726791706.24950: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False PLAY RECAP ********************************************************************* managed_node1 : ok=33 changed=8 unreachable=0 failed=0 skipped=8 rescued=1 ignored=1 Thursday 19 September 2024 20:21:46 -0400 (0:00:00.606) 0:00:22.630 **** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 5.71s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Gathering Facts --------------------------------------------------------- 3.30s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_bool_not_allowed.yml:2 Verify no settings ------------------------------------------------------ 1.40s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:20 fedora.linux_system_roles.kernel_settings : Ensure kernel_settings is in active_profile --- 0.91s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:91 fedora.linux_system_roles.kernel_settings : Ensure required services are enabled and started --- 0.87s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:67 Set profile_mode to auto ------------------------------------------------ 0.78s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:57 fedora.linux_system_roles.kernel_settings : Apply kernel settings ------- 0.78s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:112 fedora.linux_system_roles.kernel_settings : Restart tuned to apply active profile, mode changes --- 0.78s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:149 Ensure kernel_settings is not in active_profile ------------------------- 0.78s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:46 fedora.linux_system_roles.kernel_settings : Find tuned profile parent directory --- 0.75s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:50 fedora.linux_system_roles.kernel_settings : Set profile_mode to manual --- 0.74s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:99 fedora.linux_system_roles.kernel_settings : Check that settings are applied correctly --- 0.63s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/verify_settings.yml:2 Restart tuned ----------------------------------------------------------- 0.61s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:64 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.58s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Ensure kernel settings profile directory exists --- 0.53s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:74 fedora.linux_system_roles.kernel_settings : Get active_profile ---------- 0.51s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:80 fedora.linux_system_roles.kernel_settings : Read tuned main config ------ 0.50s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:42 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.41s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Remove kernel_settings tuned profile ------------------------------------ 0.41s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 fedora.linux_system_roles.kernel_settings : Get current config ---------- 0.37s /tmp/collections-9XQ/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:107 8186 1726791706.25167: RUNNING CLEANUP