mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-19 07:29:09 -07:00
Add docs for 'local_action' (ansible:#905). Oh, and fix 'make viewdocs'.
This commit is contained in:
parent
1824dd33cf
commit
9ad592965a
2 changed files with 17 additions and 2 deletions
|
@ -93,5 +93,5 @@ if __name__ == '__main__':
|
|||
|
||||
if "view" in sys.argv:
|
||||
import webbrowser
|
||||
if not webbrowser.open('html/index.html'):
|
||||
if not webbrowser.open('index.html'):
|
||||
print >> sys.stderr, "Could not open on your webbrowser."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue