From b8f1cd800344f1f0a14f95a11cf5499040bfcd34 Mon Sep 17 00:00:00 2001 From: Justin Simon Date: Wed, 1 Jan 2020 22:18:02 -0600 Subject: [PATCH] fix: watchtower refreshing all apps --- programs/watchtower/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/watchtower/app.yml b/programs/watchtower/app.yml index 4669bcd..2aed8c9 100644 --- a/programs/watchtower/app.yml +++ b/programs/watchtower/app.yml @@ -10,7 +10,7 @@ gather_facts: false tasks: - name: Pull Stored Data - shell: 'cat /pg/var/app.list' + shell: 'cat /pg/tmp/watchtower.set' register: programs - name: Deploy watchtower