Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Fix signature check when using AWS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Jun 30, 2021
1 parent 038a008 commit 4b62267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
args:
chdir: "{{ xrt_tmp.path }}"
changed_when: false
failed_when: _aws_sig.rc != 0 and "could not be verified." not in _aws_sig.stderr
register: _aws_sig
when:
- xilinx_xrt_install | bool
- not xbutil.stat.exists
Expand Down
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
args:
chdir: "{{ xrt_tmp.path }}"
changed_when: false
failed_when: _xrt_sig.rc != 0 and "could not be verified." not in _xrt_sig.stderr
register: _xrt_sig
when:
- xilinx_xrt_install | bool
- not xbutil.stat.exists
Expand Down

0 comments on commit 4b62267

Please sign in to comment.