Update file main.yml

This commit is contained in:
Administrator 2026-03-24 16:46:32 +05:00
parent 496472e3f8
commit 35d6e04462

View File

@ -33,10 +33,10 @@
become: yes
tags: [docker, deploy_docker]
- name: Remove apt lists cache
file:
path: /var/lib/apt/lists
state: absent
- name: Clean apt lists cache
shell: rm -rf /var/lib/apt/lists/*
args:
warn: false
become: yes
tags: [docker, deploy_docker]