Skip to content

Commit 0ed585b

Browse files
authored
Archlinux: remove package systemd-timesyncd
spantaleev#1192 lead to the following error for me on Archlinux: `TASK [matrix-base : Install host dependencies] ******************************************************************************************************************************* fatal: [matrix.***.de]: FAILED! => changed=false msg: |- failed to install systemd-timesyncd: error: target not found: systemd-timesyncd` There is no package called `systemd-timesyncd` on Archlinux. The service is installed with the [`systemd`](https://archlinux.org/packages/core/x86_64/systemd/) package itself. I suggest removing the `systemd-timesyncd` from https://github.com/sakkiii/matrix-docker-ansible-deploy/blob/2453876eb9a463eb6e327a9f771ea2a29b9cdc49/roles/matrix-base/tasks/server_base/setup_archlinux.yml#L7
1 parent 31396f0 commit 0ed585b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/matrix-base/tasks/server_base/setup_archlinux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
pacman:
55
name:
66
- python-docker
7-
- systemd-timesyncd
87
# TODO This needs to be verified. Which version do we need?
98
- fuse3
109
- python-dnspython

0 commit comments

Comments
 (0)