Switch to tested golang module, remove ruby
[ci-management.git] / packer / provision / local-docker.yaml
1 # This Ansible playbook adds packages to the
2 # O-RAN-SC build minion image that has Docker.
3 ---
4 - import_playbook: ../common-packer/provision/docker.yaml
5
6 - hosts: all
7   become_user: root
8   become_method: sudo
9
10   pre_tasks:
11     - include_role: name=lfit.system-update
12
13   tasks:
14     - include_role:
15         name: gantsign.golang
16       vars:
17         golang_version: 1.12
18         ansible_become: true