summaryrefslogtreecommitdiff
path: root/roles/packet_dump/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/packet_dump/tasks/main.yml')
-rw-r--r--roles/packet_dump/tasks/main.yml4
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"