From 67ae52725ba1280faf1edf6fbeb0227e373f9243 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Mon, 19 Oct 2020 19:04:21 +0800 Subject: cerstore升级 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm | Bin 2123332 -> 0 bytes .../certstore-2.1.3.202010.81eef83-1.el7.x86_64.rpm | Bin 0 -> 2123112 bytes roles/certstore/tasks/main.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 roles/certstore/files/certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm create mode 100644 roles/certstore/files/certstore-2.1.3.202010.81eef83-1.el7.x86_64.rpm diff --git a/roles/certstore/files/certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm b/roles/certstore/files/certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm deleted file mode 100644 index 3514d39..0000000 Binary files a/roles/certstore/files/certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm and /dev/null differ diff --git a/roles/certstore/files/certstore-2.1.3.202010.81eef83-1.el7.x86_64.rpm b/roles/certstore/files/certstore-2.1.3.202010.81eef83-1.el7.x86_64.rpm new file mode 100644 index 0000000..492e276 Binary files /dev/null and b/roles/certstore/files/certstore-2.1.3.202010.81eef83-1.el7.x86_64.rpm differ diff --git a/roles/certstore/tasks/main.yml b/roles/certstore/tasks/main.yml index bc00e5c..d970488 100644 --- a/roles/certstore/tasks/main.yml +++ b/roles/certstore/tasks/main.yml @@ -10,7 +10,7 @@ - name: install certstore yum: name: - - /tmp/ansible_deploy/certstore-2.1.2.20200923.a36312c-1.el7.x86_64.rpm + - /tmp/ansible_deploy/certstore-2.1.3.202010.81eef83-1.el7.x86_64.rpm state: present - name: template certstore configure file -- cgit v1.2.3