In 32. Docker with Ansible, docker_image tries to pull centos i.e. centos:latest. Since the official CentOS image is deprecated, I don't think the latest tag is available any more (the pull fails with error 'manifest not found').
Suggest replacing centos with centos:centos7 in these playbooks.
Let me know if a PR would be helpful.
In 32. Docker with Ansible,
docker_imagetries to pullcentosi.e.centos:latest. Since the official CentOS image is deprecated, I don't think the latest tag is available any more (the pull fails with error 'manifest not found').Suggest replacing
centoswithcentos:centos7in these playbooks.Let me know if a PR would be helpful.