Skip to content

Commit

Permalink
Don't error GPG import in check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Prittie committed Jan 13, 2017
1 parent c94338c commit 220fadd
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 220fadd

Please sign in to comment.