--- - name: install package apt: name: 'golang-{{ go_programs_version }}' tags: go - name: create gopath directory file: path: /usr/local/src/go/bin owner: root group: root state: directory tags: go