ansible-prep: remove additional unnecessary directories
This commit is contained in:
parent
fba9f24c2a
commit
f89fa3bf85
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue