cpio/ci/fedora-rawhide.yaml
Petr Šabata dce45e02bf RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/cpio#b2d7cef5976b300ce3f2580046e97b0124804777
2020-10-14 23:14:40 +02:00

15 lines
269 B
YAML

---
# vim: sw=2 ts=2 et
- hosts: localhost
tasks:
- name: Install necessary test dependencies for fedora-rawhide
dnf:
state: present
name:
- coreutils
- systemd
- systemd-container
- util-linux