Drop the task installing the unnecessary unzip package

This commit is contained in:
Alexander Gorelyshev
2026-05-15 15:07:58 +04:00
parent 61fc255332
commit 147a95b854

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