Compare commits

...

2 Commits

Author SHA1 Message Date
William Hirigoyen 7005344a5b evolinux-base: ensure dbus enabled and started
gitea/ansible-roles/pipeline/head This commit looks good Details
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
* evolinux-base: ensure dbus is started and enabled (not by default in the case of an offline netinst)
### Removed
### Security

View File

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