Add ensure_dbus so that firewalld cli commands work

This commit is contained in:
2026-08-09 11:37:17 -05:00
parent 331f8beb3b
commit 738e938ccc
27 changed files with 288 additions and 1 deletions
@@ -0,0 +1,9 @@
---
# vars file for ensure_dbus
package_list:
- name: dbus
state: present
service_list:
- name: dbus.socket
state: started
enabled: "yes"