Adjust environment for ansible
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-11-10 15:46:29 -08:00
parent 03bb29194f
commit 68c64a667e

1
Jenkinsfile vendored
View file

@ -3,6 +3,7 @@ pipeline {
environment {
CHAT = "morgan@mcmillian.dev"
MAIL = "morgan@mcmillian.dev"
ANSIBLE_HOST_KEY_CHECKING = "False"
}
stages {
stage('Execute playbook') {