mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-14 04:09:11 -07:00
Optimize away a string replacement :-)
This commit is contained in:
parent
4010f79441
commit
4add30c96e
2 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue