Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Skchauhan07 authored Mar 20, 2023
1 parent 4b95364 commit 0d905b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ pipeline {
}
}
}
// stage('Ansible Pull Docker Image') {
// steps {
// ansiblePlaybook becomeUser: null, colorized: true, disableHostKeyChecking: true, installation: 'Ansible', inventory: 'deploy-docker/inventory',
// playbook: 'deploy-docker/deploy-image.yml', sudoUser: null
stage('Ansible Pull Docker Image') {
steps {
ansiblePlaybook becomeUser: null, colorized: true, disableHostKeyChecking: true, installation: 'Ansible', inventory: 'deploy-docker/inventory',
playbook: 'deploy-docker/deploy-image.yml', sudoUser: null

// }
// }
}
}
}
}

0 comments on commit 0d905b5

Please sign in to comment.