Open j3k0 opened 8 years ago
When using command-line provided variables, ansible is lost with variable types (and even | int filter won't help).
| int
Marathon refuses to launch when "instance" is "3" and not 3 (just an example). This should fix the issue.
"instance"
"3"
3
This PR will force ports to be ints, cpus and mem to be floats, etc.
Fix #1
When using command-line provided variables, ansible is lost with variable types (and even
| int
filter won't help).Marathon refuses to launch when
"instance"
is"3"
and not3
(just an example). This should fix the issue.This PR will force ports to be ints, cpus and mem to be floats, etc.
Fix #1