From 9486f331cad14bee9c562eac9b895718a860ada6 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Jun 2020 09:52:40 -0500 Subject: [PATCH] Configure ansible-pull AFTER setting up all of our common shit god dammit --- site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.yml b/site.yml index 3939594..0a49be8 100755 --- a/site.yml +++ b/site.yml @@ -3,10 +3,10 @@ --- - hosts: all roles: - - role: ansible-pull - tags: [ common ] - role: common tags: [ common ] + - role: ansible-pull + tags: [ common ] - role: zerotier tags: [ common, zerotier ] - role: influxdb