bugfix:TSG-7773:7400环境升级后tfe未成功启动

This commit is contained in:
fumingwei
2021-09-15 10:21:46 +08:00
parent 2a2af77ccb
commit e7a12dd826

View File

@@ -171,4 +171,11 @@
path: /etc/sudoers
backrefs: yes
regexp: "^(.*Defaults secure_path =.*)$"
line: '\1:/opt/tsg/tsg-os-provision'
line: '\1:/opt/tsg/tsg-os-provision'
- name: 'change ansible hash_behaviour value replace to merge'
lineinfile:
path: /etc/ansible/ansible.cfg
backrefs: yes
regexp: "^(.*#hash_behaviour = replace.*)$"
line: '\1\nhash_behaviour = merge'