ansible-prep: remove additional unnecessary directories

This commit is contained in:
Maxwell G 2024-06-04 14:31:00 -05:00
commit f89fa3bf85
No known key found for this signature in database
GPG key ID: F79E4E25E8C661F8

View file

@ -40,6 +40,11 @@ rm -v ansible_collections/cyberark/conjur/Jenkinsfile
rm -v ansible_collections/dellemc/enterprise_sonic/rebuild.sh
rm -v ansible_collections/ovirt/ovirt/build.sh
# Remove venv directories that collections accidentially included in Galaxy artifacts
find -depth -type d -name venv | tee venv_dirs
xargs -a venv_dirs rm -r
rm venv_dirs
# rpmlint W: pem-certificate
find ansible_collections/cyberark/conjur -type f -name "*.pem" -print -delete