From 5de561dec3ecaf0d7989e379f611a09c86401abc Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 6 Jun 2020 18:32:39 -0400 Subject: [PATCH] make sure every task has a tag --- roles/grobisplitter/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/grobisplitter/tasks/main.yml b/roles/grobisplitter/tasks/main.yml index a96cf9c634..4857cacf5b 100644 --- a/roles/grobisplitter/tasks/main.yml +++ b/roles/grobisplitter/tasks/main.yml @@ -28,3 +28,5 @@ copy: src={{item}} dest=/etc/cron.d/ mode=0644 with_items: - rhel8-split.cron + tags: + - grobi