Skip to content

Commit 2453876

Browse files
authored
Update main.yml
1 parent 087a5d6 commit 2453876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/matrix-base/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ matrix_host_command_systemctl: "/usr/bin/env systemctl"
8484
matrix_host_command_sh: "/usr/bin/env sh"
8585

8686
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') else ('ntpd' if ansible_os_family == 'RedHat' or ansible_distribution == 'Archlinux' 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

8989
matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"
9090

0 commit comments

Comments
 (0)