mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added piped option entry to changelog
This commit is contained in:
parent
ac51266e8f
commit
cf82023a41
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ Ansible Changes By Release
|
||||||
* default strategy is now configurable via ansible.cfg or environment variable.
|
* default strategy is now configurable via ansible.cfg or environment variable.
|
||||||
* Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation).
|
* Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation).
|
||||||
* ansible-doc now displays path to module
|
* ansible-doc now displays path to module
|
||||||
|
* added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing
|
||||||
|
|
||||||
###Deprecations:
|
###Deprecations:
|
||||||
* Specifying --tags (or --skip-tags) multiple times on the command line
|
* Specifying --tags (or --skip-tags) multiple times on the command line
|
||||||
|
|
Loading…
Reference in a new issue