- name: Install golang package: # It does not really matter which version we install, as long as it # can 'go get' the test repo, to then run the platform setup scripts, # which will then ensure we have the correct/necessary version of # golang installed. name: golang state: present become: yes