From 89a2c40d5e17c7f1a646977d278766edbf2cebf1 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 17 Mar 2020 06:18:40 +0100 Subject: [PATCH] Fix: WARNING about apt syntax --- tasks/deb_CLI_packages.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tasks/deb_CLI_packages.yml b/tasks/deb_CLI_packages.yml index 4acfb4e..b89c41b 100644 --- a/tasks/deb_CLI_packages.yml +++ b/tasks/deb_CLI_packages.yml @@ -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