Merge branch 'docker_setup'

This commit is contained in:
Stefan Haun 2020-12-12 14:11:48 +01:00
commit be5aaadbdc
6 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
ansible_python_interpreter: /usr/bin/python3
roles:
- role: docker
- role: docker_setup
vars:
docker_data_root: "/srv/docker"
- role: apache

View file

@ -5,7 +5,7 @@
ansible_python_interpreter: /usr/bin/python3
roles:
- role: docker
- role: docker_setup
- role: apache
tasks: