Skip to content

Commit

Permalink
fixed the order in which the components are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Jan 19, 2023
1 parent d74336a commit 6b0d24d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment/ansible/roles/k8s/tasks/main.yml
Expand Up @@ -29,5 +29,7 @@
loop_control:
loop_var: comp
with_fileglob:
- components/*.yml
- components/cert-manager.yml
- components/kuma.yml
- components/argocd.yml
when: ansible_host == etcd_leader_ip

0 comments on commit 6b0d24d

Please sign in to comment.