Skip to content

Commit 8649c99

Browse files
committed
Publish playbook: install golang with dedicated role
We might require a version of golang that is not available through the underlying distro's packaging. Install it via the install-golang role. Change-Id: I5d9a11ac6bf7378df76774cfaeaa3938d1f44536
1 parent b5b6d53 commit 8649c99

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

playbooks/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
- hosts: "{{ hostname | default('controller') }}"
33
roles:
4+
- install-golang
45
- publish-operator-quay

roles/publish-operator-quay/tasks/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
become: true
44
ansible.builtin.package:
55
name:
6-
- golang
76
- make
87
- podman
98
- skopeo

0 commit comments

Comments
 (0)