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'