Remove hardcoded command paths in playbook cron usage

This commit is contained in:
Chris van Dijk
2020-05-27 22:52:51 +02:00
parent 6e3b877dc2
commit 74df10633a
3 changed files with 3 additions and 2 deletions

View File

@ -37,6 +37,7 @@ matrix_host_command_sleep: "/usr/bin/env sleep"
matrix_host_command_chown: "/usr/bin/env chown"
matrix_host_command_fusermount: "/usr/bin/env fusermount"
matrix_host_command_openssl: "/usr/bin/env openssl"
matrix_host_command_systemctl: "/usr/bin/env systemctl"
matrix_ntpd_package: "ntp"
matrix_ntpd_service: "{{ 'ntpd' if ansible_os_family == 'RedHat' or ansible_distribution == 'Archlinux' else 'ntp' }}"