- 27 May, 2014 1 commit
-
-
Jim Turner committed
-
- 26 May, 2014 1 commit
-
-
Michael DeHaan committed
-
- 25 May, 2014 2 commits
-
-
Fixes for su on freebsd
James Cammarata committed -
Make one fs function
Michael DeHaan committed
-
- 24 May, 2014 3 commits
-
-
directory
Brian Coca committed -
Andrew Resch committed
-
Fix typo in variable name
James Cammarata committed
-
- 23 May, 2014 13 commits
-
-
Andrew Resch committed
-
Replace CommandException with Exception
James Cammarata committed -
Andrew Resch committed
-
Don't double (or triple) up common error messages
James Cammarata committed -
This way we won't overwrite values that are stored in the inject with module_vars that should be lower precedence. Fixes #7510
James Cammarata committed -
James Cammarata committed
-
Evgenii Terechkov committed
-
process_common_errors() was called thrice, each time appending to the existing error message, and leading to confusing repetition in the message that was finally displayed. Fixes #7498
Abhijit Menon-Sen committed -
Add `upgrade_all` option to homebrew module.
James Cammarata committed -
Daniel Jaouen committed
-
Addresses multiple issues when using su on freebsd including * su prompt differs between platforms, so turned that check into a regex comparison instead of a simple string comparison * not using '-c' after su causes problems, so added that for all platforms * fixed quoting issues due to multiple uses of '-c' introduced by the above fix Fixes #7503 Fixes #7507
James Cammarata committed -
Fix typo requird -> required
James Cammarata committed -
Aleksey Khudyakov committed
-
- 22 May, 2014 2 commits
-
-
Add notes to rax_dns and rax_dns_record to recommend using serial: 1
Michael DeHaan committed -
Matt Martz committed
-
- 21 May, 2014 15 commits
-
-
Update django_manage `command` argument description
James Cammarata committed -
Don't use listify_ function, when all we want to do is template variable...
James Cammarata committed -
The docs were a little bit out of date with what commands are available to be run. They also didn't explain that you could pass custom commands - I almost went down the path of trying to run our custom management commands with the generic Ansible `command` module.
Michael Warkentin committed -
Fixes #7403
James Cammarata committed -
EC2: stopped instances can also be terminated
James Cammarata committed -
James Cammarata committed
-
WAKAYAMA shirou committed
-
WAKAYAMA shirou committed
-
Atlas Health committed
-
James Cammarata committed
-
James Cammarata committed
-
Merge branch 'multi-word-mysql-grant-example' of https://github.com/webmat/ansible into webmat-multi-word-mysql-grant-example
James Cammarata committed -
now module searches for update-alternatives vs hardcoding it
James Cammarata committed -
Brian Coca committed
-
- 20 May, 2014 3 commits
-
-
Andrew Snare committed
-
Since the filter list contains hosts, passing that back to list_hosts() in the inventoy causes issues when the hostname is an IPv6 address (with :'s interpreted as group unions). Since we already have the list of hosts, we should not need to pass that back through inventory a second time. Fixes #7446
James Cammarata committed -
Mathieu Martin committed
-