fix update_cache for docker-host
This commit is contained in:
parent
b00985c080
commit
792f1d09a9
2 changed files with 2 additions and 2 deletions
|
@ -40,6 +40,7 @@ The **patch** part is incremented if multiple releases happen the same month
|
|||
* bind: Update AppArmor rules
|
||||
* certbot: let's encrypt commit hook deal only with /etc/letsencrypt
|
||||
* docker-host: install docker compose and buildx by default
|
||||
* docker-host: fix update cache for install task
|
||||
* docker-host: split tasks in different task files
|
||||
* Elastic Stack : default to version 8.x
|
||||
* evocheck: upstream release 24.08
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
- docker-buildx-plugin
|
||||
- docker-compose-plugin
|
||||
update_cache: true
|
||||
cache_valid_time: 3600
|
||||
|
||||
- name: Package python-docker is installed
|
||||
ansible.builtin.apt:
|
||||
|
@ -85,4 +84,4 @@
|
|||
ansible.builtin.apt:
|
||||
name: python3-docker
|
||||
state: present
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
when: ansible_python_version is version('3', '>=')
|
||||
|
|
Loading…
Reference in a new issue