Skip to content

Commit a81230a

Browse files
committed
improve own patch a bit
1 parent fd927b0 commit a81230a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ This software has the same license as Ansible, GPLv3.
5151
This can be useful when, for example, you're interpolating variables
5252
into the `regexp` argument of the built-in `lineinfile` module.
5353

54-
* `vault_from_gpg_agent.py` script that allows ansible's vault to read
55-
its password via gpg-agent. See this [mailing_list_post] for the
56-
rationale. The script can be used like this:
54+
* `vault_from_gpg_agent.py` script that allows `ansible`'s `vault` to
55+
read its password via `gpg-agent`. See this [mailing_list_post] for
56+
the rationale. The script can be used like this:
5757

5858
ansible-playbook setup.yml --vault-password-file vault_from_gpg_agent.py
5959

@@ -64,3 +64,4 @@ This software has the same license as Ansible, GPLv3.
6464
[load_gpg_vars_mod]: http://dsedivec.github.io/ansible-plugins/#load_gpg_vars
6565
[symlink_mod]: http://dsedivec.github.io/ansible-plugins/#symlink
6666
[vault]: http://blog.ansibleworks.com/2014/02/19/ansible-vault/
67+
[mailing_list_post]: http://grokbase.com/t/gg/ansible-project/14810bdwye/read-vault-password-using-gpg-agent

0 commit comments

Comments
 (0)