mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2023-01-18 00:00
This commit is contained in:
		| @@ -82,12 +82,12 @@ | ||||
|  | ||||
| - name: Set seafile ports | ||||
|   set_fact: | ||||
|     seafile_ports: "[ {{ seafile_seafile_port }}, {{ seafile_seahub_port }} ]" | ||||
|     seafile_ports: "{{ [ seafile_seafile_port ] + [ seafile_seahub_port ] }}" | ||||
|   tags: seafile | ||||
|  | ||||
| - name: Add webdav port | ||||
|   set_fact: | ||||
|     seafile_ports: "{{ seafile_ports }} + [ {{ seafile_webdav_port }} ]" | ||||
|     seafile_ports: "{{ seafile_ports + [ seafile_webdav_port ] }}" | ||||
|   when: seafile_webdav == True | ||||
|   tags: seafile | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud