only run interception role when var is defined

This commit is contained in:
Pig Monkey 2020-12-30 18:57:09 -08:00
parent 461d842645
commit 7454571fba

View file

@ -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'" }