Fix(Choux): Re-write all pacman list install
This commit is contained in:
@@ -30,14 +30,13 @@
|
||||
|
||||
- name: Install extra CLI packages
|
||||
pacman:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
- cups
|
||||
- cups-pdf
|
||||
state: present
|
||||
with_items:
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
- cups
|
||||
- cups-pdf
|
||||
when: not minimal or not server
|
||||
|
||||
- name: enable service cups
|
||||
|
||||
Reference in New Issue
Block a user