From 56ed962e541333ddf36ef68f3fe3b46d2666c550 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 19 Sep 2017 10:35:30 +0200 Subject: [PATCH] Replace deprecated "include" directive in Ansible 2.4 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index aa004c6..4724e78 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -42,7 +42,7 @@ state=directory mode='775' - - include: mount.yml + - include_tasks: mount.yml when: sftp_devpath when: '"sftp" not in excluded_roles' -- GitLab