Browse Source

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

pull/9453/head
lijin-union 2 years ago
committed by GitHub
parent
commit
d7f08d1b0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions
  1. 8
      roles/bootstrap-os/tasks/main.yml

8
roles/bootstrap-os/tasks/main.yml

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

Loading…
Cancel
Save