Fix 'cleanup' stage in 'nfs' role test 18/87018/3
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 6 May 2019 11:17:25 +0000 (13:17 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 10 May 2019 07:08:46 +0000 (07:08 +0000)
This commit reverts removal of 'ignore_unreachable'
option in 'cleanup.yml' for 'nfs' role tests in
96a4baf. It's needed for cleanup stage to succeed
if called prior to 'create' stage (default 'test'
matrix behaviour)

Change-Id: I9177fb950786f05a55c45a0089fb3632503f14f5
Issue-ID: OOM-1809
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
ansible/roles/nfs/molecule/default/cleanup.yml

index af47ed8..477b9dc 100644 (file)
@@ -1,5 +1,6 @@
 ---
 - name: Cleanup
   hosts: all:!nfs-server
+  ignore_unreachable: true
   roles:
     - cleanup-nfs