Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #98 from sstone1/issue-97
Browse files Browse the repository at this point in the history
Delete peer data volume when state set to absent (resolves #97)
  • Loading branch information
Simon Stone authored Jan 16, 2020
2 parents 4bed693 + 0999df2 commit 8262023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/docker/delete-peer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

- name: Delete peer data volume
docker_volume:
name: "{{ peer.docker.name }}-msp"
name: "{{ peer.docker.name }}-data"
state: absent

- name: Delete CouchDB data volume
Expand Down

0 comments on commit 8262023

Please sign in to comment.