the correct filename would help
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-11-10 15:41:12 -08:00
parent 2db8ac0287
commit 03bb29194f

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
stage('Execute playbook') {
agent { label 'ansible' }
steps {
ansiblePlaybook(playbook: "main.yml", inventory: "hosts.ini", credentialsId: "igor")
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
}
post {
success {