matrix-docker-ansible-deploy/roles/matrix-base/tasks
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
..
server_base Archlinux: remove package systemd-timesyncd 2021-09-26 11:48:03 +02:00
clean_up_old_files.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
main.yml Do not fail if _matrix-identity DNS SRV record missing 2021-03-30 11:24:04 +03:00
sanity_check.yml Add sanity check for server architecture 2021-04-10 16:14:32 -05:00
setup_matrix_base.yml Revert "Work around buggy docker_network sometimes failing to work" 2020-12-05 19:02:10 +01:00
setup_matrix_user.yml Do not create /home/matrix when creating the matrix user 2020-09-29 18:14:37 +03:00
setup_well_known.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00