cert, nginx: Update for debian 12
This commit is contained in:
		
					parent
					
						
							
								67483ece20
							
						
					
				
			
			
				commit
				
					
						b2e9c22821
					
				
			
		
					 3 changed files with 4 additions and 2 deletions
				
			
		|  | @ -14,14 +14,14 @@ | |||
| 
 | ||||
| - name: make sure NGINX APT repository is added | ||||
|   ansible.builtin.apt_repository: | ||||
|     repo: deb https://nginx.org/packages/debian/ bullseye nginx | ||||
|     repo: "deb https://nginx.org/packages/debian/ {{ ansible_distribution_release }} nginx" | ||||
|     state: present | ||||
|   become: true | ||||
|   notify: apt-get update | ||||
| 
 | ||||
| - name: make sure NGINX APT source repository is added | ||||
|   ansible.builtin.apt_repository: | ||||
|     repo: deb-src https://nginx.org/packages/debian/ bullseye nginx | ||||
|     repo: "deb-src https://nginx.org/packages/debian/ {{ ansible_distribution_release }} nginx" | ||||
|     state: present | ||||
|   become: true | ||||
|   notify: apt-get update | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue