From cf05c2c6d218ec86490eabc6ce8c7bb213e137c7 Mon Sep 17 00:00:00 2001 From: nagarjuna33 <115863146+nagarjuna33@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:08:51 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e43a4b298..dcf3f5055 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline{ stage ('deployment') { steps { - sh 'ansible-playbook -i /home/ansible/inventory.yml ' + sh 'ansible-playbook -i /home/ansible/inventory.yml springpet.yml ' } } }