ansible-collection-famedly-.../tests/sanity/generate-ignore.sh
2022-07-29 10:50:14 +02:00

5 lines
167 B
Bash

#!/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"