Adapt role name in host playbooks

This commit is contained in:
Stefan Haun 2020-12-12 14:09:05 +01:00
parent e1115c9cbd
commit a7ca153cf6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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