dont skip github modules...

pull/4420/head
Brian Coca 2016-11-30 22:21:29 -05:00
parent eef7b8b5a5
commit 2b13ad0ae8
1 changed files with 1 additions and 1 deletions

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"