更新TFE到4.1.4,更新TFE-KMOD到1.0.4
This commit is contained in:
Binary file not shown.
BIN
roles/tfe/files/tfe-4.1.4.cd0fd18-1.el7.x86_64.rpm
Normal file
BIN
roles/tfe/files/tfe-4.1.4.cd0fd18-1.el7.x86_64.rpm
Normal file
Binary file not shown.
Binary file not shown.
BIN
roles/tfe/files/tfe-kmod-v1.0.4.20190923-1dkms.noarch.rpm
Normal file
BIN
roles/tfe/files/tfe-kmod-v1.0.4.20190923-1dkms.noarch.rpm
Normal file
Binary file not shown.
@@ -7,15 +7,15 @@
|
|||||||
- name: "install tfe rpms from localhost"
|
- name: "install tfe rpms from localhost"
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- /tmp/ansible_deploy/tfe-kmod-v1.0.3.20190828-1dkms.noarch.rpm
|
- /tmp/ansible_deploy/tfe-kmod-v1.0.4.20190923-1dkms.noarch.rpm
|
||||||
- /tmp/ansible_deploy/tfe-4.1.2.af90bc7-1.el7.x86_64.rpm
|
- /tmp/ansible_deploy/tfe-4.1.4.cd0fd18-1.el7.x86_64.rpm
|
||||||
state: present
|
state: present
|
||||||
when: package_source == "local"
|
when: package_source == "local"
|
||||||
|
|
||||||
- name: "install tfe rpms from pulp"
|
- name: "install tfe rpms from pulp"
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- /tmp/ansible_deploy/tfe-kmod-v1.0.3.20190828-1dkms.noarch.rpm
|
- /tmp/ansible_deploy/tfe-kmod-v1.0.4.20190923-1dkms.noarch.rpm
|
||||||
- tfe
|
- tfe
|
||||||
state: latest
|
state: latest
|
||||||
when: package_source == "pulp"
|
when: package_source == "pulp"
|
||||||
|
|||||||
Reference in New Issue
Block a user