mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
This commit is contained in:
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user