From d7f08d1b0ce6e5a12c4a7b5b4d2c63cd525bd24e Mon Sep 17 00:00:00 2001 From: lijin-union Date: Thu, 3 Nov 2022 19:43:38 +0800 Subject: [PATCH] remove the set_fact action which raise error in the CI (#9462) --- roles/bootstrap-os/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/bootstrap-os/tasks/main.yml b/roles/bootstrap-os/tasks/main.yml index 9d3d05d28..7ce82e686 100644 --- a/roles/bootstrap-os/tasks/main.yml +++ b/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: