File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ matrix_host_command_openssl: "/usr/bin/env openssl"
8383matrix_host_command_systemctl : " /usr/bin/env systemctl"
8484matrix_host_command_sh : " /usr/bin/env sh"
8585
86- matrix_ntpd_package : " {{ 'systemd-timesyncd' if ansible_distribution == 'CentOS' and ansible_distribution_major_version > '7' else 'ntp' }}"
87- matrix_ntpd_service : " {{ 'systemd-timesyncd' if ansible_distribution == 'CentOS' and ansible_distribution_major_version > '7' else ('ntpd' if ansible_os_family == 'RedHat' or ansible_distribution == 'Archlinux' else 'ntp') }}"
86+ matrix_ntpd_package : " {{ 'systemd-timesyncd' if ( ansible_distribution == 'CentOS' and ansible_distribution_major_version > '7') or (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version > '16') else 'ntp' }}"
87+ matrix_ntpd_service : " {{ 'systemd-timesyncd' if ( ansible_distribution == 'CentOS' and ansible_distribution_major_version > '7') or (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version > '16') or ansible_distribution == 'Archlinux' else ('ntpd' if ansible_os_family == 'RedHat ' else 'ntp') }}"
8888
8989matrix_homeserver_url : " https://{{ matrix_server_fqn_matrix }}"
9090
Original file line number Diff line number Diff line change 44 pacman :
55 name :
66 - python-docker
7- - " {{ matrix_ntpd_package }} "
7+ - systemd-timesyncd
88 # TODO This needs to be verified. Which version do we need?
99 - fuse3
1010 - python-dnspython
You can’t perform that action at this time.
0 commit comments