Hello this is awol I am having a issue here with molecule where when i try to test a role with ubuntu. When I run molecule it doesn't give any errors.
changed: [localhost] => (item={'started': 1, 'finished': 0, 'ansible_job_id': '74676270053.259692', 'results_file': '/home/ansible/.ansible_async/74676270053.259692', 'changed': True, 'failed': False, 'item': {'image': '
docker.io/fnndsc/ubuntu-python3:18.04', 'name': 'ubuntu1804', 'pre_build_image': True}, 'ansible_loop_var': 'item'})
changed: [localhost] => (item={'started': 1, 'finished': 0, 'ansible_job_id': '315668388846.259714', 'results_file': '/home/ansible/.ansible_async/315668388846.259714', 'changed': True, 'failed': False, 'item': {'image': '
docker.io/library/centos:latest', 'name': 'centos7', 'pre_build_image': True}, 'ansible_loop_var': 'item'})
Then when i run docker ps i only see 1 image running.
(ansible) ansible@ansible-server /e/a/r/baseline_role (dev)> sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
21b2d760a1d8 centos:latest "bash -c 'while true…" 2 minutes ago Up 2 minutes centos7
scenario ....
....
On the dev tree.
Any help I can get i would be amazing. I'm sorry if its hard to read.