From fe952c38968cf68cb1003cec42b6b56f1bee8b2c Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 6 May 2019 13:17:25 +0200 Subject: 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 --- ansible/roles/nfs/molecule/default/cleanup.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible') 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 -- cgit