mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix comments and error message
This commit is contained in:
committed by
Michael DeHaan
parent
58feee0f45
commit
99a339fa7b
@@ -149,7 +149,7 @@ def execute_decrypt(args, options, parser):
|
||||
def execute_edit(args, options, parser):
|
||||
|
||||
if len(args) > 1:
|
||||
raise errors.AnsibleError("create does not accept more than one filename")
|
||||
raise errors.AnsibleError("edit does not accept more than one filename")
|
||||
|
||||
if not options.password_file:
|
||||
password, new_password = utils.ask_vault_passwords(ask_vault_pass=True)
|
||||
|
||||
Reference in New Issue
Block a user