CI: Remove dbus from bindep and playbooks

Change-Id: I8b4e649e24871b1191dba39d766b6c133c7e8f24
This commit is contained in:
Michal Nasiadka 2020-02-17 11:07:19 +01:00 committed by Radosław Piliszek
parent 8829c5aa72
commit 220b21a844
2 changed files with 0 additions and 7 deletions

View File

@ -1,4 +1,3 @@
dbus [platform:dpkg]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
gcc [platform:rpm]

View File

@ -22,12 +22,6 @@
command: python3 -m pip install -U virtualenv
become: True
- name: Install dbus for debian system
apt: name=dbus
when:
- ansible_os_family == 'Debian'
become: true
- name: Ensure /tmp/logs/ dir
file:
path: "{{ logs_dir }}"