mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Specify all variables in the description to make it more clear
This commit is contained in:
parent
8068f23bad
commit
f72d380bcf
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ While all items listed here will show a deprecation warning message, they still
|
|||
* Bare variables in `with_` loops should instead use the “{{var}}” syntax, which helps eliminate ambiguity.
|
||||
* The ansible-galaxy text format requirements file. Users should use the YAML format for requirements instead.
|
||||
* Undefined variables within a `with_` loop’s list currently do not interrupt the loop, but they do issue a warning; in the future, they will issue an error.
|
||||
* Using variables for task parameters is unsafe and will be removed in a future version. For example::
|
||||
* Using dictionary variables to set all task parameters is unsafe and will be removed in a future version. For example::
|
||||
|
||||
- hosts: localhost
|
||||
gather_facts: no
|
||||
|
|
Loading…
Reference in a new issue