From ba42ba214008d7a8c0bda126b1750e7110a71da0 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 8 Nov 2017 10:57:28 +0100 Subject: [PATCH] ansible-playbooks/general#72 Replace include_tasks with import_tasks --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index fd882db..720fcce 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,7 +7,7 @@ - block: - - include_tasks: install.yml + - import_tasks: install.yml - name: 'Remember that this role had been run' set_fact: role_wkhtmltopdf_completed=true -- GitLab