From 8d201c2e6225cda4dcd3c73dee494f6bf040c4e1 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Fri, 22 Dec 2017 14:25:54 +0100 Subject: [PATCH] Remove always tag from playbook --- Manual.org | 2 -- yavdr07.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/Manual.org b/Manual.org index 5d9cc87..0656d8e 100644 --- a/Manual.org +++ b/Manual.org @@ -192,8 +192,6 @@ The ~yavdr07.yml~ playbook sets up a fully-featured yaVDR installation: # to play and eject optical media - wakeup # set up wakeup methods for rtc etc. - grub-config # configure grub - tags: - - always handlers: - import_tasks: handlers/main.yml diff --git a/yavdr07.yml b/yavdr07.yml index ef3ef03..c0f183a 100644 --- a/yavdr07.yml +++ b/yavdr07.yml @@ -33,8 +33,6 @@ # to play and eject optical media - wakeup # set up wakeup methods for rtc etc. - grub-config # configure grub - tags: - - always handlers: - import_tasks: handlers/main.yml