Add crude pause;Remove debug step
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Danny Bessems 2022-04-24 22:09:14 +02:00
parent 2584d3c945
commit c8d7fae061
1 changed files with 5 additions and 6 deletions

View File

@ -152,6 +152,11 @@
- ansible.builtin.debug:
var: "{{ pod_state.results }}"
- name: Pause to allow k3s to initialize fully
ansible.builtin.pause:
seconds: 300
delegate_to: "{{ ansible_play_hosts[0] }}"
run_once: true
@ -184,12 +189,6 @@
- applications.k3s.yml
tasks:
- ansible.builtin.shell:
cmd: kubectl version;kubectl get node
register: nodes_status
- ansible.builtin.debug:
var: nodes_status
- name: Add Helm chart repositories
kubernetes.core.helm_repository:
name: "{{ item.name }}"