You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
174 B
YAML

# code: language=ansible
---
- name: Converge
hosts: all
roles:
- role: ansible-role-golang
golang_version: '1.20.8'
golang_gopath: '$HOME/workspace-go'