Fixed a typo in user_guide/playbooks_conditinals (#72427)

+label: docsite_pr
pull/72441/head
Kohei Takahashi 4 years ago committed by GitHub
parent 809d5fc398
commit 2e4038f4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,7 +295,7 @@ Ansible expands this at execution time to the equivalent of::
# this task sets a value for x
- name: Do the task if "x" is not defined
ansible.builin.debug:
ansible.builtin.debug:
var: x
when: x is not defined
# Ansible skips this task, because x is now defined

Loading…
Cancel
Save