From 5df198ba30bfda06759610da268583175a805ab5 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 8 Dec 2020 11:25:26 -0500 Subject: [PATCH] Add in the tasks to playbook for scripts to run --- 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 4857cacf5b..57741729c8 100644 --- a/roles/grobisplitter/tasks/main.yml +++ b/roles/grobisplitter/tasks/main.yml @@ -21,6 +21,7 @@ with_items: - splitter.py - rhel8-split.sh + - cents8-split.sh tags: - grobi @@ -28,5 +29,6 @@ copy: src={{item}} dest=/etc/cron.d/ mode=0644 with_items: - rhel8-split.cron + - cents8-split.cron tags: - grobi