mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +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
|
||||
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:
|
||||
name: extras
|
||||
description: "CentOS-7 - Extras"
|
||||
|
||||
Reference in New Issue
Block a user