diff --git a/tasks/main.yml b/tasks/main.yml index 7910deb..2798c49 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -33,6 +33,9 @@ group: "root" mode: 0600 +- name: Debug ansible_service_mgr + debug: msg="{{ ansible_service_mgr }}" + - include_tasks: configure-Systemd.yml when: ansible_service_mgr == 'systemd'