Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 490 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 490 Bytes

go

Installs go toolchain.

Path

Assumes PATH is configured to include /usr/local/go/bin. This can be achieved by adding the following to ``$HOME/.profile or /etc/profile:

export PATH=$PATH:/usr/local/go/bin

Requirements

N/A

Role Variables

N/A

Dependencies

N/A

Example Playbook

    - hosts: servers
      roles:
         - { role: go }

License

MIT

Author Information

Tim Hourigan