1
0
Fork 0

Add usefull utils

This commit is contained in:
Florian RICHER 2023-05-21 20:13:10 +02:00
parent a291e78db6
commit eec2c93282

View file

@ -6,4 +6,10 @@ ansible-galaxy collection install community.docker
```bash
ansible-playbook playbook.yml --ask-become-pass
```
# UTILS
```bash
cd $(docker volume inspect [NAME] | jq -r '.[0].Mountpoint')
```