From f6f364c5515aae9602d96c5ee70f0b6e7c0f2dd6 Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:39:41 +0200 Subject: [PATCH] Operators: Ansible version syntax and comment update (#6657) --- ansible/nym-node/playbooks/group_vars/all.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ansible/nym-node/playbooks/group_vars/all.yml b/ansible/nym-node/playbooks/group_vars/all.yml index e62136b2b9..aed33fcce3 100644 --- a/ansible/nym-node/playbooks/group_vars/all.yml +++ b/ansible/nym-node/playbooks/group_vars/all.yml @@ -60,7 +60,8 @@ packages: ## SYSTEM MAINTENANCE PLAYBOOK KNOBS ############################################################################### -# nym_version: "v2025.21-mozzarella" +# To use particular version instead of Latest, provide in such form: +# nym_version: "nym-binaries-v2026.7-tola" ## NOTE: ## if you want to pin Nym to a specific version instead of using the @@ -117,4 +118,4 @@ packages: # enable_writeback_tuning: true # writeback_dirty_writeback_centisecs: 1500 -# writeback_dirty_expire_centisecs: 6000 \ No newline at end of file +# writeback_dirty_expire_centisecs: 6000