From b003cb01c788eccc94844fd110cebd0a02cf4445 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 7 Nov 2015 22:21:04 +0000 Subject: [PATCH] Fix tags --- roles/autosigner/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/autosigner/tasks/main.yml b/roles/autosigner/tasks/main.yml index 51c37f71bd..58418e754d 100644 --- a/roles/autosigner/tasks/main.yml +++ b/roles/autosigner/tasks/main.yml @@ -41,6 +41,7 @@ - name: fedmsg endpoints config copy: src=endpoints.py dest=/etc/fedmsg.d/endpoints.py + tags: - autosigner - config - fedmsgdconfig