From d88f8b4a7e0b8251db36b7ed1dad4888765e3b83 Mon Sep 17 00:00:00 2001 From: Alexey Kondratov Date: Mon, 28 Mar 2022 20:47:55 +0300 Subject: [PATCH] Fix storage deploy condition in ansible playbook --- .circleci/ansible/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/ansible/deploy.yaml b/.circleci/ansible/deploy.yaml index 09aca8539e..3540f01fcb 100644 --- a/.circleci/ansible/deploy.yaml +++ b/.circleci/ansible/deploy.yaml @@ -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 }}"