Remove always tag from playbook
This commit is contained in:
parent
98674ffc4f
commit
8d201c2e62
@ -192,8 +192,6 @@ The ~yavdr07.yml~ playbook sets up a fully-featured yaVDR installation:
|
|||||||
# to play and eject optical media
|
# to play and eject optical media
|
||||||
- wakeup # set up wakeup methods for rtc etc.
|
- wakeup # set up wakeup methods for rtc etc.
|
||||||
- grub-config # configure grub
|
- grub-config # configure grub
|
||||||
tags:
|
|
||||||
- always
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: handlers/main.yml
|
- import_tasks: handlers/main.yml
|
||||||
|
@ -33,8 +33,6 @@
|
|||||||
# to play and eject optical media
|
# to play and eject optical media
|
||||||
- wakeup # set up wakeup methods for rtc etc.
|
- wakeup # set up wakeup methods for rtc etc.
|
||||||
- grub-config # configure grub
|
- grub-config # configure grub
|
||||||
tags:
|
|
||||||
- always
|
|
||||||
|
|
||||||
handlers:
|
handlers:
|
||||||
- import_tasks: handlers/main.yml
|
- import_tasks: handlers/main.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user