diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-05-09 11:53:14 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-05-09 12:23:39 +0200 |
commit | ce961a3e63e15658a10c4a9af7c63f5f5b119120 (patch) | |
tree | 81c35b52309f3f2dff57b16a6517892a66dc9a93 /ansible/roles/certificates/handlers | |
parent | 029b36f9f0faedc18b032ebb8c598118ff80f67b (diff) |
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/certificates/handlers')
-rw-r--r-- | ansible/roles/certificates/handlers/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |