summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/tasks/templated_integers.yml
blob: 59c4530a5c83472cf5280eba1fd6a359e97f6536 (plain)
1
2
3
4
5
- debug:
    msg: foo
  retries: "{{ 2 }}" # <-- valid
  port: "{{ 80 }}" # <-- valid
  poll: "{{ 2 }}" # <-- valid