Changelog updates
This commit is contained in:
parent
195aa65969
commit
1b8ebfb224
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ Misc changes:
|
||||||
* git module now automatically pulls down git submodules
|
* git module now automatically pulls down git submodules
|
||||||
* negated patterns don't require "all:!foo", you can just say "!foo" now to select all not foos.
|
* negated patterns don't require "all:!foo", you can just say "!foo" now to select all not foos.
|
||||||
* fix for Debian services always reporting changed when toggling enablement bit
|
* fix for Debian services always reporting changed when toggling enablement bit
|
||||||
|
* roles files now tolerate files named 'main.yaml' and 'main' in addition to main.yaml
|
||||||
|
* some help cleanup to command line flags on scripts
|
||||||
|
* force option reinstated for file module, can create symlinks to non-existant files, etc
|
||||||
|
* added termination support to ec2 module
|
||||||
|
* --ask-sudo-pass or --sudo-user does not enable all options to use sudo in ansible-playbook
|
||||||
|
|
||||||
1.2 "Right Now" -- June 10, 2013
|
1.2 "Right Now" -- June 10, 2013
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue