remove the grobisplitter parts from batcave role. The playbook calls grobisplitter role so different jobs would replace different files.
This commit is contained in:
parent
60e3ea53b6
commit
669b21fb67
1 changed files with 0 additions and 21 deletions
|
@ -338,27 +338,6 @@
|
|||
- config
|
||||
when: inventory_hostname.startswith('batcave01')
|
||||
|
||||
#
|
||||
# Setup rhel8-split script.
|
||||
#
|
||||
|
||||
- name: setup rhel8-split script
|
||||
copy: src=rhel8-split.sh dest=/usr/local/bin/rhel8-split.sh mode=0755
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
when: inventory_hostname.startswith('batcave01')
|
||||
|
||||
#
|
||||
# Setup rhel8-split cron job
|
||||
#
|
||||
- name: setup rhel8-split cron
|
||||
copy: src=rhel8-split.cron dest=/etc/cron.d/rhel8-split.cron mode=0644
|
||||
tags:
|
||||
- batcave
|
||||
- config
|
||||
when: inventory_hostname.startswith('batcave01')
|
||||
|
||||
#
|
||||
# Setup web server config
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue