Skip to content

Commit

Permalink
Fix lint [201] Trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille authored Jun 3, 2019
1 parent 4e697e9 commit 6553468
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
PATH: '{{ golang_install_dir }}/bin:{{ ansible_env.PATH }}'
GOROOT: '{{ golang_install_dir }}'
GOPATH: '{{ golang_gopath }}'
when:
when:
- not ansible_check_mode
- go_installed.rc == 1

Expand Down Expand Up @@ -67,7 +67,7 @@
PATH: '{{ golang_install_dir }}/bin:{{ ansible_env.PATH }}'
GOROOT: '{{ golang_install_dir }}'
GOPATH: '{{ golang_gopath }}'
when:
when:
- not ansible_check_mode
- singularity_installed_version.rc == 1

Expand All @@ -79,7 +79,7 @@
PATH: '{{ golang_install_dir }}/bin:{{ ansible_env.PATH }}'
GOROOT: '{{ golang_install_dir }}'
GOPATH: '{{ golang_gopath }}'
when:
when:
- not ansible_check_mode
- singularity_installed_version.rc == 1

Expand All @@ -91,7 +91,7 @@
PATH: '{{ golang_install_dir }}/bin:{{ ansible_env.PATH }}'
GOROOT: '{{ golang_install_dir }}'
GOPATH: '{{ golang_gopath }}'
when:
when:
- not ansible_check_mode
- singularity_installed_version.rc == 1

Expand Down

0 comments on commit 6553468

Please sign in to comment.