summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-05-06 13:17:25 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-05-10 07:08:46 +0000
commitfe952c38968cf68cb1003cec42b6b56f1bee8b2c (patch)
treec044118b3d9a6247283b9e332e047cebad60421f
parentb7f4912590d581d2a2e77e0126a487f428e8e5bd (diff)
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 <b.grzybowski@partner.samsung.com>
-rw-r--r--ansible/roles/nfs/molecule/default/cleanup.yml1
1 files changed, 1 insertions, 0 deletions
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