Hi Everyone.
I am trying to setup ansible to interact with the meraki api, and I am having difficulties.
I am using the instructions provided on the github. https://github.com/meraki/dashboard-api-ansible
However when attempting to perform the basic who_am_i.yml script, it will fail and indicate that the SDK is not installed.
I have attached screenshots of my linux workstation.
Instead of naming the script who_am_i.yml, I created one called helloworld.yml.
Instead of naming the hosts as meraki_servers, it is called meraki.
my Collection output indicating that cisco.meraki is installed and up to date.
![Ansible Collection.png Ansible Collection.png](https://community.meraki.com/t5/image/serverpage/image-id/38036iF085445613B70538/image-size/large?v=v2&px=999)
My Anisble Version. indicating that the core is 2.17.1 and the python version is 3.12
![AnsibleVersion.png AnsibleVersion.png](https://community.meraki.com/t5/image/serverpage/image-id/38037iBCFE06A32A0FC0B6/image-size/large?v=v2&px=999)
My helloworld.yml file, the vars_file is extra but in my environement it is required or else the playbook will fail.
![HelloWorld.yml.png HelloWorld.yml.png](https://community.meraki.com/t5/image/serverpage/image-id/38038iCDEE068A0EFC9E18/image-size/large?v=v2&px=999)
The output of the playbook for the task.
![MerakiSDKNotInstalled.png MerakiSDKNotInstalled.png](https://community.meraki.com/t5/image/serverpage/image-id/38035i3B8368B009AF6CF1/image-size/large?v=v2&px=999)
The output of pip install meraki indicating it is installed.
![PipInstall.png PipInstall.png](https://community.meraki.com/t5/image/serverpage/image-id/38039i341AD0D782B86122/image-size/large?v=v2&px=999)
While I am uncertain, I think this would be a fraction of the SDK library for meraki but its located in ansible, which is odd.![PythonLibrary.png PythonLibrary.png](https://community.meraki.com/t5/image/serverpage/image-id/38040iB78A21174D6F938B/image-size/large?v=v2&px=999)
Any help would be greatly appreciated.