Use this Ansible playbook to pull upstream KMMO docs from kernel-module-management/docs and convert the markdown source to AsciiDoc using Kramdoc.
Install the tools:
pip install ansible
pip install ansible-lint
gem install kramdown-asciidocFork this repo, clone it locally, and change to the /kmmo-downstream-docs-staging repo dir:
cd ~/kmmo-downstream-docs-stagingRun the conversion:
ansible-playbook convert-upstream-kmmo-docs.yamlConverted AsciiDoc files are in the out/docs/ folder.