bugfix:TSG-X-P0804环境下,在执行provision-config-apply过程中重启tfe-env

This commit is contained in:
fumingwei
2022-04-27 11:11:09 +08:00
parent ee99a90a51
commit c29d7f016d

View File

@@ -329,6 +329,14 @@
state: restarted
when: enable_config_apply == '1'
- name: "tsg-os-provision: restart tfe-env"
systemd:
name: tfe-env
state: restarted
when:
- enable_config_apply == '1'
- proxy.enable == 1
- name: "tsg-os-provision: restart tfe"
systemd:
name: tfe