Fix: remove prompt -- in pacman name
This commit is contained in:
parent
d821aa4f7e
commit
eb5ee8fd12
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: prompt -- Install prompt (Archlinux)
|
||||
pacman:
|
||||
name: prompt -- "{{ prompt }}"
|
||||
name: "{{ prompt }}"
|
||||
state: present
|
||||
when: ansible_distribution != 'Debian'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user