mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-04-10 02:41:19 +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
|