Skip to content

Commit

Permalink
Revert "don't tempalte register"
Browse files Browse the repository at this point in the history
This reverts commit 7ba790b.

Fixes ansible#15700
  • Loading branch information
jimi-c committed Jun 7, 2016
1 parent 068e447 commit f9803bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/ansible/playbook/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,6 @@ def post_validate(self, templar):

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
Expand Down

0 comments on commit f9803bf

Please sign in to comment.