- 01 Apr, 2014 3 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
- 14 Mar, 2014 1 commit
-
-
[apt_repository] Correct check_mode conditional logic
Michael DeHaan committed
-
- 13 Mar, 2014 12 commits
-
-
James Cammarata committed
-
This reverts commit 4273cb2d.
James Cammarata committed -
James Cammarata committed
-
James Tanner committed
-
This allows the use of an args list with leading environment variables, which otherwise would fail due to the way Popen works.
James Cammarata committed -
The 'service' utility was unable to find the 'ansible_test' service due to an unexpected filename. This patch corrects the filename and adjusts the permissions to match other service scripts within /etc/init/.
James Laska committed -
Redhat != RedHat
James Laska committed -
This fixes integration tests when run on a RHEL system. Oddly, the ansible_distribution='RedHat' when run on RHEL.
James Laska committed -
James Laska committed
-
Also: * changed this module to use https for requests to the API * fixed a bug in which a traceback was caused when the domain wasn't found Fixes #6457
James Cammarata committed -
Modules make run command safer
Richard Isaacson committed -
Fixes odd encoding problem with wait_for_service.
James Martin committed
-
- 12 Mar, 2014 24 commits
-
-
James Tanner committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Tanner committed
-
Michael DeHaan committed
-
Conflicts: library/system/debconf
Michael DeHaan committed -
James Tanner committed
-
James Tanner committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Conflicts: library/packaging/cpanm
Michael DeHaan committed -
James Cammarata committed
-
Patrick Smith committed
-
James Cammarata committed
-
This fixes issue #6443
Dan Koch committed -
For those who may have a large number of certs found, this can reduce the number of ssl connections attempted.
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Previously, the function checked only for a single CA root cert, however some distributions may have multiple certs in a directory. This will now try any .crt or .pem file contained within several common paths for each platform. Fixes #6412
James Cammarata committed -
Use same implementation as ssh.py for "is in host file" checks in module code, prevents git module from adding keys more than once.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-