mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix formatting in CHANGELOG.md
This commit is contained in:
parent
e6a486482e
commit
7b9e877970
1 changed files with 1 additions and 3 deletions
|
@ -46,12 +46,10 @@ Adding two timeout values (one for connection and one for data reception timeout
|
||||||
Added keepalive packets, so async mode is no longer required for long-running tasks.
|
Added keepalive packets, so async mode is no longer required for long-running tasks.
|
||||||
Modified accelerate daemon to use the verbose logging level of the ansible command that started it.
|
Modified accelerate daemon to use the verbose logging level of the ansible command that started it.
|
||||||
Fixed bug where accelerate would not work in check-mode.
|
Fixed bug where accelerate would not work in check-mode.
|
||||||
1.3.2 "Top of the World" (reprise) - September 19th, 2013
|
|
||||||
|
|
||||||
The ControlPath variable for ssh connections is now configurable in the ansible.cfg (and via the environment variable ANSIBLE_SSH_CONTROL_PATH).
|
|
||||||
Added a -vvvv level, which will show SSH client debugging information in the event of a failure.
|
Added a -vvvv level, which will show SSH client debugging information in the event of a failure.
|
||||||
Fixed bug in apt_repository module where the repository cache was not being updated.
|
Fixed bug in apt_repository module where the repository cache was not being updated.
|
||||||
Fixed bug where "too many open files" errors would be encountered due to pseudo TTY's not being closed properly.
|
Fixed bug where "too many open files" errors would be encountered due to pseudo TTY's not being closed properly.
|
||||||
|
|
||||||
1.3.1 "Top of the World" (reprise) - September 16th, 2013
|
1.3.1 "Top of the World" (reprise) - September 16th, 2013
|
||||||
|
|
||||||
Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings.
|
Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings.
|
||||||
|
|
Loading…
Reference in a new issue