Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/3.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 1, 2019
2 parents 9fe68aa + bea6df6 commit 39742f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Major Changes

- Simplify for openSUSE by `disable_gpg_check: true`

## 3.0.0 - 2019-05-31

- Initial release for Ansible 2.8 or higher
Expand Down
1 change: 1 addition & 0 deletions tasks/suse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
name: "{{ item.name }}"
repo: "{{ item.repo }}"
state: "{{ item.state }}"
disable_gpg_check: true
auto_import_keys: true
autorefresh: true
with_items: "{{ _zypper_repository }}"
Expand Down

0 comments on commit 39742f9

Please sign in to comment.