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