bugfix:修改用ansible yum安装时候gpg check error错误

This commit is contained in:
fumingwei
2022-04-14 15:38:18 +08:00
parent 19884630ed
commit 621c831aeb
2 changed files with 4 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: