Fix typo in task description (#4243)

This commit is contained in:
Florent Monbillard 2019-02-19 09:06:29 -05:00 committed by Kubernetes Prow Robot
parent 738ab4239a
commit 802ac377b8

View file

@ -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"