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
|
- name: deb_CLI_packages -- Install extra CLI packages
|
||||||
apt:
|
apt:
|
||||||
name: "{{ item }}"
|
name:
|
||||||
state: present
|
|
||||||
with_items:
|
|
||||||
- moc
|
- moc
|
||||||
- newsboat
|
- newsboat
|
||||||
- pass
|
- pass
|
||||||
|
state: present
|
||||||
when: not minimal or not server
|
when: not minimal or not server
|
||||||
|
Loading…
Reference in New Issue
Block a user