diff --git a/Dockerfile b/Dockerfile index 094a0f1..095443f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ locale-gen && \ pip3 install --upgrade pip && \ pip3 install \ - ansible-core \ + ansible-core~=2.14.0 \ # (jmespath) Dependency for Ansible 'json_query' filter jmespath \ # (netaddr) Dependency for Ansible 'ipaddr' filter