Add tags to certain tasks
This commit is contained in:
parent
f03fe525c7
commit
2d3971a744
1 changed files with 12 additions and 0 deletions
12
playbook.yml
12
playbook.yml
|
|
@ -15,15 +15,27 @@
|
|||
- common
|
||||
tasks:
|
||||
- import_tasks: 'tasks/setup.yml'
|
||||
|
||||
- import_tasks: 'tasks/setup-desktop.yml'
|
||||
when: platform == 'desktop'
|
||||
tags: laptop
|
||||
|
||||
- import_tasks: 'tasks/setup-laptop.yml'
|
||||
when: platform == 'laptop'
|
||||
tags: laptop
|
||||
|
||||
- import_tasks: 'tasks/network.yml'
|
||||
- import_tasks: 'tasks/systemd.yml'
|
||||
|
||||
- import_tasks: 'tasks/git.yml'
|
||||
tags: git
|
||||
|
||||
- import_tasks: 'tasks/mpv.yml'
|
||||
tags: mpv
|
||||
|
||||
- import_tasks: 'tasks/mpd.yml'
|
||||
tags: mpd
|
||||
|
||||
- import_tasks: 'tasks/syncthing.yml'
|
||||
- import_tasks: 'tasks/timer.yml'
|
||||
handlers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue