mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
checkpoint tests: Work around Fedora 32 bug
network-scripts needs dbus-tools to be present to properly communciate with NetworkManager but the dependency is missing and dbus-tools is not installed on the CloudBase images. Therefore, ensure that it is present.
This commit is contained in:
parent
52ca060167
commit
bcef3e23cf
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
- linux-system-roles.network
|
||||
tasks:
|
||||
- block:
|
||||
# Workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1832897
|
||||
- package:
|
||||
name: dbus-tools
|
||||
state: present
|
||||
# create test profile
|
||||
- include_role:
|
||||
name: linux-system-roles.network
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue