Updated Notes section of the meta (#57921)
Docs: note that 'meta` tasks are handled differently internally than 'normal tasks' so looping on meta tasks is not supported.
This commit is contained in:
parent
f56cf72e2b
commit
a82156a63f
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ notes:
|
||||||
- C(meta) is not really a module nor action_plugin as such it cannot be overwritten.
|
- C(meta) is not really a module nor action_plugin as such it cannot be overwritten.
|
||||||
- C(clear_facts) will remove the persistent facts from M(set_fact) using C(cacheable=True),
|
- C(clear_facts) will remove the persistent facts from M(set_fact) using C(cacheable=True),
|
||||||
but not the current host variable it creates for the current run.
|
but not the current host variable it creates for the current run.
|
||||||
|
- Looping on meta tasks is not supported.
|
||||||
- This module is also supported for Windows targets.
|
- This module is also supported for Windows targets.
|
||||||
seealso:
|
seealso:
|
||||||
- module: assert
|
- module: assert
|
||||||
|
|
Loading…
Reference in a new issue