Skip to content

Commit 400a120

Browse files
author
javahometech
authored
Update jenkins-docker-ansible
1 parent c659102 commit 400a120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-docker-ansible

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
}
2020
stage('Deploy to Dev server'){
2121
steps{
22-
ansiblePlaybook extras: "-e tag=${env.DOCKER_TAG}", credentialsId: 'slave-one', installation: 'ansible-2', playbook: 'docker-deploy.yml'
22+
ansiblePlaybook extras: "-e tag=${env.DOCKER_TAG}", credentialsId: 'slave-one', playbook: 'docker-deploy.yml'
2323
//sh "ansible-playbook docker-deploy.yml -e tag=${env.DOCKER_TAG}"
2424
}
2525
}

0 commit comments

Comments
 (0)