finished with a bunch more
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
when:
|
||||
- go_install_method is undefined
|
||||
ansible.builtin.set_fact:
|
||||
go_install_method: "{% if install_method in go_install_methods %}{{ install_method }}{% else %}{{ go_install_methods[0] }}{% endif %}"
|
||||
go_install_method: "{{ install_method if install_method in go.install_methods else go.install_methods[0] }}"
|
||||
|
||||
- name: Configure go system installation
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user