diff --git a/cfengine-ci/cfengine-ci-buildhost.cf b/cfengine-ci/cfengine-ci-buildhost.cf index 8848319..4f24d10 100644 --- a/cfengine-ci/cfengine-ci-buildhost.cf +++ b/cfengine-ci/cfengine-ci-buildhost.cf @@ -57,6 +57,7 @@ bundle agent cfengine_ci_buildhost delete => tidy; "/etc/apt/sources.list" content => "deb http://archive.debian.org/debian/ stretch main contrib non-free"; + commands: debian_11.!have_pip2:: "wget https://bootstrap.pypa.io/pip/2.7/get-pip.py -O get-pip.py && python2 get-pip.py && pip install psycopg2-binary"