Skip to content

Commit 2bbc9bd

Browse files
committed
Fix deprecated ansible functions
1 parent 5cdaae0 commit 2bbc9bd

File tree

1 file changed

+3
-3
lines changed
  • infrastructure/ansible/roles/docker/handlers

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
- include: reload_ufw.yml
3-
- include: reload_docker.yml
4-
- include: restart_docker.yml
2+
- import_tasks: reload_ufw.yml
3+
- import_tasks: reload_docker.yml
4+
- import_tasks: restart_docker.yml

0 commit comments

Comments
 (0)