Skip to content
Snippets Groups Projects
Commit 186046df authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add private method _run_playbook_proc to documentation

parent 4e50e94c
No related branches found
No related tags found
1 merge request!62Feature/update documentation
#!/bin/sh
set -o errexit
set -o nounset
pip install -r requirements.txt
pip install -e .
......
......@@ -3,4 +3,5 @@
.. automodule:: lso.playbook
:members:
:private-members:
:show-inheritance:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment