Misc typo fix (#76008)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/75950/head
Abhijeet Kasurde 3 years ago committed by GitHub
parent e53982cd09
commit 1ea74f4dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,7 +193,7 @@ Forcing the data type
You can cast values as certain types. For example, if you expect the input "True" from a :ref:`vars_prompt <playbooks_prompts>` and you want Ansible to recognize it as a boolean value instead of a string::
- debug:
- ansible.builtin.debug:
msg: test
when: some_string_value | bool

Loading…
Cancel
Save