diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-04-17 13:32:37 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-04-17 13:32:37 +0200 |
commit | 96a4bafa0f159f14bcbe6743b1a98ea76e7bef21 (patch) | |
tree | a7eb19389f079dbf6d9d4944d1f43c2be35a0d5c /ansible/roles/nfs/molecule/default/cleanup.yml | |
parent | 45fa0030abb4c013722f68c1ef23d53ba1d1620e (diff) |
Sanitize Molecule code for 'nfs' role
Cleaning up of nfs mounts should only happen
on clients, not on server itself.
Explicit declaration of 'cleanup' stage playbook
not needed as it's in the default location.
Change-Id: I54e00220048f01160c15fc9631ae62586596114c
Issue-ID: OOM-1809
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/roles/nfs/molecule/default/cleanup.yml')
-rw-r--r-- | ansible/roles/nfs/molecule/default/cleanup.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/nfs/molecule/default/cleanup.yml b/ansible/roles/nfs/molecule/default/cleanup.yml index a085bd5a..af47ed82 100644 --- a/ansible/roles/nfs/molecule/default/cleanup.yml +++ b/ansible/roles/nfs/molecule/default/cleanup.yml @@ -1,6 +1,5 @@ --- - name: Cleanup - hosts: all - ignore_unreachable: true + hosts: all:!nfs-server roles: - cleanup-nfs |