summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 3de3e8f..47f8d56 100644
--- a/README.txt
+++ b/README.txt
@@ -20,7 +20,9 @@ There are currently no secrets stored in dotfiles, therefore it is possible to
install dotfiles to localhost without decrypting Ansible Vault.
$ touch /tmp/ansible.cfg
-$ ANSIBLE_CONFIG=/tmp/ansible.cfg ansible-playbook dotfiles.yml
+$ ANSIBLE_CONFIG=/tmp/ansible.cfg \
+ ansible-playbook dotfiles.yml \
+ --extra-vars "user=`whoami`"
ROTATE VAULT PASSWORD