mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in command output of encrypt_string example. (#31601)
This commit is contained in:
parent
7fce636c2b
commit
94a558887a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ To encrypt a string provided as a cli arg:
|
|||
|
||||
Result::
|
||||
|
||||
some_foo: !vault |
|
||||
the_secret: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62313365396662343061393464336163383764373764613633653634306231386433626436623361
|
||||
6134333665353966363534333632666535333761666131620a663537646436643839616531643561
|
||||
|
|
Loading…
Reference in a new issue