Skip to content

Commit

Permalink
removed merge conflict stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bowen committed Mar 6, 2020
1 parent ad746b5 commit 4591b3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
rpm_key:
state: present
key: "{{ jenkins_repo_key_url }}"
<<<<<<< HEAD
when: jenkins_repo_url | default(false)
=======
when: jenkins_repo_url != ''
>>>>>>> a0add32f611625bb9d515fd6c15a7fccac5d8c23
register: get_result
until: get_result is success
retries: 3
Expand Down

0 comments on commit 4591b3b

Please sign in to comment.