diff --git a/Jenkinsfile b/Jenkinsfile index 3560ba9..6526ca9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { environment { CHAT = "morgan@mcmillian.dev" MAIL = "morgan@mcmillian.dev" + ANSIBLE_HOST_KEY_CHECKING = "False" } stages { stage('Execute playbook') {