Skip to content
Snippets Groups Projects
Commit d9e42927 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#72 Always use import_tasks or include_tasks instead of just include

parent 1848bcc2
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@
- block:
- include: fluentd-client.yml
- import_tasks: fluentd-client.yml
when: '"fluentd-client" not in excluded_roles and fluentd_host is defined and fluentd_host != ""'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment