Skip to content

Commit

Permalink
Merge pull request #127 from organman91/disable_hostkey_checking
Browse files Browse the repository at this point in the history
Prevent scanner from breaking on unknown hostkeys
  • Loading branch information
Michael Davis committed May 2, 2014
2 parents c288bbc + 522c95e commit ba95cae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/manage.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import os
os.environ['ANSIBLE_HOST_KEY_CHECKING'] = "False"

import datetime
import pprint
Expand Down

0 comments on commit ba95cae

Please sign in to comment.