Compare commits

..

1 commit

Author SHA1 Message Date
707559c167 Update all stable non-major dependencies
Some checks failed
/ Ansible Lint (push) Failing after 50s
/ Ansible Lint (pull_request) Failing after 50s
2026-01-25 12:15:50 +00:00
2 changed files with 2 additions and 4 deletions

View file

@ -1,3 +1 @@
docker_compose__build: always
docker_compose__configuration_files: [ ]
docker_compose__pull: always

View file

@ -79,8 +79,8 @@
community.docker.docker_compose_v2:
project_src: /ansible_docker_compose
state: present
build: "{{ docker_compose__build }}"
pull: "{{ docker_compose__pull }}"
build: always
pull: always
remove_orphans: true
become: true