@@ -143,7 +143,7 @@ def update_sertificate(String PLAYBOOK, String TARGET_DIR, String TARGET_HOST) {
withCredentials([sshUserPrivateKey(credentialsId: 'ansible', keyFileVariable: 'GIT_SSH_KEY', passphraseVariable: '', usernameVariable: 'GIT_SSH_USERNAME')]) {
ansiColor('xterm') {
ansiblePlaybook(
- credentialsId: ansible,
+ credentialsId: 'ansible',
playbook: PLAYBOOK,
extraVars: [
target_dir: TARGET_DIR,