$ ansible-playbook playtest.yml -v
PLAY [127.0.0.1] **************************************************************
GATHERING FACTS *************************************************************** ok: [127.0.0.1]
ok: [127.0.0.1] => {"changed": false, "msg": "
- stringy_var(<type 'unicode'>) : asdf(<type 'unicode'>) ||
- inty_var(<type 'unicode'>) : 3(<type 'int'>) ||
- floaty_var(<type 'unicode'>) : 123.21(<type 'float'>) || "}
ok: [127.0.0.1] => (item={'inty': 3, 'floaty': 123.21, 'stringy': 'asdf'}) => {"changed": false, "item": {"floaty": 123.21, "inty": 3, "stringy": "asdf"}, "msg": "
- stringy_var(<type 'unicode'>) : asdf(<type 'unicode'>) ||
- inty_var(<type 'unicode'>) : 3(<type 'unicode'>) ||
- floaty_var(<type 'unicode'>) : 123.21(<type 'unicode'>) || "}
ok: [127.0.0.1] => (item={'inty': 3, 'floaty': 123.21, 'stringy': 'asdf'}) => {"changed": false, "item": {"floaty": 123.21, "inty": 3, "stringy": "asdf"}, "msg": "
- stringy_var(<type 'unicode'>) : asdf(<type 'unicode'>) ||
- inty_var(<type 'unicode'>) : 3(<type 'unicode'>) ||
- floaty_var(<type 'unicode'>) : 123.21(<type 'unicode'>) || "}
PLAY RECAP ******************************************************************** 127.0.0.1 : ok=4 changed=0 unreachable=0 failed=0