Skip to content

Commit

Permalink
chore(lint): line-length tasks/encryption.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed May 8, 2024
1 parent 57cc916 commit 07c4aa8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tasks/encryption.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@

- name: encryption | Combine private and public key
ansible.builtin.copy:
content: "{{ bareos_fd_encryption_private_key_generated.privatekey | default(bareos_fd_encryption_private_key) }}{{ bareos_fd_encryption_public_key.certificate }}"
content: >-
{{ bareos_fd_encryption_private_key_generated.privatekey |
default(bareos_fd_encryption_private_key) }}
{{ bareos_fd_encryption_public_key.certificate }}
dest: /etc/bareos/{{ bareos_fd_hostname }}.pem
owner: bareos
group: bareos
Expand Down

0 comments on commit 07c4aa8

Please sign in to comment.