- 23 Jul, 2015 17 commits
-
-
James Cammarata committed
-
* Don't reference __class__ when we can use the instance itself * use isdisjoint() as it can stop once a match is found * Remove a condtional that was taken care of in the conditonal just above
Toshio Kuratomi committed -
adding display to plugins and start moving debug to display
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Avoid too broad except in Inventory
James Cammarata committed -
Update man1
Brian Coca committed -
Toshio Kuratomi committed
-
Brian Coca committed
-
Preserve OLDPWD in hacking/env-setup
Brian Coca committed -
Sheldon Hearn committed
-
snetting committed
-
Brian Coca committed
-
v2: Fixing delegate_to when using a variable
James Cammarata committed -
fixed file lookup pathing in dwim functinos, now does specific paths and priorities and is commented fixes #11672 as cwd is now not part of thos paths: if full path is supplied, used that
Brian Coca committed -
Andrew Hamilton committed
-
- 22 Jul, 2015 17 commits
-
-
Fixes #11695
James Cammarata committed -
Fixes #11693
James Cammarata committed -
Fixes #11641
James Cammarata committed -
* enable batch mode (configurable with a config option, on by default) for sftp transfers, so we can catch errors more easily * general cleanup in the local connection plugin and fetch action plugin Fixes #11612
James Cammarata committed -
James Cammarata committed
-
Also adds meta tasks to the list of tasks excluded from tag filtering Fixes #11574
James Cammarata committed -
Toshio Kuratomi committed
-
* added pattern matching to match v1 functionality * check the task name, not the task+role name for matches * make sure the input is unicode Fixes #11692
James Cammarata committed -
Fixes #11691
James Cammarata committed -
snetting committed
-
Fixes #11530
James Cammarata committed -
8935 rebase: add «-o outputfile» and -n(oexec) options to hacking/test-module
Brian Coca committed -
More complex example of using test-module
Brian Coca committed -
Abhijit Menon-Sen committed
-
test-module is useful but sometimes you want to edit the result before running it to e.g. set a debug point. Added a noexecute option (i.e. just create the module script, don't run it) and an output option to choose the filename of the result.
Will Thames committed -
Remove mention of 'apache example'
Brian Coca committed -
Removed explicit mention of 'apache'
Jeff Widman committed
-
- 21 Jul, 2015 6 commits
-
-
Fix: add missing import 'locale'
Brian Coca committed -
ZviRackover committed
-
Fix formatting of Groups of Groups
Brian Coca committed -
* Prompt had to be moved up, as it needed to be done before the first templating of the play occurs, otherwise vars_files won't be templated properly * Fixed a bug related to an earlier fix of vars_files incorporating extra vars to do the templating of the file name Fixes #11404
James Cammarata committed -
The example in the Groups of Groups section was being rendered as a quote. Switching to the `::` notation causes it to render as preformatted text instead. This could have also been done with a `.. code:` block, but I chose to be consistent with other sections in the document.
Andy Dirnberger committed -
Toshio Kuratomi committed
-