Skip to content

Commit

Permalink
Add missed comment from #117 (resolves #96) (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored Mar 30, 2020
1 parent cd07813 commit bfc3737
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@
"github_version": "master",
"conf_py_path": "/docs/source/",
}

html_favicon = 'favicon.ico'
Binary file added docs/source/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions plugins/module_utils/fabric_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
import os.path
import tempfile

# This is horrible, but Ansible transfers modules as a ZIP file, and
# loads them from the ZIP file using the zipimport module. This means
# you can't use __file__ to find the path to anything in the collection.
core_yaml = '''
# Copyright IBM Corp. All Rights Reserved.
#
Expand Down

0 comments on commit bfc3737

Please sign in to comment.