Skip to content

Commit

Permalink
test installing dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Apr 18, 2024
1 parent 1e7f011 commit ff2ad24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tasks/install.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ff2ad24

Please sign in to comment.