From 37d62ef1e650d55471b48e54f900b17ab5c2f1c9 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 8 Sep 2024 08:53:51 -0700 Subject: [PATCH] fix typo in credential id --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {