mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Update config-db.yml
This commit is contained in:
		
							parent
							
								
									dcfe811f11
								
							
						
					
					
						commit
						903a9470ac
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -6,7 +6,7 @@
 | 
				
			||||||
- name: Disable Calibre service -- stops calibre-server by Kovid Goyal
 | 
					- name: Disable Calibre service -- stops calibre-server by Kovid Goyal
 | 
				
			||||||
  service:
 | 
					  service:
 | 
				
			||||||
    name: calibre-serve
 | 
					    name: calibre-serve
 | 
				
			||||||
    enabled: no
 | 
					    #enabled: no
 | 
				
			||||||
    state: stopped
 | 
					    state: stopped
 | 
				
			||||||
  when: calibre_svc.stat.exists
 | 
					  when: calibre_svc.stat.exists
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,7 @@
 | 
				
			||||||
  file:
 | 
					  file:
 | 
				
			||||||
    path: "{{ calibre_dbpath }}"
 | 
					    path: "{{ calibre_dbpath }}"
 | 
				
			||||||
    state: directory
 | 
					    state: directory
 | 
				
			||||||
    mode: 0755
 | 
					    #mode: 0755
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Check if sample book exists in /opt/iiab/downloads
 | 
					- name: Check if sample book exists in /opt/iiab/downloads
 | 
				
			||||||
  stat:
 | 
					  stat:
 | 
				
			||||||
| 
						 | 
					@ -40,3 +40,7 @@
 | 
				
			||||||
  file:
 | 
					  file:
 | 
				
			||||||
    path: "{{ calibre_dbpath }}/metadata.db"
 | 
					    path: "{{ calibre_dbpath }}/metadata.db"
 | 
				
			||||||
    mode: 0666
 | 
					    mode: 0666
 | 
				
			||||||
 | 
					    #owner: pi
 | 
				
			||||||
 | 
					    #group: pi
 | 
				
			||||||
 | 
					    #owner: iiab-admin
 | 
				
			||||||
 | 
					    #group: iiab-admin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue