From 7454571fbaff9f44c9bd76d07be28b2b15d47595 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Wed, 30 Dec 2020 18:57:09 -0800 Subject: [PATCH] only run interception role when var is defined --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" }