diff --git a/Jenkinsfile b/Jenkinsfile index 7d98d68..7265e69 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } stage('Execute playbook') { steps { - ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply") + ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deploy") } post { success {