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