From 1224356d2e37ca57748cadeb2b3c78360aa54166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 11 Apr 2020 14:07:51 +0200 Subject: [PATCH] Give configure task a proper name --- playbook.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 39b420d..2b5f0d3 100644 --- a/playbook.yml +++ b/playbook.yml @@ -1,4 +1,5 @@ -- hosts: localhost +- name: configure system + hosts: localhost connection: local become: false tasks: