NOTICKET: Fix double whitespace

qa
Michael Haehnel 3 years ago
parent f96a7da1c2
commit 1b4394debe
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -154,7 +154,7 @@
host: '{{ stage_server_ip }}'
search_regex: OpenSSH
- name: "Open and mount LUKS encrypted LVM for datadir"
- name: "Open and mount LUKS encrypted LVM for datadir"
ansible.builtin.include_role:
name: lvm_with_hetzner_volumes
when: lvm_volume_encryption | bool
@ -165,7 +165,7 @@
lvm_with_hetzner_volumes__mountpath: "{{ postgres_pgdatadir_lvm_hcloudvol_mountpath }}"
lvm_with_hetzner_volumes__passphrase: "{{ postgres_volume_encryption_passphrase }}"
- name: "Open and mount LUKS encrypted LVM for backupdir"
- name: "Open and mount LUKS encrypted LVM for backupdir"
ansible.builtin.include_role:
name: lvm_with_hetzner_volumes
when: lvm_volume_encryption | bool and server_type == "slave"

Loading…
Cancel
Save