mirror of
https://github.com/luzifer-ansible/logrotate.git
synced 2024-12-22 09:41:19 +00:00
Use cache_valid_time
for apt module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1ceacb7cf3
commit
e3c7d045ce
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
- name: Ensure logrotate is installed
|
||||
apt:
|
||||
name: logrotate
|
||||
cache_valid_time: 86400
|
||||
|
||||
- name: Get logrotate version
|
||||
command: 'logrotate --version'
|
||||
|
|
Loading…
Reference in a new issue