dce45e02bf
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cpio#b2d7cef5976b300ce3f2580046e97b0124804777
15 lines
269 B
YAML
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
|