Skip to content

Commit cf10f05

Browse files
committed
1 parent 5c17f62 commit cf10f05

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- include: apt.yml
2-
- include: security.yml
1+
- import_tasks: apt.yml
2+
- import_tasks: security.yml

ansible/roles/web/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
tags:
3434
- fixtures
3535

36-
- include: sentry.yml
36+
- import_tasks: sentry.yml

ansible/roles/web/tasks/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
- include: redis.yml
2-
- include: nginx.yml
3-
- include: letsencrypt.yml
4-
- include: django.yml
5-
- include: pretalx.yml
1+
- import_tasks: redis.yml
2+
- import_tasks: nginx.yml
3+
- import_tasks: letsencrypt.yml
4+
- import_tasks: django.yml
5+
- import_tasks: pretalx.yml

0 commit comments

Comments
 (0)