the correct filename would help
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good
All checks were successful
thrrgilag/mcmillian.us/pipeline/head This commit looks good
This commit is contained in:
parent
2db8ac0287
commit
03bb29194f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue