mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
60160c1e90
The documented way to execute module code locally wasn't always working: $ python ./lib/ansible/modules/files/file.py <<< '{"ANSIBLE_MODULE_ARGS": {}}' Traceback (most recent call last): File "./lib/ansible/modules/files/file.py", line 177, in <module> from ansible.module_utils.basic import AnsibleModule File "~/ansible/lib/ansible/module_utils/basic.py", line 78, in <module> import tempfile File "~/ansible/lib/ansible/modules/files/tempfile.py", line 69, in <module> from tempfile import mkstemp, mkdtemp ImportError: cannot import name 'mkstemp' |
||
---|---|---|
.. | ||
community | ||
dev_guide | ||
installation_guide | ||
inventory | ||
network | ||
plugins | ||
porting_guides | ||
reference_appendices | ||
roadmap | ||
scenario_guides | ||
user_guide | ||
vmware | ||
conf.py | ||
index.rst |