community.general/tests/integration/targets/dnf_versionlock/tasks/install.yml

7 lines
106 B
YAML

---
- name: Install dnf versionlock plugin
dnf:
name: dnf-plugin-versionlock
state: present
...