mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
only run interception role when var is defined
This commit is contained in:
parent
461d842645
commit
7454571fba
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
- { role: ssh, tags: ['ssh'] }
|
||||
- { role: dotfiles, tags: ['dotfiles'] }
|
||||
- { role: ssd, tags: ['ssd'] }
|
||||
- { role: interception, tags: ['interception'] }
|
||||
- { role: interception, tags: ['interception'], when: "interception is defined" }
|
||||
- { role: fonts, tags: ['fonts'] }
|
||||
- { role: x, tags: ['x'] }
|
||||
- { role: lightdm, tags: ['lightdm'], when: "display_manager == 'lightdm'" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue