Removed buggy condition

This commit is contained in:
Kevin Veen-Birkenbach 2023-11-17 00:45:37 +01:00
parent 3dbdd1dfcb
commit 05d209fa1e

View File

@ -7,12 +7,12 @@
- name: "Update with pacman"
include_role:
name: update-pacman
when: ansible_distribution == 'Archlinux' and docker_compose_directory_stat.stat.exists
when: ansible_distribution == 'Archlinux'
- name: "Update with apt"
include_role:
name: update-apt
when: ansible_distribution == "Debian" and docker_compose_directory_stat.stat.exists
when: ansible_distribution == "Debian"
- name: "Update Docker Images"
include_role: