ansible-collection-famedly-.../tests/sanity/generate-ignore.sh

6 lines
167 B
Bash
Raw Normal View History

#!/usr/bin/env bash
cd ../../
while read -r line; do
find plugins/modules -name "*.py" | xargs -I {} -n 1 printf "{} $line\n"
done <"tests/sanity/ignore.template"