what I\'m trying to accomplish is to run commands inside of a Docker container that has already been created on a Digital Ocean Ubuntu/Docker Droplet using Ansible.
You can run commands within docker containers using the command module For example this code will execute echo "Hello1" and echo "Hello2" in my_container: