Lena Fuhrimann

Results 78 comments of Lena Fuhrimann

I'm still getting this issue... @brandonweiss, can you tell me what kind of tasks I have to run to get it to work? I'm running ``` yml - name: Install...

I've got it working now with the `docker` (https://docs.ansible.com/ansible/docker_module.html) module of Ansible. Unfortunately, the `docker_service` (https://docs.ansible.com/ansible/docker_service_module.html) one still throws the above error... @defunctzombie, do you have any advice?

Nevermind, I got it to work by simply installing Docker Compose using Pip: ``` yml - name: Start etcd service: name=etcd.service state=started - name: Install docker-py pip: name=docker-py executable=/home/core/pypy/bin/pip -...

I'm experiencing the same problem... If the spinner is shown for more than just one or two seconds, it has a huge performance impact.

I think https://github.com/bonclay7/aws-amicleaner/pull/66 would solve this, right? Can we get it merged, @bonclay7?

@jwpeddle, thanks for this valid bug. Groups are currently not supported and the workaround is, as you described, to specify the group members individually. I added a section about groups...

@Bl0tt0, do you have any plans to have a look at my feedback? Otherwise, I would close this PR

Hi @danielbeicht I hadn't pushed the image to Docker Hub yet. Can you try again pulling the latest image?

Thanks, @imtomjorge. I just released `v0.2.0` with support for regions. Can you test if that works for you?