diff options
| author | fumingwei <[email protected]> | 2020-10-19 20:55:52 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2020-10-19 20:55:52 +0800 |
| commit | ed6f5c3d3b9fa7f07fa6105943eaaacee9c22471 (patch) | |
| tree | 4f34a313e295511af177b2b7a53b55adb7fe012b /roles/packet_dump/tasks/main.yml | |
| parent | b0c9ea045b2753f02c4014018814f2a426027ed1 (diff) | |
| parent | 93fc4a94b8afdc78dd509faee0ecc7783a8a30fc (diff) | |
Merge branch 'tsg-version20.11.rc1-deploy-firewall' into tsg-version20.11.rc1-deploy
# Conflicts:
# roles/sapp/tasks/main.yml
更新firewall相关RPM包
Diffstat (limited to 'roles/packet_dump/tasks/main.yml')
| -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 504a61f..199a4ec 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.3.a3f1a99-2.el7.x86_64.rpm" + src: "{{ role_path }}/files/packet_dump-1.0.4.82e85d1-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.3.a3f1a99-2.el7.x86_64.rpm + - /tmp/ansible_deploy/packet_dump-1.0.4.82e85d1-2.el7.x86_64.rpm state: present - name: "Template the packet_dump.conf" |
