From 5c859418d487c53b8483836255bfd0345b165c6d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 17 Aug 2021 22:07:47 +0200 Subject: [PATCH] add the main tasks to the playbook --- desktop.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop.yml b/desktop.yml index 759b1ab..3ef6e9a 100644 --- a/desktop.yml +++ b/desktop.yml @@ -3,4 +3,5 @@ become: true roles: - common - - desktop + tasks: + - import_tasks: tasks/main.yml