diff options
| author | liuxueli <[email protected]> | 2020-10-17 10:36:19 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-10-17 10:36:19 +0800 |
| commit | 2b2cbf4113d25c17c38d6ae445e5d8e128e2da8b (patch) | |
| tree | 67e5c9436d8acbe129290f79140c5b9d9a0c2ffb /roles/packet_dump/tasks | |
| parent | 0f2b89512f4c74b364c8ef209b454ce945775318 (diff) | |
更新tsg_master及packet_dump相应的RPM包
Diffstat (limited to 'roles/packet_dump/tasks')
| -rw-r--r-- | roles/packet_dump/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/packet_dump/tasks/main.yml b/roles/packet_dump/tasks/main.yml index 3b11657..504a61f 100644 --- a/roles/packet_dump/tasks/main.yml +++ b/roles/packet_dump/tasks/main.yml @@ -1,6 +1,6 @@ - name: "copy packet_dump rpm to destination server" copy: - src: "{{ role_path }}/files/packet_dump-1.0.2.90c24cb-2.el7.x86_64.rpm" + src: "{{ role_path }}/files/packet_dump-1.0.3.a3f1a99-2.el7.x86_64.rpm" dest: /tmp/ansible_deploy/ - name: "copy packet_dump.service to destination server" @@ -12,7 +12,7 @@ - name: "install packet_dump rpm from localhost" yum: name: - - /tmp/ansible_deploy/packet_dump-1.0.2.90c24cb-2.el7.x86_64.rpm + - /tmp/ansible_deploy/packet_dump-1.0.3.a3f1a99-2.el7.x86_64.rpm state: present - name: "Template the packet_dump.conf" |
