更新tsg_master及packet_dump相应的RPM包

This commit is contained in:
liuxueli
2020-10-17 10:36:19 +08:00
parent 0f2b89512f
commit 2b2cbf4113
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
- name: "copy packet_dump rpm to destination server" - name: "copy packet_dump rpm to destination server"
copy: 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/ dest: /tmp/ansible_deploy/
- name: "copy packet_dump.service to destination server" - name: "copy packet_dump.service to destination server"
@@ -12,7 +12,7 @@
- name: "install packet_dump rpm from localhost" - name: "install packet_dump rpm from localhost"
yum: yum:
name: 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 state: present
- name: "Template the packet_dump.conf" - name: "Template the packet_dump.conf"

View File

@@ -6,6 +6,6 @@
- name: "install tsg_master from localhost" - name: "install tsg_master from localhost"
yum: yum:
name: name:
- /tmp/ansible_deploy/tsg_master-3.3.2.899ae69-2.el7.x86_64.rpm - /tmp/ansible_deploy/tsg_master-3.3.3.46322d0-2.el7.x86_64.rpm
state: present state: present
skip_broken: yes skip_broken: yes