bugfix:TSG-X-P0804环境下,在执行provision-config-apply过程中重启tfe-env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user