Marko Weltzer
|
7e5b88c3b7
|
fix: all praise the allmighty yamllinter
|
2022-02-05 21:32:54 +01:00 |
|
Slavi Pantaleev
|
4e4fb98a65
|
Do not install fuse unless necessary
Discussed here: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1510
|
2022-01-08 14:14:46 +02:00 |
|
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 https://github.com/sakkiii/matrix-docker-ansible-deploy/blob/2453876eb9a463eb6e327a9f771ea2a29b9cdc49/roles/matrix-base/tasks/server_base/setup_archlinux.yml#L7
|
2021-09-26 11:48:03 +02:00 |
|
sakkiii
|
087a5d62f1
|
systemd-timesyncd for any archlinux version
|
2021-08-31 15:53:59 +05:30 |
|
Alin Trăistaru
|
604e581a97
|
add ntpd defaults
|
2020-04-05 10:00:09 +03:00 |
|
Slavi Pantaleev
|
26b73e3a4b
|
Do not install unnecessary bash-completion
|
2020-03-30 17:00:20 +03:00 |
|
Christian Wolf
|
8c9b5ea6dd
|
Removed a few syntax bugs in Archlinux configuration
|
2020-03-28 13:00:01 +01:00 |
|
Christian Wolf
|
4bc73ff4bb
|
Removed autoinstallation of cron due to documentation
|
2020-03-28 11:57:32 +01:00 |
|
Christian Wolf
|
d84b2868b7
|
Added basic changes to make it compatible with Archlinux
|
2020-03-28 11:39:15 +01:00 |
|