mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-03 19:54:04 +00:00
9 lines
194 B
YAML
9 lines
194 B
YAML
- name: Ensure packages for some requirements are installed
|
|
dnf:
|
|
name:
|
|
- libffi-devel
|
|
- zbar-devel
|
|
- zbar
|
|
- python3-docopt
|
|
update_cache: yes
|
|
state: present
|