mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Fix iputils install failure in Kylin OS (#9453)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io> Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -103,10 +103,10 @@
|
||||
- name: Ensure ping package
|
||||
package:
|
||||
name: >-
|
||||
{%- if ansible_os_family in ['RedHat', 'Suse'] -%}
|
||||
iputils
|
||||
{%- else -%}
|
||||
{%- if ansible_os_family == 'Debian' -%}
|
||||
iputils-ping
|
||||
{%- else -%}
|
||||
iputils
|
||||
{%- endif -%}
|
||||
state: present
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user