Closed joelanford closed 5 years ago
Description of change: Removing ansible-runner from Dockerfile's yum remove line
ansible-runner
yum remove
Motivation for change: ansible-runner is installed by pip in the base image so yum remove is unnecessary since it is be a no-op.
Description of change: Removing
ansible-runner
from Dockerfile'syum remove
lineMotivation for change:
ansible-runner
is installed by pip in the base image soyum remove
is unnecessary since it is be a no-op.