From: Bartek Grzybowski Date: Mon, 6 May 2019 11:17:25 +0000 (+0200) Subject: Fix 'cleanup' stage in 'nfs' role test X-Git-Tag: 6.0.0-ONAP~213 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fe952c38968cf68cb1003cec42b6b56f1bee8b2c;p=oom%2Foffline-installer.git Fix 'cleanup' stage in 'nfs' role test 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 --- diff --git a/ansible/roles/nfs/molecule/default/cleanup.yml b/ansible/roles/nfs/molecule/default/cleanup.yml index af47ed82..477b9dca 100644 --- a/ansible/roles/nfs/molecule/default/cleanup.yml +++ b/ansible/roles/nfs/molecule/default/cleanup.yml @@ -1,5 +1,6 @@ --- - name: Cleanup hosts: all:!nfs-server + ignore_unreachable: true roles: - cleanup-nfs