Commit 355ab698 by Stephen Fromm

remove errant and unneeded import of ansible.constants

parent a6110273
......@@ -44,8 +44,6 @@ import datetime
import socket
from optparse import OptionParser
import ansible.constants as C
DEFAULT_PLAYBOOK = 'local.yml'
PLAYBOOK_ERRORS = { 1: 'File does not exist',
2: 'File is not readable' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment