Remove always tag from playbook

This commit is contained in:
Alexander Grothe 2017-12-22 14:25:54 +01:00
parent 98674ffc4f
commit 8d201c2e62
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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