Add in the tasks to playbook for scripts to run

This commit is contained in:
Stephen Smoogen 2020-12-08 11:25:26 -05:00
parent e3ae9a8c13
commit 5df198ba30

View file

@ -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