Getting fatal: [192.168.0.51]: FAILED! => {"changed": false, "msg":
"jsondiff is not installed, try 'pip install jsondiff'"} error on fresh
ansible install on ubuntu 20.04 via apt. Additionally I installed
python3-jsondiff and community.docker from ansible-galaxy. All I’m trying
to do is destroy a docker stack using ansible-playbook. My yml looks like
this
---
- hosts: 192.168.0.51
tasks:
- name: Remove healthchecks stack
docker_stack:
name: healthchecks
state: absent
What am I missing?
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/de19e1eb-c049-4195-9154-7d3adfdf5f27n%40googlegroups.com.