mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Merge pull request #3124 from mcnesium/patch-1
fix setting root path because the script moved one level up in 2f457b2a
			
			
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
| # | ||||
|  | ||||
| # set playbook root path | ||||
| root=$(dirname "$(readlink -f "$0")")/../.. | ||||
| root=$(dirname "$(readlink -f "$0")")/.. | ||||
|  | ||||
| # set default tags or get from first argument if any | ||||
| tags="${1:-setup-all,start}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user