Skip to content

Commit 001d51b

Browse files
committed
Display go version
Singularity - fix idempotence
1 parent 24d8835 commit 001d51b

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
distro:
4545
- centos8
4646
- centos7
47-
- ubuntu1804
4847
- ubuntu2004
48+
- ubuntu1804
4949

5050
steps:
5151
- name: Check out the codebase.

molecule/default/version.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
GOROOT: '{{ golang_install_dir }}'
5656
GOPATH: '{{ golang_gopath }}'
5757
register: go_versions
58+
changed_when: false
5859

5960
- name: singularity | display Go version
6061
debug:
@@ -91,6 +92,10 @@
9192
changed_when: false
9293
failed_when: false
9394

95+
- name: singularity | display singularity installed version
96+
debug:
97+
var: singularity_installed_version
98+
9499
- name: singularity | compile the Singularity binary | mconfig
95100
command: ./mconfig
96101
args:

0 commit comments

Comments
 (0)