So from what i gathered from your feedback here is that I didnt have ansible installed within the venv, so i installed ansible under the venv and re-ran the playbook with success.
(.venv) [bmarr@localhost .venv]$ pip install ansible
as for the other part
Im still pretty fresh in linux and ansible, what are you meaning by this? Is it possible to install the packages within the venv and they are useable while not in the venv?
3. install pyats
(.venv) [bmarr@localhost ~]$ pip install pyats
4. install genie
(.venv) [bmarr@localhost ~]$ pip install genie
I would like to not have to enter a venv everytime i want to use the galaxy collection, per the video course they stated it could cause problems if the galaxy packages are installed outside of the venv. If this is not possible then thats fine ill make due but im hoping thats not the case.
OR
Should i have just created a venv for Ansible from the start and only work in the venv when using ansible?