Compare commits

..

No commits in common. "7005344a5b4e5cd9ebb212ee7206a11490e20b24" and "d8238d04c2795b51cf3acb215c5cf0ee92a45cc1" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ 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: started
state: enabled
enabled: true
- name: Set hostname "{{ evolinux_hostname }}"