diff --git a/bin/ansible-pull b/bin/ansible-pull index 53b403e5540..2c0e4395e25 100755 --- a/bin/ansible-pull +++ b/bin/ansible-pull @@ -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' }