mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user