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