CI: Remove dbus from bindep and playbooks
Change-Id: I8b4e649e24871b1191dba39d766b6c133c7e8f24
This commit is contained in:
parent
8829c5aa72
commit
220b21a844
@ -1,4 +1,3 @@
|
|||||||
dbus [platform:dpkg]
|
|
||||||
libffi-dev [platform:dpkg]
|
libffi-dev [platform:dpkg]
|
||||||
libffi-devel [platform:rpm]
|
libffi-devel [platform:rpm]
|
||||||
gcc [platform:rpm]
|
gcc [platform:rpm]
|
||||||
|
@ -22,12 +22,6 @@
|
|||||||
command: python3 -m pip install -U virtualenv
|
command: python3 -m pip install -U virtualenv
|
||||||
become: True
|
become: True
|
||||||
|
|
||||||
- name: Install dbus for debian system
|
|
||||||
apt: name=dbus
|
|
||||||
when:
|
|
||||||
- ansible_os_family == 'Debian'
|
|
||||||
become: true
|
|
||||||
|
|
||||||
- name: Ensure /tmp/logs/ dir
|
- name: Ensure /tmp/logs/ dir
|
||||||
file:
|
file:
|
||||||
path: "{{ logs_dir }}"
|
path: "{{ logs_dir }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user