From 48ec6e949f6523439eedcdf4407495a5c9d75276 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 8 Feb 2019 08:32:24 +0100 Subject: [PATCH] Fix: syntax... --- tasks/prompt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prompt.yml b/tasks/prompt.yml index 374653f..a5b3455 100644 --- a/tasks/prompt.yml +++ b/tasks/prompt.yml @@ -1,7 +1,7 @@ --- - name: Install prompt pacman: - name: {{ prompt }} + name: "{{ prompt }}" state: present - name: Set shell for root