community.general/lib/ansible/modules/web_infrastructure
Nehal J Wani ead0022255 Open temp file only once
mkstemp() returns a tuple containing an OS-level handle to an open file
(as would be returned by os.open()) and the absolute pathname of that
file, in that order.

This patch makes sure that the fd opened by tempfile.mkstemp() is
re-used and closed properly.
2016-12-12 10:11:46 -08:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_mod_proxy.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
apache2_module.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
deploy_helper.py Remove unused quotes - web_infrastructure/deploy_helper.py (#19157) 2016-12-10 09:24:36 -05:00
django_manage.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
ejabberd_user.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
htpasswd.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
jboss.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
jenkins_job.py Remove unused quotes (#19150) 2016-12-10 09:28:38 -05:00
jenkins_plugin.py Open temp file only once 2016-12-12 10:11:46 -08:00
jira.py Native YAML - web_infrastructure/jira.py (#18832) 2016-12-09 08:48:59 -05:00
letsencrypt.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
nginx_status_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
supervisorctl.py Refreshed metadata for core modules 2016-12-08 11:25:35 -05:00
taiga_issue.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00