File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip3
6868cd /
6969/usr/bin/python3.9 -m pip install --upgrade pip
7070pip -q --no-cache-dir install --upgrade requests_unixsocket requests six wheel Mako " urllib3<2.0.0" certifi jmespath future avro cryptography lxml protobuf setuptools ansible
71+ rm -rf /usr/lib/python3.9/site-packages/ansible_collections/netbox/
7172
7273# Remove tests packaged in python libs
7374find /usr/lib/ -depth \( -type d -a -not -wholename ' */ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf ' {}' \;
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip3
6666cd /
6767/usr/bin/python3.9 -m pip install --upgrade pip
6868pip -q --no-cache-dir install --upgrade requests_unixsocket requests six wheel Mako urllib3 certifi jmespath future avro cryptography lxml protobuf setuptools ansible
69+ rm -rf /usr/lib/python3.9/site-packages/ansible_collections/netbox/
6970
7071# Remove tests packaged in python libs
7172find /usr/lib/ -depth \( -type d -a -not -wholename ' */ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf ' {}' \;
You can’t perform that action at this time.
0 commit comments