Skip to content

Commit ac11c6c

Browse files
committed
Use compatible Ansible version for older OpenSSL versions
1 parent fc0cfb2 commit ac11c6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfiles/devilbox/Dockerfile-5.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.3-community"
4040
#--------------------------------------------------------------------------------------------------
4141

4242
RUN set -eux \
43-
&& pip install ansible
43+
&& pip install 'ansible>=3,<4'
4444

4545

4646
#--------------------------------------------------------------------------------------------------

Dockerfiles/devilbox/Dockerfile-5.4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.4-community"
4040
#--------------------------------------------------------------------------------------------------
4141

4242
RUN set -eux \
43-
&& pip install ansible
43+
&& pip install 'ansible>=3,<4'
4444

4545

4646
#--------------------------------------------------------------------------------------------------

Dockerfiles/devilbox/Dockerfile-5.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LABEL "org.opencontainers.image.description"="PHP-FPM 5.5-community"
4040
#--------------------------------------------------------------------------------------------------
4141

4242
RUN set -eux \
43-
&& pip install ansible
43+
&& pip install 'ansible>=3,<4'
4444

4545

4646
#--------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)