| 
					
				 | 
			
			
				@@ -8,14 +8,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "type"   : "shell", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "inline" : [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         "/bin/echo 'Your patience will be rewarded'", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        "sleep 300", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        "sleep 120", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         "sudo apt-get update", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         "sudo apt-get -y install curl python python-pip" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       "type"          : "ansible", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      "playbook_file" : "./ansible/playbook.yml" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "playbook_file" : "./ansible/playbook.yml", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      "ansible_env_vars": [ "ANSIBLE_HOST_KEY_CHECKING=False", "ANSIBLE_SSH_ARGS='-o IdentitiesOnly=yes -o ControlMaster=auto -o ControlPersist=60s'", "ANSIBLE_NOCOLOR=True" ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   "builders": [ 
			 |