mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 16:39:08 -07:00
Remove dead 'vault_password' play attribute (#41847)
This commit is contained in:
parent
9bf22309b3
commit
dbff49dee0
2 changed files with 0 additions and 2 deletions
|
@ -65,7 +65,6 @@ class Play(Base, Taggable, Become):
|
|||
# Variable Attributes
|
||||
_vars_files = FieldAttribute(isa='list', default=[], priority=99)
|
||||
_vars_prompt = FieldAttribute(isa='list', default=[], always_post_validate=True)
|
||||
_vault_password = FieldAttribute(isa='string', always_post_validate=True)
|
||||
|
||||
# Role Attributes
|
||||
_roles = FieldAttribute(isa='list', default=[], priority=90)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue