1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

dont skip github modules...

This commit is contained in:
Brian Coca 2016-11-30 22:21:29 -05:00
parent eef7b8b5a5
commit 2b13ad0ae8

View file

@ -43,7 +43,7 @@ do
done
# move plugins
for myfile in $(find lib/ansible/modules/${subdir} -type f|grep -v '.github')
for myfile in $(find lib/ansible/modules/${subdir} -type f)
do
if [ -e ${myfile/$subdir\///} ]; then #mostly to avoid __init__.py clobering
echo "skipping ${myfile} as it already exists in destination"