dont skip github modules...
This commit is contained in:
parent
eef7b8b5a5
commit
2b13ad0ae8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
# move plugins
|
# 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
|
do
|
||||||
if [ -e ${myfile/$subdir\///} ]; then #mostly to avoid __init__.py clobering
|
if [ -e ${myfile/$subdir\///} ]; then #mostly to avoid __init__.py clobering
|
||||||
echo "skipping ${myfile} as it already exists in destination"
|
echo "skipping ${myfile} as it already exists in destination"
|
||||||
|
|
Loading…
Reference in a new issue