Fix: remove prompt -- in pacman name

This commit is contained in:
Bertrand Benjamin 2020-03-17 05:58:16 +01:00
parent d821aa4f7e
commit eb5ee8fd12

View File

@ -1,7 +1,7 @@
---
- name: prompt -- Install prompt (Archlinux)
pacman:
name: prompt -- "{{ prompt }}"
name: "{{ prompt }}"
state: present
when: ansible_distribution != 'Debian'