Solved bugs

This commit is contained in:
2023-11-16 16:40:45 +01:00
parent 8c42d38bca
commit 0cd2b109e4
7 changed files with 27 additions and 37 deletions

View File

@@ -1,2 +0,0 @@
# update
starts all of the different system update roles based on conditions

View File

@@ -1,10 +0,0 @@
tasks:
- name: "Check if {{path_docker_compose_files}} directory exists"
stat:
path: {{path_docker_compose_files}}
register: docker_compose_directory_stat
roles:
- { role: update-pacman, when: ansible_distribution == 'Archlinux' }
- { role: update-apt, when: ansible_distribution == "Debian" }
- { role: update-docker, when: docker_compose_directory_stat.stat.exists }