Compare commits

...

2 commits

Author SHA1 Message Date
William Hirigoyen 7005344a5b evolinux-base: ensure dbus enabled and started
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
2022-12-19 17:07:18 +01:00
William Hirigoyen 144c723e87 Revert "evolinux-base: ensure dbus enabled and started"
This reverts commit d8238d04c2.
2022-12-19 17:04:42 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Fixed ### Fixed
* evolinux-base: ensure dbus is started and enabled (not by default in the case of an offline netinst)
### Removed ### Removed
### Security ### Security

View file

@ -7,7 +7,7 @@
- name: dbus is enabled and started - name: dbus is enabled and started
service: service:
name: dbus name: dbus
state: enabled state: started
enabled: true enabled: true
- name: Set hostname "{{ evolinux_hostname }}" - name: Set hostname "{{ evolinux_hostname }}"