[stable-2.6] Start dbus when setting up postgresql tests.
(cherry picked from commit c309570540
)
Co-authored-by: Matt Clay <matt@mystile.com>
This commit is contained in:
parent
4b5aed4e5a
commit
c64e9736a3
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@
|
|||
- 'default{{ python_suffix }}.yml'
|
||||
paths: '../vars'
|
||||
|
||||
- name: make sure the dbus service is started under systemd
|
||||
systemd:
|
||||
name: dbus
|
||||
state: started
|
||||
when: ansible_service_mgr == 'systemd' and ansible_distribution == 'Fedora'
|
||||
|
||||
# Make sure we start fresh
|
||||
- name: stop postgresql service
|
||||
service: name={{ postgresql_service }} state=stopped
|
||||
|
|
Loading…
Reference in a new issue