#276 ci: Add ansible to the test container
Merged 5 years ago by astepano. Opened 5 years ago by stefw.
stefw/standard-test-roles ansible-in-test-container  into  master

file modified
+2 -1
@@ -4,7 +4,8 @@ 

  RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

  RUN sed -i -e '/\[main\]/aip_resolve=4' /etc/yum.conf

  RUN yum install -y which copr-cli nss_wrapper fedora-packager wget rpmdevtools \

-     gcc python34-devel redhat-rpm-config python34 python34-virtualenv python34-pip; \

+     gcc python34-devel redhat-rpm-config python34 python34-virtualenv python34-pip \

+     ansible; \

      yum clean all; \

      rm -rf /var/cache/yum

  WORKDIR "$PARAM_WDIR"

We need Ansible in the test container in order for the various
standard-test-roles self-tests to run correctly.

Commit 1d195f0 fixes this pull-request

Pull-Request has been merged by astepano

5 years ago

Pull-Request has been merged by astepano

5 years ago