You've already forked ansible-role-sudo
							
							fix: value must be stored as a dictionary/hash
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Verify if not user and group exists for each entry
 | 
					# - name: Verify if not user and group exists for each entry
 | 
				
			||||||
  ansible.builtin.assert:
 | 
					#   ansible.builtin.assert:
 | 
				
			||||||
    that:
 | 
					#     that:
 | 
				
			||||||
    - (item.user is defined and item.group is not defined) or
 | 
					#     - (item.user is defined and item.group is not defined) or
 | 
				
			||||||
      (item.user is not defined and item.group is defined)
 | 
					#       (item.user is not defined and item.group is defined)
 | 
				
			||||||
  with_items: "{{ sudo_users_sudoers }}"
 | 
					#   with_items: "{{ sudo_users_sudoers }}"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user