docker_image state: absent leaves images as untagged ??

Hi,

After successful execution of the following code, I can see that the images are left in untagged state. What am I doing wrong??

THX - Albert

I’m using ansible 2.5.0

Adding force: yes have solved the issue which persoanly, i dont see any reason for this behaviour. Why should I leave untagged image on my machine? anyway …

Hi,

Adding force: yes have solved the issue which persoanly, i dont see
any reason for this behaviour. Why should I leave untagged image on
my machine? anyway ..

I think you should create an issue on github for this
(https://github.com/ansible/ansible/issues/new/choose).

The behavior will probably not change (as there's aready the
distinction between force=no and force=yes), but the documentation
could be improved. To me, it was not clear from reading it that with
force=no, the image is simply untagged (the documentation mentions
"removed").

Cheers,
Felix