diff --git a/tasks/install.yml b/tasks/install.yml index b845aee..757d5ef 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,4 +1,10 @@ --- +- name: "Install dbus" + ansible.builtin.package: + name: dbus + state: present + when: ansible_os_family == "RedHat" + - name: "Ensure netdata service user is present" ansible.builtin.user: name: netdata