mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Update Ansible packages
This commit is contained in:
		@@ -1,4 +1,11 @@
 | 
			
		||||
---
 | 
			
		||||
- name: Install NGINX
 | 
			
		||||
  apt:
 | 
			
		||||
    name: nginx
 | 
			
		||||
  register: pkg_result
 | 
			
		||||
  retries: 3
 | 
			
		||||
  until: pkg_result is succeeded
 | 
			
		||||
 | 
			
		||||
- name: Copy conf of Nginx
 | 
			
		||||
  template:
 | 
			
		||||
    src: "nginx_note.conf"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user