From 3891c83e016ec8d6b5cf457d0a1d7ad02186e4ed Mon Sep 17 00:00:00 2001 From: Patrick Toal Date: Tue, 25 Jun 2019 08:14:01 -0400 Subject: [PATCH] Limit common tasks --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.yml b/site.yml index 4293df6..c943bf0 100644 --- a/site.yml +++ b/site.yml @@ -1,6 +1,6 @@ # Toal Lab Site Playbook - name: Common Lab Machine Setup - hosts: all,!switch01 + hosts: tag_ansible,!switch01 become: true roles: - toal-common