Skip to content

ansible-101: add exercise on string conversion/troubleshooting #32

@ioggstream

Description

@ioggstream
- hosts: localhost
  vars:
  - pi: 3.14
  tasks:
  - when: >-
      pi in '3.1415926539'
    debug:
      msg: |-
        {{ ( a | string ) in '3.1415926539' }}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions