fix ansible-lint errors

This commit is contained in:
Sergey Malyuk
2025-12-17 18:06:01 +03:00
parent 5b6ecbd32d
commit d89bc09b92
5 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
---
- name: "Install packages"
ansible.builtin.apt:
name: [ acl, unzip ]
name: [acl, unzip]
state: present
update_cache: true
cache_valid_time: 3600