diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-06 12:09:50 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-06 12:16:15 +0100 |
commit | b6984948ccd39e4aba15f02822703edebecb6bb7 (patch) | |
tree | 81987f45d9dcc723aefc0b769f4c47aefe295a56 /roles/tools | |
parent | c235f9bea368316f1c1a441ebf6877e05e7df21c (diff) | |
download | Ansible-b6984948ccd39e4aba15f02822703edebecb6bb7.tar.gz Ansible-b6984948ccd39e4aba15f02822703edebecb6bb7.tar.zst Ansible-b6984948ccd39e4aba15f02822703edebecb6bb7.zip |
Add gpg configuration, key generation and password store
Diffstat (limited to 'roles/tools')
-rw-r--r-- | roles/tools/tasks/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/tools/tasks/main.yml b/roles/tools/tasks/main.yml index aa61aab..fe5b023 100644 --- a/roles/tools/tasks/main.yml +++ b/roles/tools/tasks/main.yml | |||
@@ -46,3 +46,8 @@ | |||
46 | dest: $XDG_CONFIG_HOME/systemd/user/ | 46 | dest: $XDG_CONFIG_HOME/systemd/user/ |
47 | notify: | 47 | notify: |
48 | - reload systemd | 48 | - reload systemd |
49 | - name: Link password store | ||
50 | file: | ||
51 | path: "$XDG_DATA_HOME/pass" | ||
52 | src: "$XDG_CONFIG_HOME/ansible/password_store" | ||
53 | state: link | ||