diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-09 00:23:04 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | 399826fd634e47134feb919b0ee0805035475fc4 (patch) | |
| tree | 4222cb37b1a60a56795155a0e8a7c82a140b8dd9 /roles/password_store/vars/archlinux.yml | |
| parent | 8dfbe7c57da01ed63fd059f57b8c02102ad80720 (diff) | |
Add password_store role
Diffstat (limited to 'roles/password_store/vars/archlinux.yml')
| -rw-r--r-- | roles/password_store/vars/archlinux.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/password_store/vars/archlinux.yml b/roles/password_store/vars/archlinux.yml new file mode 100644 index 00000000..ad2bce28 --- /dev/null +++ b/roles/password_store/vars/archlinux.yml @@ -0,0 +1,4 @@ +--- +password_store_packages: + - "pass" + - "pass-otp" |
