From ca57a7b0e125988d8de857f8d833a9ea8bffb002 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 11 Jun 2019 19:33:33 +0200 Subject: [PATCH] ansible-playbooks/general#85 Name import and include tasks --- tasks/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index f68f2cf..4eb0ba7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,9 +9,11 @@ - block: - - import_tasks: install.yml + - name: Import install + import_tasks: install.yml - - import_tasks: configure.yml + - name: Import configure + import_tasks: configure.yml tags: - configure -- GitLab