From 4bbb6e16a8275355c1de6c499f481875b0e22c62 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sun, 20 Dec 2020 07:45:25 -0600 Subject: [PATCH] Do service discovery as well as package discovery --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index cba813d..e88c841 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,7 +9,7 @@ when: - ansible_system == 'Linux' - services is not defined - ansible.builtin.package_facts: + ansible.builtin.service_facts: - name: 'Set timezone' community.general.timezone: hwclock: '{{ timezone_hwclock }}'