Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Ignore ssh key copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrieu, Alban committed Oct 31, 2017
1 parent 653e495 commit 16b5bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
mode=0600
become: yes
when: jenkins_ssh_key_file != ""

ignore_errors: yes

- name: jenkins-ssh | Setup SSH hosts
lineinfile:
line="{{item}}"
Expand All @@ -37,4 +38,3 @@
with_items: "{{jenkins_ssh_authorized_keys_fingerprints}}"
when: jenkins_ssh_authorized_keys_fingerprints | length > 0
become: yes

0 comments on commit 16b5bba

Please sign in to comment.