forked from gergely/calendar-social
9 lines
126 B
YAML
9 lines
126 B
YAML
---
|
|
|
|
- name: Install required packages
|
|
dnf:
|
|
name: "{{ item }}"
|
|
state: present
|
|
with_items:
|
|
- libselinux-python
|