Add in the tasks to playbook for scripts to run
This commit is contained in:
parent
e3ae9a8c13
commit
5df198ba30
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue