updating documentation
- giving things a better structure - better documentation with the way things need to be as a standard
This commit is contained in:
@@ -56,11 +56,11 @@
|
||||
- name: Finalize go archive install
|
||||
ansible.builtin.set_fact:
|
||||
go_archive_install:
|
||||
extract_path: "{{ go_extract_path }}"
|
||||
archive_url: "{{ go_archive_url }}"
|
||||
archive_name: "{{ go_archive }}"
|
||||
archive_checksum: "{{ go_archive_sums[go_archive_version][ansible_system][go_arch] }}"
|
||||
link_bin:
|
||||
extract_to: "{{ go_extract_path }}"
|
||||
url: "{{ go_archive_url }}"
|
||||
name: "{{ go_archive }}"
|
||||
checksum: "{{ go_archive_sums[go_archive_version][ansible_system][go_arch] }}"
|
||||
bins:
|
||||
- from: "{{ go_archive_path }}/go"
|
||||
to: "{{ path_go }}"
|
||||
force: true
|
||||
|
||||
Reference in New Issue
Block a user