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:
parent
e0ed87d060
commit
02e9d16cbd
5 changed files with 7 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
1
collections/ansible_collections/l3d/time
Submodule
1
collections/ansible_collections/l3d/time
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 1a200d3fb93c0ee1745e5a62f93ac0e27f63482a
|
|
@ -1 +1 @@
|
|||
Subproject commit a3ac34e33dda8a0d5633ee8bb111aea6ddf62a90
|
||||
Subproject commit 09864d03a24a4ba3049e4825c3e045295ed2a670
|
2
site.yml
2
site.yml
|
@ -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]}
|
||||
|
|
Loading…
Reference in a new issue