Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,Recently I had an ansible play stop working.The error I am getting is:The full traceback is:
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/ansible/executor/task_executor.py", line 165, in run
res = self._execute(...
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-ansibleHowever when attempting to perform the basic who...
I resolved the issue.In our environment, we are using Semaphore for Ansible, and what happened was Semaphore is using a different python module location, which was using an out of date Meraki SDK, than what any other account in the Linux box uses.
For my environment, and most likely other environments, Ansible most likely is going to be installed under a virtual environment, I have noticed this if you use pip to install Ansible.Please use my photos for reference.In photo two, the output of ans...
That is correct. I thought it wasnt. but when checking where its running, it is its own virtual environment, I even attempted to have it look outside of that environment but without any luck. so i just copied the entire library over to the virtual en...
Python 3.12 is installed on the system, when performing the above commands you mentioned they indicate that "Requirement already satisfied", and the output is exactly the same in regards to pip vs pip3 command. Python has already been re-installed on...