Solved bugs and removed debug messages if repository is not reachable

This commit is contained in:
2024-01-05 11:08:09 +01:00
parent 5ad6bf7e34
commit d24b0dc839
10 changed files with 3 additions and 67 deletions

View File

@@ -26,14 +26,8 @@
dest: "{{docker_elk_compose_path}}"
update: yes
notify: recreate docker-elk
register: git_result
ignore_errors: true
- name: Warn if repo is not reachable
debug:
msg: "Warning: Repository is not reachable."
when: git_result.failed
- name: copy docker-compose.yml
template: src=docker-compose.yml.j2 dest={{docker_elk_compose_path}}docker-compose.yml
notify: recreate docker-elk