Ansible Module include tasks: Difference between revisions
Jump to navigation
Jump to search
(→when:) |
(→when:) |
||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
=<tt>when:</tt>= | =<tt>when:</tt>= | ||
<code>include_tasks</code> accepts a <code>when | <code>include_tasks</code> accepts a <code>when</code> clause. | ||
<font color=darkgray>TODO: https://docs.ansible.com/ansible/latest/user_guide/playbooks_conditionals.html#conditionals-with-includes</font> | <font color=darkgray>TODO: https://docs.ansible.com/ansible/latest/user_guide/playbooks_conditionals.html#conditionals-with-includes</font> |
Revision as of 05:25, 7 July 2021
External
Internal
Overview
when:
include_tasks
accepts a when
clause.
For more details, see: