mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-27 05:43:05 +00:00
4 lines
75 B
Bash
4 lines
75 B
Bash
for i in roles/ipa*/*/*.py; do
|
|
python utils/gen_module_docs.py $i
|
|
done
|