Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
CzechLight
/
velia
/
210a8529241ecc1d2ee6e2e3a5581c0926bb4a57
/
.
/
ci
/
pre.yaml
blob: 5ed42731dc2e30a74c82f15066c7fe45901966e6 [
file
] [
log
] [
blame
]
-
hosts:
all
tasks:
-
name:
install systemd
's build deps
shell:
cmd: dnf -y builddep systemd
become: true
- name: install libnl
package:
name: libnl3-devel
state: present
become: true