Skip to content

Commit

Permalink
Fix missing ansible dependency
Browse files Browse the repository at this point in the history
When running the playbook on Fedora, encountered this error:

```
TASK [Containers using cgroups and/or systemd after 7.5 are permitted] *********
task path: /go/src/github.com/kubernetes-incubator/cri-o/contrib/test/integration/system.yml:130
fatal: [localhost]: FAILED! => {
    "changed": false
}

MSG:
---
This module requires libsemanage-python support
```

Fix this by including the necessary RPMs in the packages-to-install list.

Signed-off-by: Chris Evich <cevich@redhat.com>
  • Loading branch information
cevich committed May 16, 2018
1 parent 6b66270 commit 756c17d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/test/integration/system.yml
Expand Up @@ -26,6 +26,8 @@
- libgpg-error-devel
- libguestfs-tools
- libseccomp-devel
- libselinux-python
- libsemanage-python
- libvirt-client
- libvirt-python
- libxml2-devel
Expand Down

0 comments on commit 756c17d

Please sign in to comment.