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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: