mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Clarify {{ apache_user }} is usually www-data
This commit is contained in:
		
							parent
							
								
									aca6369eac
								
							
						
					
					
						commit
						d80727fa3f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -97,7 +97,7 @@
 | 
				
			||||||
    src: "{{ nextcloud_dl_url }}"
 | 
					    src: "{{ nextcloud_dl_url }}"
 | 
				
			||||||
    #dest: "{{ nextcloud_base_dir }}"    # /library/www
 | 
					    #dest: "{{ nextcloud_base_dir }}"    # /library/www
 | 
				
			||||||
    dest: "{{ nextcloud_root_dir }}"     # /library/www/nextcloud
 | 
					    dest: "{{ nextcloud_root_dir }}"     # /library/www/nextcloud
 | 
				
			||||||
    owner: "{{ apache_user }}"           # apache2 on debuntu
 | 
					    owner: "{{ apache_user }}"           # www-data on debuntu
 | 
				
			||||||
    group: "{{ apache_user }}"
 | 
					    group: "{{ apache_user }}"
 | 
				
			||||||
    extra_opts: --strip-components=1     # Or use 'dest: /library/www' above
 | 
					    extra_opts: --strip-components=1     # Or use 'dest: /library/www' above
 | 
				
			||||||
  when: internet_available
 | 
					  when: internet_available
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue