This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/samples/hello_world_vcenter.py b/samples/hello_world_vcenter.py | |
index 1320d05..eafa840 100755 | |
--- a/samples/hello_world_vcenter.py | |
+++ b/samples/hello_world_vcenter.py | |
@@ -22,6 +22,19 @@ a friendly encouragement to joining the community! | |
import atexit | |
import argparse | |
import getpass | |
+import requests | |
+requests.packages.urllib3.disable_warnings() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This playbook has been removed as it is now very outdated. |