haxorof/ansible-role-docker-ce

Tasks related to removal uses yum instead of dnf for RHEL 8

janorn opened this issue · 4 comments

Version Information

Ansible: 2.9.9
Role: 3.0.0

Actual Behavior

RHEL7 uses yum

New/Changed Behavior

RHEL8 uses dnf

Issues

The removal tasks is checking for RedHat and looks for yum cache dirs which don't exist on RHEL8

Thanks! I think I never checked if removal worked on RHEL 8. Think that would be easy to fix.

Fixes available on master but will do a release later today or tomorrow

Where did Fedora go?

when: _docker_os_dist == "RedHat" or _docker_os_dist == "CentOS"

Where did Fedora go?

when: _docker_os_dist == "RedHat" or _docker_os_dist == "CentOS"

Good catch! my mistake.. will be fixed in commit I will do before new release.