Deprecating launch app and ansible support.
[snaps.git] / snaps / provisioning / ansible_utils.py
index b4c86f2..019a8e7 100644 (file)
@@ -29,6 +29,10 @@ except:
 
 __author__ = 'spisarski'
 
+from warnings import warn
+warn('This utility will be removed in a subsequent release',
+     DeprecationWarning)
+
 logger = logging.getLogger('ansible_utils')