Fix typo in task description (#4243)
This commit is contained in:
parent
738ab4239a
commit
802ac377b8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue