mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	changed wrong string
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
- name: install wireguard for Arch
 | 
					- name: install wireguard for Arch
 | 
				
			||||||
  pacman: name=wireguard-tools state=present
 | 
					  pacman: name=wireguard-tools state=present
 | 
				
			||||||
  when: ansible_os_family == "Arch"
 | 
					  when: ansible_os_family == "Archlinux"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: install wireguard for Ubuntu
 | 
					- name: install wireguard for Ubuntu
 | 
				
			||||||
  apt: name=wireguard state=present
 | 
					  apt: name=wireguard state=present
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user