From 5ffba04ef0b3d806e1d874f389a551eb4c7f0358 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 13 Jan 2023 21:47:17 +0100 Subject: [PATCH] Don't uninstall docker. --- tests/integration/targets/connection_docker/shutdown.yml | 1 + tests/integration/targets/connection_docker_api/shutdown.yml | 1 + tests/integration/targets/connection_nsenter/shutdown.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/integration/targets/connection_docker/shutdown.yml b/tests/integration/targets/connection_docker/shutdown.yml index e01d1210..e10fff5d 100644 --- a/tests/integration/targets/connection_docker/shutdown.yml +++ b/tests/integration/targets/connection_docker/shutdown.yml @@ -13,3 +13,4 @@ - docker-ce - docker-ce-cli state: absent + when: false diff --git a/tests/integration/targets/connection_docker_api/shutdown.yml b/tests/integration/targets/connection_docker_api/shutdown.yml index e01d1210..e10fff5d 100644 --- a/tests/integration/targets/connection_docker_api/shutdown.yml +++ b/tests/integration/targets/connection_docker_api/shutdown.yml @@ -13,3 +13,4 @@ - docker-ce - docker-ce-cli state: absent + when: false diff --git a/tests/integration/targets/connection_nsenter/shutdown.yml b/tests/integration/targets/connection_nsenter/shutdown.yml index e01d1210..e10fff5d 100644 --- a/tests/integration/targets/connection_nsenter/shutdown.yml +++ b/tests/integration/targets/connection_nsenter/shutdown.yml @@ -13,3 +13,4 @@ - docker-ce - docker-ce-cli state: absent + when: false