Skip to content

Commit 8c487be

Browse files
Ansible-Vault password docs change (#5121)
* More specific Signed-off-by: Venkat Ramaraju <[email protected]> * Changes Signed-off-by: Venkat Ramaraju <[email protected]>
1 parent dfcc575 commit 8c487be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/en/docs/building-operators/ansible/reference/advanced_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Ansible-runner will perform the task relevant to the command specified by the us
242242
msg: The decrypted value is {{secret.the_secret}}
243243
```
244244
245-
Now, let's also assume that we have a password file, `pwd.yml`, that contains the password to decrypt the encrypted text. Then, by running the command `ansible-operator run --ansible-args='--vault-password-file pwd.yml'` the operator will read in the encrypted text from the file and perform decryption using the password stored in the `pwd.yml` file:
245+
Now, let's also assume that we have a password file, `pwd.yml`, that contains the password to decrypt the encrypted text. Then, by running the command `ansible-operator run --ansible-args='--vault-password-file /absolute/path/to/pwd.yml'` the operator will read in the encrypted text from the file and perform decryption using the password stored in the `pwd.yml` file:
246246
247247
```
248248
--------------------------- Ansible Task StdOut -------------------------------

0 commit comments

Comments
 (0)