shelleg / ansible-role-portainer

Ansible role for installing Portainer
MIT License
44 stars 30 forks source link

Fix: Task: Remove persistent data #13

Closed Laffs2k5 closed 5 years ago

Laffs2k5 commented 5 years ago

Fix: Task: Remove persistent data - Should not include full docker volume path when removing volume on host;

clean-yp.yml When persistent_data_path: /opt/portainer:/data the path passed to Ansible file module will now be: /opt/portainer instead of the full docker volume path /opt/portainer:/data.