[owncloud] Debian repository was migrated to Opensuse
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
							parent
							
								
									2900aef430
								
							
						
					
					
						commit
						dc41f5a8f0
					
				| 
						 | 
					@ -12,8 +12,8 @@
 | 
				
			||||||
# Add the key
 | 
					# Add the key
 | 
				
			||||||
- name: Configure the apt key
 | 
					- name: Configure the apt key
 | 
				
			||||||
  apt_key:
 | 
					  apt_key:
 | 
				
			||||||
    url: https://download.owncloud.org/download/repositories/production/Debian_10/Release.key
 | 
					    url: https://download.opensuse.org/repositories/isv:/ownCloud:/server:/10/Debian_11/Release.key
 | 
				
			||||||
    id: 47AE7F72479BC94B
 | 
					    id: 4ABE1AC7557BEFF9
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
  register: apt_key_result
 | 
					  register: apt_key_result
 | 
				
			||||||
  retries: 3
 | 
					  retries: 3
 | 
				
			||||||
| 
						 | 
					@ -22,7 +22,7 @@
 | 
				
			||||||
# Add the repository into source list
 | 
					# Add the repository into source list
 | 
				
			||||||
- name: Configure owncloud repository
 | 
					- name: Configure owncloud repository
 | 
				
			||||||
  apt_repository:
 | 
					  apt_repository:
 | 
				
			||||||
    repo: "deb http://download.owncloud.org/download/repositories/production/Debian_10/ /"
 | 
					    repo: "deb http://download.opensuse.org/repositories/isv:/ownCloud:/server:/10/Debian_11/ /"
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Install OwnCloud
 | 
					- name: Install OwnCloud
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
    update_cache: true
 | 
					    update_cache: true
 | 
				
			||||||
    name:
 | 
					    name:
 | 
				
			||||||
      - nginx
 | 
					      - nginx
 | 
				
			||||||
      - owncloud-files
 | 
					      - owncloud-complete-files
 | 
				
			||||||
      - redis-server
 | 
					      - redis-server
 | 
				
			||||||
      - php-redis
 | 
					      - php-redis
 | 
				
			||||||
      - php-apcu
 | 
					      - php-apcu
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue