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/test/units/module_utils
Matt Martz 98138584b7
Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen (#74791)
* Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen. Fixes #74783

* Simplify code a bit

* More simple

* Address some other potentially non threadsafe operations

* Add if around umask

* Address unit test assumptions

* Add clog frag

* yaml syntax issue
4 years ago
..
basic Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen (#74791) 4 years ago
common
facts
json_utils
parsing
urls
__init__.py
conftest.py
test_api.py ansible-galaxy - increase page size and add retry decorator for throttling (#74240) 4 years ago
test_distro.py