From e4a44181f7fe9783454c002c70b0d6a7bba45f5c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 4 Aug 2017 20:41:10 +0000 Subject: [PATCH] Tag this role with its own name. --- roles/packager_alias/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/packager_alias/tasks/main.yml b/roles/packager_alias/tasks/main.yml index 8a6ae1f659..b22c4892e9 100644 --- a/roles/packager_alias/tasks/main.yml +++ b/roles/packager_alias/tasks/main.yml @@ -9,6 +9,7 @@ mode: 0755 tags: - install + - packager_alias - name: Install the script to generate the -owner email alias copy: @@ -19,6 +20,7 @@ mode: 0755 tags: - install + - packager_alias # # Since this host has mail aliases, it's a mail hub. Compress logs since there will be a ton of them @@ -28,3 +30,4 @@ copy: src=syslog dest=/etc/logrotate.d/syslog owner=root group=root tags: - install + - packager_alias