From dd1f1b2ff52889b11dd0686c122b85de9275796e Mon Sep 17 00:00:00 2001 From: 崔一鸣 Date: Wed, 15 Jan 2020 13:39:34 +0800 Subject: 更新kni到3.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/kni/files/kni-3.0.0.4484554-1.el7.x86_64.rpm | Bin 87832 -> 0 bytes .../kni/files/kni-debug-3.0.1.f81dd69-1.el7.x86_64.rpm | Bin 0 -> 63980 bytes .../kni-debug-debuginfo-3.0.1.f81dd69-1.el7.x86_64.rpm | Bin 0 -> 34324 bytes .../files/kni-debuginfo-3.0.0.4484554-1.el7.x86_64.rpm | Bin 34360 -> 0 bytes roles/kni/tasks/main.yml | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 roles/kni/files/kni-3.0.0.4484554-1.el7.x86_64.rpm create mode 100644 roles/kni/files/kni-debug-3.0.1.f81dd69-1.el7.x86_64.rpm create mode 100644 roles/kni/files/kni-debug-debuginfo-3.0.1.f81dd69-1.el7.x86_64.rpm delete mode 100644 roles/kni/files/kni-debuginfo-3.0.0.4484554-1.el7.x86_64.rpm diff --git a/roles/kni/files/kni-3.0.0.4484554-1.el7.x86_64.rpm b/roles/kni/files/kni-3.0.0.4484554-1.el7.x86_64.rpm deleted file mode 100644 index e7a226a..0000000 Binary files a/roles/kni/files/kni-3.0.0.4484554-1.el7.x86_64.rpm and /dev/null differ diff --git a/roles/kni/files/kni-debug-3.0.1.f81dd69-1.el7.x86_64.rpm b/roles/kni/files/kni-debug-3.0.1.f81dd69-1.el7.x86_64.rpm new file mode 100644 index 0000000..0e9c9ea Binary files /dev/null and b/roles/kni/files/kni-debug-3.0.1.f81dd69-1.el7.x86_64.rpm differ diff --git a/roles/kni/files/kni-debug-debuginfo-3.0.1.f81dd69-1.el7.x86_64.rpm b/roles/kni/files/kni-debug-debuginfo-3.0.1.f81dd69-1.el7.x86_64.rpm new file mode 100644 index 0000000..2290e12 Binary files /dev/null and b/roles/kni/files/kni-debug-debuginfo-3.0.1.f81dd69-1.el7.x86_64.rpm differ diff --git a/roles/kni/files/kni-debuginfo-3.0.0.4484554-1.el7.x86_64.rpm b/roles/kni/files/kni-debuginfo-3.0.0.4484554-1.el7.x86_64.rpm deleted file mode 100644 index c5c4159..0000000 Binary files a/roles/kni/files/kni-debuginfo-3.0.0.4484554-1.el7.x86_64.rpm and /dev/null differ diff --git a/roles/kni/tasks/main.yml b/roles/kni/tasks/main.yml index f73a257..eda0cf6 100644 --- a/roles/kni/tasks/main.yml +++ b/roles/kni/tasks/main.yml @@ -7,7 +7,7 @@ - name: "install kni rpms from localhost" yum: name: - - /tmp/ansible_deploy/kni-3.0.0.4484554-1.el7.x86_64.rpm + - /tmp/ansible_deploy/kni-debug-3.0.1.f81dd69-1.el7.x86_64.rpm state: present - name: Template the kni.conf -- cgit v1.2.3