I just updated my collection to 22.8.0 and now I am getting an error in my snmp playbook that snmp_username is required. I'm not even sure what snmp_username would be?
All I'm trying to do with my playbook is to remove an old SNMPv1 community that is no longer used. So, previously I just specificied "community_name", "access_control", and "state: absent". Is there someting I can put in for the "snmp_username" that will allow it to run and remove the old community if it exists (or skip it if it's not there)?