mirror of
https://github.com/luzifer-ansible/logrotate.git
synced 2024-12-22 17:51:17 +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
|
- name: Ensure logrotate is installed
|
||||||
apt:
|
apt:
|
||||||
name: logrotate
|
name: logrotate
|
||||||
|
cache_valid_time: 86400
|
||||||
|
|
||||||
- name: Get logrotate version
|
- name: Get logrotate version
|
||||||
command: 'logrotate --version'
|
command: 'logrotate --version'
|
||||||
|
|
Loading…
Reference in a new issue