gd/ci/rhel-8.yml

15 lines
249 B
YAML
Raw Permalink Normal View History

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