remove the set_fact action which raise error in the CI (#9462)

This commit is contained in:
lijin-union
2022-11-03 19:43:38 +08:00
committed by GitHub
parent 4aa1ef28ea
commit d7f08d1b0c

View File

@ -92,14 +92,6 @@
tags:
- facts
- name: Set os_family fact for UOS Linux
set_fact:
ansible_os_family: "RedHat"
ansible_distribution_major_version: "8"
when: ansible_distribution == "UnionTech"
tags:
- facts
- name: Install ceph-commmon package
package:
name: