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