added git as a dependency of ansible galaxy
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum -y install epel-release \
|
||||
&& yum -y install ansible \
|
||||
&& yum -y install ansible git \
|
||||
&& yum clean headers \
|
||||
&& yum clean packages
|
||||
|
||||
|
Reference in New Issue
Block a user