Remove redundant tasks;Fix health check;Add gitea config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-29 08:51:33 +02:00
parent 2cd2c4c6d0
commit b0dad1caf7
3 changed files with 3 additions and 6 deletions

View File

@ -40,7 +40,7 @@
url: https://git.{{ vapp['metacluster.fqdn'] }}/api/healthz
method: GET
register: api_readycheck
until: api_readycheck.json.status | default(false) | bool
until: api_readycheck.json.status is defined
retries: 3
delay: 30

View File

@ -28,8 +28,3 @@
ansible.builtin.template:
dest: /etc/rancher/k3s/registries.yaml
src: registries.j2
notify:
- Apply manifests
- name: Trigger handlers
ansible.builtin.meta: flush_handlers