Skip to content
Snippets Groups Projects
Unverified Commit 9fdda7ec authored by ERIK's avatar ERIK Committed by GitHub
Browse files

Fix iputils install failure in Kylin OS (#9416)


Signed-off-by: default avatarbo.jiang <bo.jiang@daocloud.io>

Signed-off-by: default avatarbo.jiang <bo.jiang@daocloud.io>
parent a68ed897
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,14 @@
or is_fedora_coreos
or ansible_distribution == "Fedora")
- name: Set os_family fact for Kylin Linux Advanced Server
set_fact:
ansible_os_family: "RedHat"
ansible_distribution_major_version: "8"
when: ansible_distribution == "Kylin Linux Advanced Server"
tags:
- facts
- name: Install ceph-commmon package
package:
name:
......
......@@ -6,14 +6,6 @@
tags:
- facts
- name: Set os_family fact for Kylin Linux Advanced Server
set_fact:
ansible_os_family: "RedHat"
ansible_distribution_major_version: "8"
when: ansible_distribution == "Kylin Linux Advanced Server"
tags:
- facts
- name: check if booted with ostree
stat:
path: /run/ostree-booted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment