DEV-769: fixed typo for linter

qa
Hoan To 3 years ago
parent 4e82754c78
commit 3cb0d8e01d

@ -30,7 +30,7 @@
lvm_with_hetzner_volumes__volprefix: "postgres-backup"
lvm_with_hetzner_volumes__volsize: "{{ postgres_backup_volume_size }}"
lvm_with_hetzner_volumes__volcount: "{{ postgres_backup_volume_count }}"
lvm_with_hetzner_volumes__mountpath: "{{ backup_directory}}"
lvm_with_hetzner_volumes__mountpath: "{{ backup_directory }}"
when: server_type == "master"
args:
apply:

Loading…
Cancel
Save