增加同步渲染monitor脚本的逻辑
This commit is contained in:
parent
2b00681464
commit
5b18d66375
|
@ -8,5 +8,8 @@
|
||||||
vars:
|
vars:
|
||||||
log_type: "{{ item }}"
|
log_type: "{{ item }}"
|
||||||
with_items: "{{ deploy_logs }}"
|
with_items: "{{ deploy_logs }}"
|
||||||
|
|
||||||
|
- name: Update Alerts Script With Cron
|
||||||
|
ansible.builtin.shell: "svn up /data/ops/script/monitor.sh; chmod 755 /data/ops/script/monitor.sh"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue