diff --git a/playbook.yml b/playbook.yml index a268f54..f8730ec 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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'" }