Add docs for 'local_action' (ansible:#905). Oh, and fix 'make viewdocs'.

This commit is contained in:
Tim Bielawa 2012-08-19 22:04:18 -04:00
parent 1824dd33cf
commit 9ad592965a
2 changed files with 17 additions and 2 deletions

View file

@ -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."