Skip to content

Commit

Permalink
Merge pull request geerlingguy#18 from dprittie/master
Browse files Browse the repository at this point in the history
Don't error GPG import in check mode
  • Loading branch information
geerlingguy authored Jan 14, 2017
2 parents c94338c + 220fadd commit 5a185b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
key: "{{ epel_repo_gpg_key_url }}"
state: present
when: not epel_repofile_result.stat.exists
ignore_errors: "{{ ansible_check_mode }}"

0 comments on commit 5a185b0

Please sign in to comment.