Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 442 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 442 Bytes

ansible-role-gimme

Install multiple per user go versions by gimme shell script (https://github.com/travis-ci/gimme)

Role Variables

  • golang_version : Golang version (Default: 1.6.2)

Example Playbook

- hosts: all
  become: yes

  golang_version: 1.6.1
  ansible_become_user: alice

  roles:
        - ansible-role-gimme

-- LICENSE WTFPL