Ansible Module ansible.builtin.fail: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[Ansible Concepts#ansible.builtin.fail|Ansible Concepts]] | * [[Ansible Concepts#ansible.builtin.fail|Ansible Concepts]] | ||
=Overview= | =Overview= | ||
<syntaxhighlight lang='yaml'> | |||
- name: ... | |||
fail: | |||
msg: | |||
when: ... | |||
</syntaxhighlight> |
Latest revision as of 05:47, 4 July 2021
External
Internal
Overview
- name: ...
fail:
msg:
when: ...