bugfix:修改用ansible yum安装时候gpg check error错误
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
- name: "Install tfe from local path"
|
||||
yum:
|
||||
name: "{{ tfe_rpm_fullname.files[0].path }}"
|
||||
state: present
|
||||
state: present
|
||||
disable_gpg_check: yes
|
||||
|
||||
- name: "tfe:copy cert file to device"
|
||||
copy:
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
- name: "Install tsg_diagnose from local path"
|
||||
yum:
|
||||
name: "{{ tsg_diagnose_rpm_fullname.files[0].path }}"
|
||||
state: present
|
||||
state: present
|
||||
disable_gpg_check: yes
|
||||
|
||||
- name: "Templates docker-compose.yml"
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user