mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
parent
7bdbe9ab87
commit
86e4619dcf
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ To encrypt a string read from stdin and name it 'db_password':
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
echo 'letmein' | ansible-vault encrypt_string --vault-id dev@password --stdin-name 'db_password'
|
||||
echo -n 'letmein' | ansible-vault encrypt_string --vault-id dev@password --stdin-name 'db_password'
|
||||
|
||||
Result::
|
||||
|
||||
|
|
Loading…
Reference in a new issue