docker-host: install additional dependencies

This commit is contained in:
Jérémy Lecour 2021-09-30 12:09:11 +02:00 committed by Jérémy Lecour
parent b2f8095d14
commit 5cbfda8f52
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
* Support for Debian 11 « Bullseye » (with possible remaining blind spots)
* apache: new variable for mpm mode (+ updated default config accordingly)
* certbot: add script for manual deploy hooks execution
* docker-host: install additional dependencies
* etc-git: purge old .git/index.lock (default: True)
* evolinux-base: install molly-guard by default
* generate-ldif: detect hardware raid card

View File

@ -40,6 +40,8 @@
apt:
name:
- docker-ce
- docker-ce-cli
- containerd.io
update_cache: yes
- name: python-docker is installed
@ -52,7 +54,7 @@
apt:
name: python3-docker
state: present
when: ansible_distribution_major_version is version('10', '>')
when: ansible_distribution_major_version is version('10', '>=')
- name: Copy Docker daemon configuration file
template: