You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/docsite/rst
Pilou 60160c1e90 doc: exercising module code locally: update cmd (#45697)
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'
7 years ago
..
community Restore license agreement (#45809) 7 years ago
dev_guide doc: exercising module code locally: update cmd (#45697) 7 years ago
installation_guide Simplify PPA installation for Ubuntu (#45690) 7 years ago
inventory Update implicit_localhost.rst (#45455) 7 years ago
network Lenovo doc update (#45483) 7 years ago
plugins Add some inventory plugin documentation (#44727) 7 years ago
porting_guides Add undocumented configuration parameter and explain in porting guide (#36059) 7 years ago
reference_appendices adding git+ssh uri scheme (#36025) 7 years ago
roadmap Update AWS pull request links (#44777) 7 years ago
scenario_guides Improvements to structure 7 years ago
user_guide Add workaround for non-standard kerberos environments (#41465) 7 years ago
vmware VMware: Concept documentation (#43927) 7 years ago
conf.py Use updated pygments (#44846) 7 years ago
index.rst Remove more docs build errors (#45364) 7 years ago