fix update_cache for docker-host
Some checks failed
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |0|0|0|0|:clap:
gitea/ansible-roles/pipeline/head There was a failure building this commit

This commit is contained in:
Tom David--Broglio 2024-09-04 15:29:39 +02:00
parent b00985c080
commit 792f1d09a9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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', '>=')