This task was originally needed to fix a docker installation issue
(see: #1030). This has been fixed, therefore it can be removed.
Fixes: #2199
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit
1cba626484806f830e9ff03c48739292ce9fe6dc)
Signed-off-by: Sébastien Han <seb@redhat.com>
---
-- name: enable extras repo for centos
- ini_file:
- dest: /etc/yum.repos.d/CentOS-Base.repo
- section: extras
- option: enabled
- value: 1
- when:
- - ansible_distribution == 'CentOS'
-
-- name: install rependencies
+- name: install dependencies
package:
name: parted
state: present