- 25 Aug, 2014 11 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Name appears to be a required parameter for cron module
James Cammarata committed -
module docker - expose will fail to port forward network connections if there are spaces in the CSV value
James Cammarata committed -
now acl expands tildes
James Cammarata committed -
Hostname strategy implementation for OpenRC based systems (e.g. Gentoo)
James Cammarata committed -
The "name" parameter seems to be rather important as the identifying feature of a cron job. This is an update to the documentation to further emphasize this.
Matt Parker committed -
As far as I can tell, `name` is a required parameter. The guard test at (now) line 458 says you need name if `state == present` and at 464 if `state != present`, although that's not quite as clear. Each of the code paths at 485 - 495 pass the name param through to `add_job`, `update_job` and `remove_job`, and the actual _update_job method earlier seems to require it too. However I don't really know python so I may be wrong, but I can't see the circumstances when `name` is not required.
Matt Parker committed -
Make sure cmd is UTF8 encoded before splitting. Fixes regression introduced by 80df2135.
Chris Church committed
-
- 24 Aug, 2014 2 commits
-
-
Brian Coca committed
-
Eric D. White committed
-
- 23 Aug, 2014 1 commit
-
-
Johann Schmitz committed
-
- 22 Aug, 2014 26 commits
-
-
Michael DeHaan committed
-
Bugfix: #8720 winrm.py: protocol.send_message() crashes with https
Michael DeHaan committed -
Michael DeHaan committed
-
for local usage.
Michael DeHaan committed -
Generate warnings when users are shelling out to commands rather than using modules Can be turned off on a per-action line with the documented warn=False flag. Can be turned off globally using command_warnings = False in ansible config file. Print out warnings using the standard playbook callbacks. Created some additional tests in TestRunner.test_command and also a demonstration playbook.
Will Thames committed -
Chris Baughman committed
-
Update docs to include directories inside group_vars
Michael DeHaan committed -
Fixes #8670
James Cammarata committed -
Unarchive should work when parent directory is not writable
Michael DeHaan committed -
Fixes #8324 Improves #7667
Will Thames committed -
rds_module: Fix AWS connection
Michael DeHaan committed -
Remove galaxy CLI tests that hit bitbucket as bitbucket is hanging tests - maybe replace with nice github examples later :)
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/willthames/ansible
Conflicts: lib/ansible/utils/__init__.py
Michael DeHaan committed -
Also fixes a bug whereby any changes to the route_tables were not properly reflected by setting changed=True. Fixes #8666
James Cammarata committed -
Avoid multiple blank lines with --syntax-check
James Cammarata committed -
Fixed typos
James Cammarata committed -
Corrected a simple syntax error in galaxy
James Cammarata committed -
Fixes #8681
James Cammarata committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Only print a blank line between plays when also doing --list-hosts and/or --list-tasks, otherwise this output just a long list of blank lines, one for each play.
Serge van Ginderachter committed -
Pascal Borreli committed
-
John Dewey committed
-
Ensure that the automated scm determination for github.com repos still copes with .tar.gz archive files. Handling .zip archives is left as an exercise for the interested reader
Will Thames committed
-