Update ansible script to use local collections path
This commit is contained in:
		
							
								
								
									
										6
									
								
								ansible
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								ansible
									
									
									
									
									
								
							@@ -1,7 +1,5 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ANSIBLE_LIBRARY='' \
 | 
					ANSIBLE_COLLECTIONS_PATH=$(pwd)/.ansible \
 | 
				
			||||||
  ANSIBLE_FILTER_PLUGINS='' \
 | 
					 | 
				
			||||||
  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