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