Skip to content

Commit

Permalink
Wrapped long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
pneerincx committed Aug 7, 2020
1 parent 1f67196 commit b5f37d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/ssh_host_signer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
args:
executable: '/bin/bash'
vars:
existing_certificates_dir: "{{ temporary_directory.path | quote }}/existing_certificates/{{ inventory_hostname | quote }}{{ ssh_host_signer_key_directory }}"
existing_certificates_dir: "{{ temporary_directory.path | quote }}/existing_certificates/\
{{ inventory_hostname | quote }}{{ ssh_host_signer_key_directory }}"
with_items: "{{ certificates.files }}"
changed_when: false
failed_when: false
Expand Down

0 comments on commit b5f37d3

Please sign in to comment.