forked from Netz39_Admin/netz39-infra-ansible
Rename task docker to docker_install
This commit is contained in:
parent
7afcd80bd8
commit
b6eb94e0c4
2 changed files with 1 additions and 1 deletions
2
main.yml
2
main.yml
|
@ -40,7 +40,7 @@
|
||||||
include_tasks: tasks/users.yml
|
include_tasks: tasks/users.yml
|
||||||
|
|
||||||
- name: Setup Docker
|
- name: Setup Docker
|
||||||
include_tasks: tasks/docker.yml
|
include_tasks: tasks/docker_install.yml
|
||||||
|
|
||||||
- name: Setup httpd
|
- name: Setup httpd
|
||||||
include_tasks: tasks/httpd.yml
|
include_tasks: tasks/httpd.yml
|
||||||
|
|
Loading…
Reference in a new issue