mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #11146 from sivel/issue/11136
Don't set a default on the _become FieldAttribute
This commit is contained in:
@@ -27,7 +27,7 @@ from ansible.playbook.attribute import Attribute, FieldAttribute
|
||||
class Become:
|
||||
|
||||
# Privlege escalation
|
||||
_become = FieldAttribute(isa='bool', default=False)
|
||||
_become = FieldAttribute(isa='bool')
|
||||
_become_method = FieldAttribute(isa='string')
|
||||
_become_user = FieldAttribute(isa='string')
|
||||
_become_pass = FieldAttribute(isa='string')
|
||||
|
||||
Reference in New Issue
Block a user