diff options
| author | liuxueli <[email protected]> | 2020-10-17 18:03:27 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-10-17 18:03:27 +0800 |
| commit | 18410aa84a8bec4f511cf053a8dae04986c56269 (patch) | |
| tree | f9a263767173c25cb6dcd1d3678f53f576447271 /roles/tsg_app/tasks | |
| parent | a517b992193f7e6a84e40f49bd9ddeea8e38badc (diff) | |
修正app_proto_identify安装路径
Diffstat (limited to 'roles/tsg_app/tasks')
| -rw-r--r-- | roles/tsg_app/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tsg_app/tasks/main.yml b/roles/tsg_app/tasks/main.yml index 0ab4d80..61dd83c 100644 --- a/roles/tsg_app/tasks/main.yml +++ b/roles/tsg_app/tasks/main.yml @@ -13,7 +13,7 @@ app_packages: - /tmp/ansible_deploy/app_master-1.0.5.5a4fb22-2.el7.x86_64.rpm - /tmp/ansible_deploy/app_control_plug-1.0.3.447fc53-2.el7.x86_64.rpm - - /tmp/ansible_deploy/app_proto_identify-1.0.4.fd3ac1a-2.el7.x86_64.rpm + - /tmp/ansible_deploy/app_proto_identify-1.0.5.5c5342a-2.el7.x86_64.rpm - /tmp/ansible_deploy/app_sketch_local-1.0.4.0edaf58-2.el7.x86_64.rpm when: tsg_app_enable == 1 |
