Skip to content
Snippets Groups Projects
Commit 220b21a8 authored by Michal Nasiadka's avatar Michal Nasiadka Committed by Radosław Piliszek
Browse files

CI: Remove dbus from bindep and playbooks

Change-Id: I8b4e649e24871b1191dba39d766b6c133c7e8f24
parent 8829c5aa
No related branches found
No related tags found
No related merge requests found
dbus [platform:dpkg]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
gcc [platform:rpm]
......
......@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment