Make Ansible pull up-to-date containers when starting docker compose

This commit is contained in:
2024-07-02 17:29:36 +02:00
parent 11049a04d8
commit 9a46b316df
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -17,3 +17,7 @@ ansible-lint --offline
```
to avoid checking for a new version every single run.
## TODO
- [ ] Migrate to `community.docker.docker_compose_v2` (`v1` is deprecated)