Compare commits

..

No commits in common. "a449d3f3db758b873dfe1e07b00f8214d37a0473" and "7ea64ca04c33d9b59c4911d477cef4ab594f7132" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1,7 +0,0 @@
---
- name: Prune docker
hosts: all
tasks:
- name: Docker prune all
ansible.builtin.shell:
cmd: docker system prune -af

View File

@ -14,8 +14,8 @@
- name: Docker upgrade Photoview
ansible.builtin.shell:
chdir: ~/Docker/photoview-docker
cmd: docker-compose pull -q && docker-compose up -d
cmd: docker-compose build --pull && docker-compose up -d
- name: Docker upgrade Vaultwarden
ansible.builtin.shell:
chdir: ~/Docker/vaultwarden
cmd: docker-compose pull -q && docker-compose up -d
cmd: docker-compose build --pull && docker-compose up -d