mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
Revert "Properly look for parent become attribute"
This reverts commit 1b46a422aa
.
This commit is contained in:
parent
ca8261ed31
commit
d07d974ad8
2 changed files with 4 additions and 5 deletions
|
@ -417,7 +417,7 @@ class Task(Base, Conditional, Taggable, Become):
|
|||
|
||||
def _get_attr_any_errors_fatal(self):
|
||||
'''
|
||||
Override for the 'any_errors_fatal' getattr fetcher, used from Base.
|
||||
Override for the 'tags' getattr fetcher, used from Base.
|
||||
'''
|
||||
any_errors_fatal = self._attributes['any_errors_fatal']
|
||||
if hasattr(self, '_get_parent_attribute'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue