Fix storage deploy condition in ansible playbook

This commit is contained in:
Alexey Kondratov
2022-03-28 20:47:55 +03:00
committed by Alexey Kondratov
parent 8a901de52a
commit d88f8b4a7e

View File

@@ -64,7 +64,6 @@
- pageserver
- name: update remote storage (s3) config
when: current_version > remote_version or force_deploy
lineinfile:
path: /storage/pageserver/data/pageserver.toml
line: "{{ item }}"