[Framadate] log file creation
							parent
							
								
									e3bd8fcdab
								
							
						
					
					
						commit
						a96a0cfce4
					
				| 
						 | 
					@ -37,9 +37,12 @@
 | 
				
			||||||
  retries: 3
 | 
					  retries: 3
 | 
				
			||||||
  until: composer_result is succeeded
 | 
					  until: composer_result is succeeded
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# cd framadate
 | 
					- name:
 | 
				
			||||||
# sudo -u www-data touch admin/stdout.log
 | 
					  file:
 | 
				
			||||||
# sudo chmod 600 admin/stdout.log
 | 
					    path: "{{ framadate.path }}/admin/stdout.log"
 | 
				
			||||||
 | 
					    owner: www-data
 | 
				
			||||||
 | 
					    state: touch
 | 
				
			||||||
 | 
					    mode: 0600
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Indicate role in motd
 | 
					- name: Indicate role in motd
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue