From 578317123cb519be553bfe526b445eb62cf9c8da Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Tue, 25 Jun 2019 08:31:34 -0400 Subject: [PATCH] Only managed hosts --- site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.yml b/site.yml index c943bf0..cbc8388 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ # Toal Lab Site Playbook - name: Common Lab Machine Setup - hosts: tag_ansible,!switch01 + hosts: tag_ansible become: true roles: - toal-common @@ -29,7 +29,7 @@ - lightbulb-ansiblered-deck - name: Minecraft Systems - hosts: tag_mineos + hosts: tag_mineos:&tag_ansible become: true vars: nodejs_version: "8.x"