From eb5ee8fd1208f9c9707624399cd8cbc8d06a301b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 17 Mar 2020 05:58:16 +0100 Subject: [PATCH] Fix: remove prompt -- in pacman name --- tasks/prompt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prompt.yml b/tasks/prompt.yml index f732cee..8e3a737 100644 --- a/tasks/prompt.yml +++ b/tasks/prompt.yml @@ -1,7 +1,7 @@ --- - name: prompt -- Install prompt (Archlinux) pacman: - name: prompt -- "{{ prompt }}" + name: "{{ prompt }}" state: present when: ansible_distribution != 'Debian'