On Tue, 17 Sep 2019 19:06:36 -0700 (PDT)
Andrew Meyer <
andre...@gmail.com> wrote:
> I just updated CentOS 7 to the latest and now am getting this any playbook
> I try to run.
>
> [andrew@automation01 installer]$ ansible-playbook -i inventory install.yml -
> vv
> Traceback (most recent call last):
> File "/usr/bin/ansible-playbook", line 32, in <module>
> from ansible import context
> ImportError: cannot import name context
It's mixed yum/pip install, I guess. Delete all Ansible packages (yum/pip),
make sure nothing's left and install Ansible from scratch.
Cheers,
-vlado