Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 511 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 511 Bytes

Role Name

This role will install the most recent, official release of go by default or it will optionally install another version (as defined by the variable go_version)

Requirements

None

Role Variables

go_version, the version of go to download and install

Dependencies

Example Playbook

---
- hosts: 127.0.0.1

roles:
  - ansible-go

License

BSD

Author Information

Edwin Skidmore ([email protected])