diff --git a/Jenkinsfile b/Jenkinsfile index 2832cda..73fa1ca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { stage('Execute playbook') { steps { ansiblePlaybook( - playbook: 'main.yaml' + playbook: 'main.yaml', credentialsId: 'onedrop-vetinari' ) }