diff options
author | 2019-06-13 11:41:24 +0200 | |
---|---|---|
committer | 2019-06-24 14:57:29 +0200 | |
commit | 7238ccf32f392fb7805e1ae2f3f951c39237de57 (patch) | |
tree | f42c973a75b07bb0bc63beac6013cbd8e405e972 /ansible/roles | |
parent | 70f9f3024318d7e85c3dabe430175dcf03540a0e (diff) |
Add cleanup stage to 'nexus' role test
List of docker images to download/cleanup by the
prepare and cleanup stages is now defined in one
place (prepare-nexus role defaults) for clarity and
ease of management.
Change-Id: I4c18912fd8c5eadc4d68e1bc10f5c2251d58634e
Issue-ID: OOM-1915
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles')
-rw-r--r-- | ansible/roles/nexus/molecule/default/cleanup.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/roles/nexus/molecule/default/cleanup.yml b/ansible/roles/nexus/molecule/default/cleanup.yml new file mode 100644 index 00000000..1517e53e --- /dev/null +++ b/ansible/roles/nexus/molecule/default/cleanup.yml @@ -0,0 +1,8 @@ +--- +- name: Cleanup + hosts: all + ignore_unreachable: true + vars_files: + - ../../defaults/main.yml + roles: + - cleanup-nexus |