Merge pull request #94 from corvus-migratorius/caddy-drop-unzip

Drop the task installing the unnecessary `unzip` package
This commit is contained in:
Alexander Gorelyshev
2026-05-15 15:12:02 +04:00
committed by GitHub

View File

@@ -1,11 +1,4 @@
---
- name: "Install packages"
ansible.builtin.apt:
name: unzip
state: present
update_cache: true
cache_valid_time: 3600
- name: "Create the 'caddy' user"
ansible.builtin.user:
name: caddy