Ansible Module ansible.builtin.fail: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Ansible Concepts =Overview=") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://docs.ansible.com/ansible/latest/collections/ansible/builtin/fail_module.html#ansible-collections-ansible-builtin-fail-module | |||
=Internal= | =Internal= | ||
* [[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: ...