Update Jenkinsfile

This commit is contained in:
nagarjuna33 2023-03-16 15:08:51 +05:30 committed by GitHub
parent b4a8eaa0a4
commit cf05c2c6d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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 '
}
}
}