| 
					
				 | 
			
			
				@@ -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')]) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         ansiColor('xterm') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ansiblePlaybook( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            credentialsId: '${GIT_SSH_KEY}', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            playbook: '${PLAYBOOK}', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            credentialsId: ${GIT_SSH_KEY}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            playbook: ${PLAYBOOK}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             extraVars: [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              target_dir: '${TARGET_DIR}', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              target_host: '${TARGET_HOST}' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              target_dir: ${TARGET_DIR}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              target_host: ${TARGET_HOST} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             colorized: true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 |