Merge "CI: Remove dbus from bindep and playbooks"

This commit is contained in:
Zuul 2020-02-20 20:13:18 +00:00 committed by Gerrit Code Review
commit ef3b410ede
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 }}"