Skip to content

Commit

Permalink
Merge pull request #1 from Jakuje/patch-1
Browse files Browse the repository at this point in the history
Use ansible from EPEL
  • Loading branch information
DO1JLR authored Feb 17, 2021
2 parents 94104dd + 12f6dcc commit 6abd53b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ LABEL "com.github.actions.color"="green"

RUN yum update --assumeyes && yum install --assumeyes epel-release

RUN yum install --assumeyes python \
python-pip \
RUN yum install --assumeyes ansible \
git

RUN pip install setuptools && pip install ansible

RUN ansible --version

ADD ansible-docker.sh /ansible-docker.sh
Expand Down

0 comments on commit 6abd53b

Please sign in to comment.