From 5b82dcfed97eda6ef028f7fa800b6a951db9d604 Mon Sep 17 00:00:00 2001 From: Markus Brechtel Date: Thu, 23 Jan 2020 11:12:27 +0000 Subject: [PATCH] remove clean tasks file --- tasks/clean.yaml | 7 ------- tasks/main.yaml | 2 -- 2 files changed, 9 deletions(-) delete mode 100644 tasks/clean.yaml diff --git a/tasks/clean.yaml b/tasks/clean.yaml deleted file mode 100644 index a733c7a..0000000 --- a/tasks/clean.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- - - -# - name: ensure old packages are absent -# apt: -# pkg: -# state: absent diff --git a/tasks/main.yaml b/tasks/main.yaml index 3c95e57..2805a8c 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -18,8 +18,6 @@ - import_tasks: network.yaml -- import_tasks: clean.yaml - - import_role: name: screensaver - import_tasks: backgrounds.yaml