You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ The following python libraries are required on the Ansible server:
14
14
Ansible <=1.9 is no longer supported by this callback. The latest compatible
15
15
version is tagged with `1.0.2`.
16
16
17
+
For Mac OS X users: If you're running an older version of OS-installed python (e.g. python 2.7.10), you may need to [upgrade](https://github.com/kennethreitz/requests/issues/3883#issuecomment-281182498) to a newer version of OpenSSL (`pip install pyopenssl idna`).
18
+
17
19
## Installation
18
20
19
21
Once the required libraries (see above) have been installed on the server:
0 commit comments