mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
parent
3ee2501c83
commit
49a1472656
2 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,8 @@ class Task(Base, Conditional, Taggable, Become):
|
|||
raise AnsibleError("you must specify a value when using %s" % k, obj=ds)
|
||||
new_ds['loop_with'] = loop_name
|
||||
new_ds['loop'] = v
|
||||
display.deprecated("with_ type loops are being phased out, use the 'loop' keyword instead", version="2.9")
|
||||
# FIXME: reenable afte 2.5
|
||||
# display.deprecated("with_ type loops are being phased out, use the 'loop' keyword instead", version="2.10")
|
||||
|
||||
def preprocess_data(self, ds):
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue