1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Adding gopass role

This commit is contained in:
L3D 2023-09-29 23:57:05 +02:00
parent 1e55488fcb
commit 8546b51ba7
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -90,3 +90,6 @@
[submodule "roles/l3d.packages"] [submodule "roles/l3d.packages"]
path = roles/l3d.packages path = roles/l3d.packages
url = https://github.com/roles-ansible/ansible_role_packages.git url = https://github.com/roles-ansible/ansible_role_packages.git
[submodule "roles/l3d.gopass"]
path = roles/l3d.gopass
url = https://github.com/roles-ansible/ansible_role_gopass.git

1
roles/l3d.gopass Submodule

@ -0,0 +1 @@
Subproject commit 8d980b256ff8d93b836d80c7c85c18a1ba0bb2f5

View file

@ -14,6 +14,7 @@
- {role: l3d.avahi.daemon, tags: avahi} - {role: l3d.avahi.daemon, tags: avahi}
- {role: gantsign.bat, tags: bat} - {role: gantsign.bat, tags: bat}
# - {role: arch-fonts, tags: [font, fonts, arch-fonts]} # - {role: arch-fonts, tags: [font, fonts, arch-fonts]}
- {role: l3d.gopass, tags: gopass}
- {role: do1jlr.i3wm, tags: i3wm} - {role: do1jlr.i3wm, tags: i3wm}
# - name: user specific setup # - name: user specific setup