From ce961a3e63e15658a10c4a9af7c63f5f5b119120 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 9 May 2019 11:53:14 +0200 Subject: Don't set 'container' env in Molecule containers Molecule role tests that use pre build images had superfluous 'container' env variable declaration. It's not needed as this env is already set in Dockerfiles, for both: pre-built and custom built images. Change-Id: Iee9cc38919da894ee6cc6a2a5f1acc60d76865de Issue-ID: OOM-1841 Signed-off-by: Bartek Grzybowski --- ansible/roles/certificates/handlers/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/roles/certificates/handlers/main.yml') diff --git a/ansible/roles/certificates/handlers/main.yml b/ansible/roles/certificates/handlers/main.yml index b2b81223..579b5228 100644 --- a/ansible/roles/certificates/handlers/main.yml +++ b/ansible/roles/certificates/handlers/main.yml @@ -1,5 +1,5 @@ --- - name: Extract root certificate command: /usr/bin/update-ca-trust extract - changed_when: true # this handler is executed just when there is a new cert + changed_when: true # this handler is executed just when there is a new cert notify: Restart Docker -- cgit 1.2.3-korg