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 5cdaae0 commit 2bbc9bdCopy full SHA for 2bbc9bd
infrastructure/ansible/roles/docker/handlers/main.yml
@@ -1,4 +1,4 @@
1
---
2
-- include: reload_ufw.yml
3
-- include: reload_docker.yml
4
-- include: restart_docker.yml
+- import_tasks: reload_ufw.yml
+- import_tasks: reload_docker.yml
+- import_tasks: restart_docker.yml
0 commit comments