Fix: WARNING about apt syntax

This commit is contained in:
Bertrand Benjamin 2020-03-17 06:18:40 +01:00
parent 6464f85a75
commit 89a2c40d5e
1 changed files with 4 additions and 5 deletions

View File

@ -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