- 13 Apr, 2015 2 commits
-
-
Fixed changelog typos
Brian Coca committed -
Andrew Murray committed
-
- 11 Apr, 2015 5 commits
-
-
Don't convert numbers and booleans to strings.
Toshio Kuratomi committed -
Before this change if a variable was of type int or bool and the variable was referenced by another variable, the type would change to string. eg. defaults/main.yml ``` PORT: 4567 OTHER_CONFIG: secret1: "so_secret" secret2: "even_more_secret" CONFIG: hostname: "some_hostname" port: "{{ PORT }}" secrets: "{{ OTHER_CONFIG }}" ``` If you output `CONFIG` to json or yaml, the port would get represented in the output as a string instead of as a number, but secrets would get represented as a dictionary. This is a mis-match in behaviour where some "types" are retained and others are not. This change should fix the issue. Update template test to also test var retainment. Make the template changes in v2. Update to only short-circuit for booleans and numbers. Added an entry to the changelog.Feanil Patel committed -
Tests for win_user module
Chris Church committed -
Chris Church committed
-
Chris Church committed
-
- 10 Apr, 2015 3 commits
-
-
backup_local now only tries to back up exising files, returns '' otherwise
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 09 Apr, 2015 11 commits
-
-
Update windows documentation to indicate how to specify kerberos auth.
Brian Coca committed -
Chris Church committed
-
WinRM Connection Fixes
Brian Coca committed -
Chris Church committed
-
Only try kerberos auth when username contains `@` and pass realm to pywinrm. Alternative to #10644, fixes #10577.
Chris Church committed -
Use codecs module while reading & writing json cache file
Toshio Kuratomi committed -
Chris Church committed
-
Changes to api in FreeIPA > 4.0 compatibility fix.
Brian Coca committed -
Improve generation of debian changelog
Brian Coca committed -
James Laska committed
-
Erinn Looney-Triggs committed
-
- 08 Apr, 2015 6 commits
-
-
Remove redundant whitespace.
Brian Coca committed -
Updated outdated link to module directory.
Brian Coca committed -
Core modules link updated and Extras link added.
Niall Donegan committed -
Brian Coca committed
-
Brian Coca committed
-
Mengdi Gao committed
-
- 07 Apr, 2015 10 commits
-
-
Fixed typo
Chris Church committed -
John Galt committed
-
James Cammarata committed
-
James Cammarata committed
-
Kimmo Koskinen committed
-
Brian Coca committed
-
James Cammarata committed
-
also now options populate required fields in required order allowing play to override added capture of debug in action plugins when stdout is not json
Brian Coca committed -
Replace - in ec2 inventory as well
Brian Coca committed -
Replaced --start-at with --start-at-task
Brian Coca committed
-
- 06 Apr, 2015 3 commits
-
-
Fix indentation
Brian Coca committed -
James Cammarata committed
-
Jason DeTiberus committed
-