Skip to content

Commit d17adbd

Browse files
authored
Merge pull request #73 from DO1JLR/up
update submodules
2 parents ff548d5 + 65760f6 commit d17adbd

File tree

9 files changed

+12
-14
lines changed

9 files changed

+12
-14
lines changed

.gitmodules

-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[submodule "roles/dotfiles"]
2-
path = roles/dotfiles
3-
url = https://github.com/roles-ansible/ansible_role_dotfiles.git
4-
branch = main
51
[submodule "roles/authorized_keys"]
62
path = roles/do1jlr.auth
73
url = https://github.com/roles-ansible/ansible_role_auth.git
@@ -49,9 +45,6 @@
4945
[submodule "roles/gantsign.bat"]
5046
path = roles/gantsign.bat
5147
url = https://github.com/gantsign/ansible_role_bat.git
52-
[submodule "roles/l3d.ntp"]
53-
path = roles/l3d.ntp
54-
url = https://github.com/roles-ansible/ansible_role_ntp.git
5548
[submodule "collections/ansible_collections/l3d/avahi"]
5649
path = collections/ansible_collections/l3d/avahi
5750
url = https://github.com/roles-ansible/ansible_collection_avahi.git
Submodule general updated 1240 files
Submodule wm updated 1 file

group_vars/work.yml

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ l3d_users__additional_groups: ['libvirt']
2020
# l3d.packages
2121
packages__install_extra_packages:
2222
- virt-manager
23+
2324
# gopass dir
2425
gopass_prefix: 'private/'
2526

@@ -30,3 +31,9 @@ sway__user_list:
3031
home: "/home/l3d"
3132
- user: 'lilian'
3233
home: '/home/lilian'
34+
35+
# Collection l3d.users
36+
## l3d.users.dotfiles
37+
l3d_users__dotfiles__variables:
38+
- {var: "EDITOR", command: "/usr/bin/vim"}
39+
- {var: "VISUAL", command: "/usr/bin/vim"}

roles/dotfiles

-1
This file was deleted.

roles/l3d.ntp

-1
This file was deleted.

0 commit comments

Comments
 (0)