Moved playbooks here; zsh dotfiles distro; new config logs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
- name: Pull latest non-buildable service images
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd: docker compose pull --ignore-buildable
|
||||
cmd: docker compose pull --ignore-buildable --ignore-pull-failures
|
||||
chdir: "{{ item }}"
|
||||
loop: "{{ docker_compose_dirs | default([]) }}"
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user