mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Keep things alphabetical in vault option list.
This commit is contained in:
parent
99a339fa7b
commit
4a05310ba0
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ from optparse import OptionParser
|
||||||
# Utility functions for parsing actions/options
|
# Utility functions for parsing actions/options
|
||||||
#-------------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
VALID_ACTIONS = ("create", "decrypt", "edit", "view", "encrypt", "rekey")
|
VALID_ACTIONS = ("create", "decrypt", "edit", "encrypt", "rekey", "view")
|
||||||
|
|
||||||
def build_option_parser(action):
|
def build_option_parser(action):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue