diff options
Diffstat (limited to 'configure.yml')
| -rw-r--r-- | configure.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.yml b/configure.yml index 78d1569e..cbbff425 100644 --- a/configure.yml +++ b/configure.yml @@ -17,6 +17,7 @@ - role: "rsync" - role: "gpg" - role: "dotfiles" + - role: "password_store" - name: "Ubuntu configure" gather_facts: true @@ -37,6 +38,7 @@ - role: "rsync" - role: "gpg" - role: "dotfiles" + - role: "password_store" - name: "Raspberry Pi configure" gather_facts: true @@ -55,3 +57,4 @@ - role: "grafana" - role: "gpg" - role: "dotfiles" + - role: "password_store" |
