diff --git a/.gitmodules b/.gitmodules index 8a6d4dc..a93a9ad 100644 --- a/.gitmodules +++ b/.gitmodules @@ -93,3 +93,6 @@ [submodule "roles/l3d.gopass"] path = roles/l3d.gopass url = https://github.com/roles-ansible/ansible_role_gopass.git +[submodule "roles/l3d.etesync_dav"] + path = roles/l3d.etesync_dav + url = https://github.com/roles-ansible/ansible_role_etesync_dav.git diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 6c9713b..3b87f58 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 6c9713b36c076204a7b29781dd3c3a006c6beb52 +Subproject commit 3b87f5807051338a8d980298b288c094f32a6383 diff --git a/collections/ansible_collections/l3d/avahi b/collections/ansible_collections/l3d/avahi index 2bb8ba4..22f3cb7 160000 --- a/collections/ansible_collections/l3d/avahi +++ b/collections/ansible_collections/l3d/avahi @@ -1 +1 @@ -Subproject commit 2bb8ba441001a14b407fb3b6adf429132e06d03b +Subproject commit 22f3cb7f4988830c8143107e25dd16b0d77f63dc diff --git a/roles/do1jlr.i3wm b/roles/do1jlr.i3wm index 41a3891..8132222 160000 --- a/roles/do1jlr.i3wm +++ b/roles/do1jlr.i3wm @@ -1 +1 @@ -Subproject commit 41a389130b9732572498de0b493f0f7fec8af3a2 +Subproject commit 8132222178321af430ad7815ad61eb8d2a53807a diff --git a/roles/l3d.etesync_dav b/roles/l3d.etesync_dav new file mode 160000 index 0000000..0b9d7c4 --- /dev/null +++ b/roles/l3d.etesync_dav @@ -0,0 +1 @@ +Subproject commit 0b9d7c40e5818d2276c4086cf1c8ba530fdb2f28 diff --git a/roles/l3d.gopass b/roles/l3d.gopass index 3e2a8fc..4c54f6b 160000 --- a/roles/l3d.gopass +++ b/roles/l3d.gopass @@ -1 +1 @@ -Subproject commit 3e2a8fceaa6d6d4a34cdd204ddf0492af05d92e7 +Subproject commit 4c54f6b2493ff80f41de32f5cb5f1e21b3d38a6a diff --git a/roles/l3d.ntp b/roles/l3d.ntp index ee881e6..75f4efd 160000 --- a/roles/l3d.ntp +++ b/roles/l3d.ntp @@ -1 +1 @@ -Subproject commit ee881e6b0a206585ae836cdbaeb33dd3a5d2fe61 +Subproject commit 75f4efdab0d7383e32f1d6ede38f9d3a07e17863 diff --git a/roles/l3d.packages b/roles/l3d.packages index f8287d0..b59d6ca 160000 --- a/roles/l3d.packages +++ b/roles/l3d.packages @@ -1 +1 @@ -Subproject commit f8287d04a188d5a1b6c843323c2d6c2c2be85ff1 +Subproject commit b59d6caa54c0bfb917ca06179c411c160b3b0cfb diff --git a/site.yml b/site.yml index a7a29ba..a895352 100644 --- a/site.yml +++ b/site.yml @@ -12,6 +12,7 @@ - {role: l3d.ntp, tags: ntp} - {role: l3d.avahi.client, tags: avahi} - {role: l3d.avahi.daemon, tags: avahi} + - {role: l3d.etesync_dav, tags: [etebase, etesync, dav]} - {role: gantsign.bat, tags: bat} # - {role: arch-fonts, tags: [font, fonts, arch-fonts]} - {role: l3d.gopass, tags: gopass}