I'm running into issues in an Ansible script which has a test for Apple M1 processors.
I have an M2 so I'll need to turn this into a list of processors that we can expand as M3s and what not gets released.
I do however wish to make this list as complete as possible now already and I'm looking for a list of possible values in ansible_processor
. Or at least what source is used to populate that var.