@jmtd
% ansible-playbook 8ball.yaml
PLAY [localhost] *****************************************************
TASK [Gathering Facts] *****************************************************
ok: [localhost]
TASK [8 ball] *****************************************************
ok: [localhost] => {
"msg": "it depends"
}
PLAY RECAP *****************************************************
localhost : ok=2 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
@jmtd if you use an older version then sure. If you want to use the latest versions you probably have some work to do.
Maybe try a venv with the right version?
@ttyS1 I suspect it might be less work to just start over with my recipes. Thanks!