Moved playbooks here; zsh dotfiles distro; new config logs

This commit is contained in:
2026-09-13 14:16:38 -04:00
parent 386e165f6b
commit cd2fb6651f
13 changed files with 260 additions and 2 deletions
+1 -1
View File
@@ -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