mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-19 14:50:21 -07:00
Fix various RST warnings (#34084)
* Fix various RST warnings * shorter lines
This commit is contained in:
parent
20174f1c47
commit
c50da48049
5 changed files with 20 additions and 23 deletions
|
@ -52,7 +52,7 @@ for aclass in class_list:
|
|||
|
||||
# loop is really with_ for users
|
||||
if name == 'Task':
|
||||
oblist[name]['with_<lookup_plugin>'] = 'DEPRECATED: use ``loop`` instead, with_ used to be how loops were defined, '
|
||||
oblist[name]['with_<lookup_plugin>'] = 'DEPRECATED: use ``loop`` instead, ``with_`` used to be how loops were defined, '
|
||||
'it can use any available lookup plugin to generate the item list'
|
||||
|
||||
# local_action is implicit with action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue