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

update ntp

This commit is contained in:
L3D 2023-12-13 03:10:17 +01:00
parent e0ed87d060
commit 02e9d16cbd
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
5 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View file

@ -68,3 +68,6 @@
[submodule "roles/l3d.etesync_dav"]
path = roles/l3d.etesync_dav
url = https://github.com/roles-ansible/ansible_role_etesync_dav.git
[submodule "collections/ansible_collections/l3d/time"]
path = collections/ansible_collections/l3d/time
url = https://github.com/roles-ansible/ansible_collection_time.git

@ -1 +1 @@
Subproject commit 21cd65fccf41d3c365572ec7f443214ba474f125
Subproject commit 838e4e3f0230a89e35e7f10a54f3e7d56f4cb50d

@ -0,0 +1 @@
Subproject commit 1a200d3fb93c0ee1745e5a62f93ac0e27f63482a

@ -1 +1 @@
Subproject commit a3ac34e33dda8a0d5633ee8bb111aea6ddf62a90
Subproject commit 09864d03a24a4ba3049e4825c3e045295ed2a670

View file

@ -8,7 +8,7 @@
hosts: all
roles:
- {role: l3d.packages, tags: [packages, apt]}
- {role: l3d.ntp, tags: ntp}
- {role: l3d.time.ntp, tags: ntp}
- {role: l3d.avahi.client, tags: avahi}
- {role: l3d.avahi.daemon, tags: avahi}
- {role: l3d.etesync_dav, tags: [etebase, etesync, dav]}