Skip to content

Commit 96ed5b2

Browse files
committed
docker compatability changes
1 parent 06f488f commit 96ed5b2

File tree

1 file changed

+2
-2
lines changed
  • ansible/roles/species-list/tasks

1 file changed

+2
-2
lines changed

ansible/roles/species-list/tasks/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
when: webserver_nginx
6666

6767
- name: Include docker tasks
68-
include: docker-tasks.yml
68+
include_tasks: docker-tasks.yml
6969
when: deployment_type == 'swarm'
7070

7171
- name: Include VM tasks
72-
include: vm-tasks.yml
72+
include_tasks: vm-tasks.yml
7373
when: deployment_type == 'vm'

0 commit comments

Comments
 (0)