Fix: WARNING about apt syntax
This commit is contained in:
parent
6464f85a75
commit
89a2c40d5e
@ -27,10 +27,9 @@
|
||||
|
||||
- name: deb_CLI_packages -- Install extra CLI packages
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
state: present
|
||||
with_items:
|
||||
- moc
|
||||
- newsboat
|
||||
- pass
|
||||
when: not minimal or not server
|
||||
|
Loading…
Reference in New Issue
Block a user