An Ansible role which installs and configures golang (The Go Programming Language)
Currently this role is developed for and tested on Debian GNU/Linux (release: stretch).
Ansible version compatibility: Dockerfile
---
- hosts: "all"
roles:
- role: "ansible-golang"
tags:
- "golang"
post_tasks:
- block:
- include: "tests/test_golang.yml"
tags:
- "tests"
Available role variables and their respective default values are to be found in: defaults/main.yml
None
MIT
- Patrick Ringl