mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
dont skip github modules...
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user