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