mainnet: drop purging of DBs, resync does that

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-09-14 15:18:37 +02:00
parent 98b38cbf96
commit 21926f4cf7
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 0 additions and 12 deletions

View File

@ -43,15 +43,3 @@
loop_control:
loop_var: node
index_var: idx
- name: Configure periodic puging of nodes DBs
become: true
serial: '{{ serial|default(1) }}'
hosts: nimbus-mainnet-metal
tasks:
- include_role: name=nimbus-db-purge
when: node.get("db_purge", None)
with_items: '{{ nodes_layout[hostname] }}'
loop_control:
loop_var: node
index_var: idx