Enable debugging again
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
feee9c10a3
commit
fc24fcb71e
14
playbook.yml
14
playbook.yml
@ -164,13 +164,13 @@
|
||||
K3S_TOKEN: "{{ cluster.token }}" # (hostvars[ansible_play_hosts[0]]).cluster.token
|
||||
K3S_URL: "{{ 'https://' + ( cluster.virtualip | ansible.utils.ipaddr('address') ) + ':6443' }}"
|
||||
|
||||
# rescue:
|
||||
rescue:
|
||||
|
||||
# - name: Debug systemd unit
|
||||
# ansible.builtin.shell:
|
||||
# cmd: systemctl status k3s -l --no-pager; journalctl -u k3s.service -b --no-pager
|
||||
# register: debug
|
||||
# - ansible.builtin.debug:
|
||||
# var: debug.stdout
|
||||
- name: Debug systemd unit
|
||||
ansible.builtin.shell:
|
||||
cmd: systemctl status k3s -l --no-pager; journalctl -u k3s.service -b --no-pager
|
||||
register: debug
|
||||
- ansible.builtin.debug:
|
||||
var: debug.stdout
|
||||
|
||||
when: inventory_hostname != ansible_play_hosts[0]
|
||||
|
Loading…
Reference in New Issue
Block a user