Fix env var issues with hacky ansible script
This commit is contained in:
		
							
								
								
									
										9
									
								
								ansible
									
									
									
									
									
								
							
							
						
						
									
										9
									
								
								ansible
									
									
									
									
									
								
							@@ -1,8 +1,7 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ANSIBLE_CONFIG=''
 | 
					ANSIBLE_LIBRARY='' \
 | 
				
			||||||
ANSIBLE_FILTER_PLUGINS=''
 | 
					  ANSIBLE_FILTER_PLUGINS='' \
 | 
				
			||||||
ANSIBLE_LIBRARY=''
 | 
					  ANSIBLE_CONFIG='' \
 | 
				
			||||||
ANSIBLE_INVENTORY=$(pwd)/inventory.yaml
 | 
					  ANSIBLE_INVENTORY=$(pwd)/inventory.yaml \
 | 
				
			||||||
 | 
					 | 
				
			||||||
  "ansible-$1" ${@:2}
 | 
					  "ansible-$1" ${@:2}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user