Skip to content

Commit

Permalink
clean up ansible report
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Taylor authored and Dean Taylor committed May 24, 2021
1 parent e452922 commit fd82209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: get microk8s join string
ansible.builtin.shell:
cmd: microk8s add-node
#cmd: microk8s add-node | sed -n "s/^.*\(microk8s join {{ microk8s_join_address }}:.*\)$/\1/p"
changed_when: false
delegate_to: "{{ groups['microk8s'] | first }}"
register: microk8s_add_node

Expand Down

0 comments on commit fd82209

Please sign in to comment.