mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
Fix typo in task description (#4243)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
738ab4239a
commit
802ac377b8
@@ -115,7 +115,7 @@
|
|||||||
register: yum_result
|
register: yum_result
|
||||||
when: ansible_distribution in ["CentOS","RedHat"] and not is_atomic
|
when: ansible_distribution in ["CentOS","RedHat"] and not is_atomic
|
||||||
|
|
||||||
- name: Configure extras repository on RedHat/CentOS if container-selinux not avaiable in current repos
|
- name: Configure extras repository on RedHat/CentOS if container-selinux is not available in current repos
|
||||||
yum_repository:
|
yum_repository:
|
||||||
name: extras
|
name: extras
|
||||||
description: "CentOS-7 - Extras"
|
description: "CentOS-7 - Extras"
|
||||||
|
|||||||
Reference in New Issue
Block a user