mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Moved update commands to nextcloud role
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| - name: Ensure Nextcloud administrator is in the 'admin' group | ||||
|   command: > | ||||
|     docker exec -u {{ nextcloud_docker_user }} {{ nextcloud_container }} | ||||
|     docker exec -u {{ NEXTCLOUD_DOCKER_USER }} {{ NEXTCLOUD_CONTAINER }} | ||||
|     php occ group:adduser admin {{ nextcloud_administrator_username }} | ||||
|   register: add_admin_to_group | ||||
|   changed_when: "not ASYNC_ENABLED and 'Added user' in (add_admin_to_group.stdout | default(''))" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user