mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
@@ -175,7 +175,7 @@ class VaultCLI(CLI):
|
|||||||
if name:
|
if name:
|
||||||
block_format_var_name = "%s: " % name
|
block_format_var_name = "%s: " % name
|
||||||
|
|
||||||
block_format_header = "%s!vault-encrypted |" % block_format_var_name
|
block_format_header = "%s!vault |" % block_format_var_name
|
||||||
lines = []
|
lines = []
|
||||||
vault_ciphertext = to_text(b_ciphertext)
|
vault_ciphertext = to_text(b_ciphertext)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user