We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c17f62 commit cf10f05Copy full SHA for cf10f05
ansible/roles/common/tasks/main.yml
@@ -1,2 +1,2 @@
1
-- include: apt.yml
2
-- include: security.yml
+- import_tasks: apt.yml
+- import_tasks: security.yml
ansible/roles/web/handlers/main.yml
@@ -33,4 +33,4 @@
33
tags:
34
- fixtures
35
36
-- include: sentry.yml
+- import_tasks: sentry.yml
ansible/roles/web/tasks/main.yml
@@ -1,5 +1,5 @@
-- include: redis.yml
-- include: nginx.yml
3
-- include: letsencrypt.yml
4
-- include: django.yml
5
-- include: pretalx.yml
+- import_tasks: redis.yml
+- import_tasks: nginx.yml
+- import_tasks: letsencrypt.yml
+- import_tasks: django.yml
+- import_tasks: pretalx.yml
0 commit comments