From cbcfa6d1f0ca2999775d903fd6d396462237ea58 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sat, 1 Jul 2023 03:26:26 +0200 Subject: [PATCH] tweaking --- installer/install/tpot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index 18afefa9..1263f93a 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -152,7 +152,12 @@ package: name: - docker - - docker-compose + - docker-bash-completion + - docker-buildx + - docker-compose + - docker-compose-switch + - liblvm2cmd2_03 + - lvm2 state: latest update_cache: yes when: ansible_distribution in ["openSUSE Tumbleweed"] @@ -183,7 +188,7 @@ name: docker state: restarted enabled: true - when: ansible_distribution in ["Debian", "Fedora","openSUSE Tumbleweed", "Ubuntu"] + when: ansible_distribution in ["Debian", "Fedora", "openSUSE Tumbleweed", "Ubuntu"] ###################################################### # T-Pot - Adjust configs, add users and groups, etc. #