ansible-collection-famedly-.../tests/sanity/generate-ignore.sh
2022-08-24 13:26:19 +02:00

5 lines
192 B
Bash

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