mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-29 22:37:56 +01:00 
			
		
		
		
	Merge pull request #3472 from aine-etke/patch-337
Update agru url in justfile
This commit is contained in:
		
							
								
								
									
										2
									
								
								justfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								justfile
									
									
									
									
									
								
							| @@ -20,7 +20,7 @@ update *flags: update-playbook-only | ||||
|         echo {{ if flags == "" { "Installing roles pinned in requirements.yml..." } else if flags == "-u" { "Updating roles and pinning new versions in requirements.yml..." } else { "Unknown flags passed" } }} | ||||
|         agru {{ flags }} | ||||
|     else | ||||
|         echo "[NOTE] You are using the standard ansible-galaxy tool to install roles, which is slow and lacks other features. We recommend installing the 'agru' tool to speed up the process: https://gitlab.com/etke.cc/tools/agru#where-to-get" | ||||
|         echo "[NOTE] You are using the standard ansible-galaxy tool to install roles, which is slow and lacks other features. We recommend installing the 'agru' tool to speed up the process: https://github.com/etkecc/agru#where-to-get" | ||||
|         echo "Installing roles..." | ||||
|         rm -rf roles/galaxy | ||||
|         ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force | ||||
|   | ||||
		Reference in New Issue
	
	Block a user