Optimize away a string replacement :-)

This commit is contained in:
Toshio Kuratomi 2015-01-14 09:15:30 -08:00
parent 4010f79441
commit 4add30c96e
2 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,7 @@
ANSIBLE_VERSION = "<<ANSIBLE_VERSION>>"
MODULE_ARGS = "<<INCLUDE_ANSIBLE_MODULE_ARGS>>"
MODULE_ARGS = ""
MODULE_COMPLEX_ARGS = "<<INCLUDE_ANSIBLE_MODULE_COMPLEX_ARGS>>"
BOOLEANS_TRUE = ['yes', 'on', '1', 'true', 1]