mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-04-06 02:33:04 +00:00
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/bash
|
|
|
|
for i in roles/ipa*/*/*.py; do
|
|
python utils/gen_module_docs.py $i
|
|
done
|