You've already forked ansible-role-unix-users
							
							refac: use .yaml instead of .yml extension
This commit is contained in:
		
							
								
								
									
										6
									
								
								tasks/remove_unix_group.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								tasks/remove_unix_group.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
- name: Remove unix group {{ unix_group.key }}
 | 
			
		||||
  ansible.builtin.group:
 | 
			
		||||
    name: "{{ unix_group.key }}"
 | 
			
		||||
    state: absent
 | 
			
		||||
		Reference in New Issue
	
	Block a user