ansible/lib/ansible
Moritz Grimm 79dfae9624
copy: ensure _original_basename is set: fixes #47050 (#47238)
* fixed #47050

* added changelog fragment

* added quick and basic test

* Revert "added quick and basic test"

This reverts commit 75f4141656.

* added better tests

* now also creating files to copy on the remote

* removed tests for recursive copying which is not supported by remote_src
2020-02-21 12:55:12 -05:00
..
cli Add warning when running devel (#67502) 2020-02-19 15:17:42 -06:00
compat
config Fix typo with devel warning config option (#67590) 2020-02-19 18:24:05 -05:00
errors Misc typo fixes (#66120) 2020-01-04 21:13:30 +05:30
executor Fix runas as collection become plugin (#67638) 2020-02-21 19:23:53 +10:00
galaxy Do not error if collection specified null dependencies (#67575) 2020-02-20 11:23:23 -05:00
inventory inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
module_utils AnsibleAWSModule add 'region' method (#66988) 2020-02-21 11:58:02 -05:00
modules copy: ensure _original_basename is set: fixes #47050 (#47238) 2020-02-21 12:55:12 -05:00
parsing fixes ANSIBLE_DUPLICATE_YAML_DICT_KEY=error crashes (#66786) 2020-02-04 13:53:13 -05:00
playbook Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432) 2020-02-14 15:50:52 -06:00
plugins Fix become for network_cli in collections. 2020-02-20 15:13:39 -08:00
template Templating: make sure only one variable results are cached (#67429) 2020-02-19 18:04:01 -05:00
utils combine filter: fine list handling (option b) (#57894) 2020-02-12 16:40:36 -05:00
vars New magic var: ansible_config_file (#66085) 2020-02-11 15:49:55 -05:00
__init__.py
constants.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
context.py
release.py