浏览代码

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)
pull/1299/head
Jan 4 年前
committed by GitHub
父节点
当前提交
0ed585baa7
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      roles/matrix-base/tasks/server_base/setup_archlinux.yml

+ 0
- 1
roles/matrix-base/tasks/server_base/setup_archlinux.yml 查看文件

@@ -4,7 +4,6 @@
pacman:
name:
- python-docker
- systemd-timesyncd
# TODO This needs to be verified. Which version do we need?
- fuse3
- python-dnspython


正在加载...
取消
保存