From 132a1393a537a7434f561b3634a88bccb6c66044 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 16 Mar 2021 19:54:22 -0500 Subject: [PATCH] Add names. Only use tasks: once. --- local.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/local.yml b/local.yml index e62801e..a53d23d 100644 --- a/local.yml +++ b/local.yml @@ -122,15 +122,12 @@ - include: tasks/server/onlyoffice.yml when: onlyoffice is defined and ansible_pkg_mgr == "apt" - tasks: - include: tasks/server/grafana.yml when: grafana is defined and ansible_pkg_mgr == "apt" - tasks: - include: tasks/server/influxdb.yml when: influxdb is defined and ansible_pkg_mgr == "apt" - tasks: - include: tasks/server/telegraf.yml when: telegraf is defined and ansible_pkg_mgr == "apt"