Daniel Hokka Zakrisson
|
34f7e6ffa0
|
Pass module arguments as argument instead of keeping it in runner
|
2012-09-23 23:38:26 +02:00 |
|
Daniel Hokka Zakrisson
|
cc948f339c
|
Allow including files through variables
$FILE{file} will be replaced with the contents of "file"
$PIPE{cat file} will be replaced with the output of "cat file"
|
2012-09-19 17:57:17 +02:00 |
|
Michael DeHaan
|
b8c4bb9e6e
|
Revert "Allow including files through variables"
This reverts commit bf47bb4753 .
Conflicts:
lib/ansible/utils.py
test/TestUtils.py
|
2012-09-19 10:31:23 -04:00 |
|
Daniel Hokka Zakrisson
|
bf47bb4753
|
Allow including files through variables
$FILE{file} will be replaced with the contents of "file"
$PIPE{cat file} will be replaced with the output of "cat file"
|
2012-09-17 16:03:59 +02:00 |
|
Michael DeHaan
|
633e513a65
|
Modular server-side actions (squash merge)
|
2012-09-06 18:57:04 -04:00 |
|