From 76f7f70c1d9fd9383648729e28a65f12be18b44a Mon Sep 17 00:00:00 2001 From: josiah Date: Fri, 13 Nov 2020 22:53:18 -0600 Subject: [PATCH] Change this to only deploy to hatchery. --- ansible/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/all.yml b/ansible/all.yml index 3fec9d2..6961b5a 100644 --- a/ansible/all.yml +++ b/ansible/all.yml @@ -17,7 +17,7 @@ - name: Configure home-net base packages - hosts: home + hosts: hatchery.home.jowj.net gather_facts: no roles: - { name: home-net, tags: ['base'] }