From 2076233acfc514ae5bb63da6db2ec6e39cb6bb40 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 16 Jun 2020 11:05:32 -0500 Subject: [PATCH] Unalways a bunch of stuff Since localhost-deploy no longer uses tags, it's unnecessary --- site.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site.yml b/site.yml index 657321b..3f2f0ab 100755 --- a/site.yml +++ b/site.yml @@ -4,11 +4,11 @@ - hosts: all roles: - role: common - tags: [ always, common ] - - role: zerotier - tags: [ always, zerotier ] - - role: influxdb tags: [ common ] + - role: zerotier + tags: [ common, zerotier ] + - role: influxdb + tags: [ common, influxdb ] - role: user vars: user_username: salt