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

@@ -29,14 +29,8 @@
recursive: yes
version: main
notify: setup bigbluebutton
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: deploy .env
template: src=env.j2 dest={{docker_compose_instance_directory}}/.env
notify: setup bigbluebutton