Fix Playbook Title Typo
This commit is contained in:
		
							parent
							
								
									16bb096e34
								
							
						
					
					
						commit
						fdacbec5ea
					
				@ -1,12 +1,12 @@
 | 
				
			|||||||
- name: Install Caddy on Alpine Linux
 | 
					- name: Install Traefik on Alpine Linux
 | 
				
			||||||
  hosts: all
 | 
					  hosts: all
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  tasks:
 | 
					  tasks:
 | 
				
			||||||
    - name: Enable community packages
 | 
					    - name: Enable community packages
 | 
				
			||||||
      ansible.builtin.lineinfile:
 | 
					      ansible.builtin.lineinfile:
 | 
				
			||||||
        path: /etc/apk/repositories
 | 
					        path: /etc/apk/repositories
 | 
				
			||||||
        regexp: '^#http://dl-cdn.alpinelinux.org/alpine/v3.18/community'
 | 
					        regexp: "^#http://dl-cdn.alpinelinux.org/alpine/v3.18/community"
 | 
				
			||||||
        line: 'http://dl-cdn.alpinelinux.org/alpine/v3.18/community'
 | 
					        line: "http://dl-cdn.alpinelinux.org/alpine/v3.18/community"
 | 
				
			||||||
        state: present
 | 
					        state: present
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Update apk packages
 | 
					    - name: Update apk packages
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user