bugfix:TSG-7773:7400环境升级后tfe未成功启动
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user