1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update changelog for scp_when_ssh=smart (#17819)

This commit is contained in:
jctanner 2016-09-29 17:49:46 -04:00 committed by GitHub
parent fff161f2f6
commit 91adddfbca

View file

@ -34,6 +34,7 @@ Ansible Changes By Release
* Most of the controller side should now work. Users should be able to run python3 /usr/bin/ansible and python3 /usr/bin/ansible-playbook and have core features of ansible work.
* A few of the most essential modules have been audited and are known to work. Others work out of the box.
* We are using unit and integration tests to help us port code and not regress later. Even if you are not famiriar with python you can still help by contributing integration tests (just ansible roles) that exercise more of the code to make sure it continues to run on both Python2 and Python3.
* scp_if_ssh now supports True, False and "smart". "smart" is the default and will retry failed sftp transfers with scp.
####New Modules:
- apache2_mod_proxy