You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- hosts: localhost
vars:
- pi: 3.14
tasks:
- when: >-
pi in '3.1415926539'
debug:
msg: |-
{{ ( a | string ) in '3.1415926539' }}
The text was updated successfully, but these errors were encountered:
ioggstream
changed the title
add exercise on string conversion/troubleshooting
ansible-101: add exercise on string conversion/troubleshooting
Jan 12, 2018
The text was updated successfully, but these errors were encountered: