增加同步渲染monitor脚本的逻辑

This commit is contained in:
pengln 2021-12-22 09:13:01 +08:00
parent 2b00681464
commit 5b18d66375
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@
vars:
log_type: "{{ item }}"
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"