将hasp_update从1.0.0更新到1.0.1: TSG-9684hasp_update运行CI时同时构建CentOS7/CentOS8运行环境的安装包
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user