mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
remove the grobisplitter parts from batcave role. The playbook calls grobisplitter role so different jobs would replace different files.
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user