1
0
Fork 0
forked from cisti/infra
infra/roles/caddy/tasks/packages-apt.yml
2020-09-29 00:16:08 +02:00

18 lines
342 B
YAML

---
- name: Update cache
apt:
update_cache: true
cache_valid_time: 43200 # 12 hours
# This is required because it provides the /bin/kill binary used in the service file
- name: Install procps
apt:
name: procps
state: present
- name: Install libcap
apt:
name: libcap2-bin
state: present
when: caddy_setcap