1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixes for pep8 and rstcheck issues.

This commit is contained in:
Matt Clay 2017-05-05 10:27:45 +08:00
parent d31a09ceb7
commit cec2b960f8
2 changed files with 76 additions and 76 deletions

View file

@ -139,5 +139,5 @@ Task
- **until:** UNDOCUMENTED!! - **until:** UNDOCUMENTED!!
- **vars:** Dictionary/map of variables - **vars:** Dictionary/map of variables
- **when:** Conditional expression, determines if an iteration of a task is run or not. - **when:** Conditional expression, determines if an iteration of a task is run or not.
- **with_<lookup_plugin>:** with_ is how loops are defined, it can use any available lookup plugin to generate the item list - **with_<lookup_plugin>:** with\_ is how loops are defined, it can use any available lookup plugin to generate the item list