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