From 922acf5f68843f418a2f70a30b62ef9ed8a1ce09 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 15 Nov 2019 18:09:24 +0000 Subject: [PATCH] Fix broken include_role directive --- playbooks/init-credentials.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/init-credentials.yml b/playbooks/init-credentials.yml index 3d9ce94d..555b0ba4 100644 --- a/playbooks/init-credentials.yml +++ b/playbooks/init-credentials.yml @@ -15,7 +15,8 @@ become: no tasks: # Check that "float" is properly set up. - - include_role: float-plugin-check + - include_role: + name: float-plugin-check # Create the paths below credentials_dir that we're going to use. - name: "Create paths below {{ credentials_dir }}" -- GitLab