mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "don't tempalte register"
This reverts commit 7ba790bbaf
.
Fixes #15700
This commit is contained in:
parent
068e447fda
commit
f9803bfcc9
1 changed files with 0 additions and 7 deletions
|
@ -245,13 +245,6 @@ class Task(Base, Conditional, Taggable, Become):
|
|||
|
||||
super(Task, self).post_validate(templar)
|
||||
|
||||
def _post_validate_register(self, attr, value, templar):
|
||||
'''
|
||||
Override post validation for the register args field, which is not
|
||||
supposed to be templated
|
||||
'''
|
||||
return value
|
||||
|
||||
def _post_validate_loop_args(self, attr, value, templar):
|
||||
'''
|
||||
Override post validation for the loop args field, which is templated
|
||||
|
|
Loading…
Reference in a new issue