diff --git a/patchday.yml b/patchday.yml index 2b7dc59..52b6245 100644 --- a/patchday.yml +++ b/patchday.yml @@ -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"