Felix Fontein
Felix Fontein
That documentation is about docker-compose v2, and does not necessarily apply to docker-compose v1. In any case, the module uses docker-compose internals to achieve it goals. The module uses `project_from_options`...
The community.docker.docker_compose module has been removed from today's 4.0.0 release. If you are still using it, please upgrade to community.docker.docker_compose_v2, which no longer uses the End of Life versions Docker...
For reference, the old PR was #8100.
(Also `state` can also be `None`, so simply using `state[0]['status']` won't work either. The condition needs to be slightly more complex.)
You might want to use `state=exact` instead of `state=present`. According to the docs: > If V(present), all given attribute values will be **added** if they're missing Emphasesis mine. Apparently there's...
@tj-smith47 did you see `sops filestatus`? It provides a simple check whether a file is encrypted with SOPS without having to decrypt. (There's no checksum/signature involved; and there could be...
Maybe it's best to do all value comparisons by first converting both values to strings. The [Python library we use to communicate with the API](https://pypi.org/project/librouteros/) does some conversions: when receiving...
That's a result of how templating works in Ansible. IMO the main problem is that it's hard (or next to impossible) to distinguish between templating and expression evaluation. I've once...
I've created #397 which compares values as strings. I hope this fixes the problems reported here.
More information about MAC telnet: - https://wiki.mikrotik.com/MAC_access - https://github.com/haakonnessjoen/MAC-Telnet