water-hole / ansible-operator

POC Code for the operator backed by ansible
48 stars 29 forks source link

build/Dockerfile: removing unnecessary 'yum remove ansible-runner' #66

Closed joelanford closed 5 years ago

joelanford commented 5 years ago

Description of change: Removing ansible-runner from Dockerfile's yum remove line

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.