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/lib/ansible
Rick Elrod 8a0abed1ba [hostname] don't write in get_*() methods
Change:
- Hostname strategies' get_*() methods should never write to the
  filesystem. They are used in check_mode by default to determine if
  there is any work to be done.

Test Plan:
- New unit tests to ensure that (at least when in check_mode) the get
  methods don't ever call write.

Tickets:
- Fixes #66432

Signed-off-by: Rick Elrod <rick@elrod.me>
4 years ago
..
_vendor
cli
collections
compat
config Remove deprecated features from ansible.playbook.helpers (#74809) 4 years ago
errors
executor
galaxy
inventory
module_utils Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen (#74791) 4 years ago
modules [hostname] don't write in get_*() methods 4 years ago
parsing
playbook Remove deprecated features from ansible.playbook.helpers (#74809) 4 years ago
plugins ini: Add parameter to allow no value (#74806) 4 years ago
template Vendor `distutils.version` (#74644) 4 years ago
utils encrypt: add new paramter 'ident' (#74595) 4 years ago
vars
__init__.py
constants.py
context.py
keyword_desc.yml
release.py