将hasp_update从1.0.0更新到1.0.1: TSG-9684hasp_update运行CI时同时构建CentOS7/CentOS8运行环境的安装包

This commit is contained in:
luwenpeng
2022-03-14 11:48:50 +08:00
parent 24d964e765
commit 2c3693201e
3 changed files with 2 additions and 2 deletions

View File

@@ -11,13 +11,13 @@
- name: "hasp_update rpm install: copy file to device"
copy:
src: '{{ role_path }}/files/hasp_update-1.0.0.fab0aed-1.el7.x86_64.rpm'
src: '{{ role_path }}/files/hasp_update-1.0.1.b836a3b-1.el7.x86_64.rpm'
dest: /tmp/ansible_deploy/
- name: "hasp_update rpm install: install hasp_update"
yum:
name:
- "/tmp/ansible_deploy/hasp_update-1.0.0.fab0aed-1.el7.x86_64.rpm"
- "/tmp/ansible_deploy/hasp_update-1.0.1.b836a3b-1.el7.x86_64.rpm"
state: present
- name: "Create /etc/tsg/licence/ directory if it does not exist"