matrix-docker-ansible-deploy/roles/matrix-base/tasks/server_base
Jan 0ed585baa7
Archlinux: remove package systemd-timesyncd
#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 2453876eb9/roles/matrix-base/tasks/server_base/setup_archlinux.yml (L7)
2021-09-26 11:48:03 +02:00
..
setup.yml Add support for CentOS (Stream) 8 2021-06-12 10:49:38 +02:00
setup_archlinux.yml Archlinux: remove package systemd-timesyncd 2021-09-26 11:48:03 +02:00
setup_centos.yml Only install docker-python if matrix_docker_installation_enabled 2020-04-17 09:45:35 +03:00
setup_centos8.yml Add support for CentOS (Stream) 8 2021-06-12 10:49:38 +02:00
setup_debian.yml docker-ce is now available for Debian Bullseye 2021-08-16 08:44:02 -05:00
setup_raspbian.yml Move python{,3}-docker installation to another task 2020-12-17 11:49:56 +02:00