gd/ci/rhel-9.yml

15 lines
249 B
YAML
Raw Normal View History

2021-03-22 10:03:08 +00:00
---
# vim: sw=2 ts=2 et
- hosts: localhost
tasks:
- name: Install necessary test dependencies for RHEL 9
dnf:
state: present
name:
- coreutils
- systemd
- systemd-container
- util-linux