diff --git a/Jenkinsfile b/Jenkinsfile index 327ea02..3560ba9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {