From 2e5b38565a6fdba5ecdf3c00bc8e138b5f42878a Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Fri, 5 Jun 2020 13:01:14 +0200 Subject: [PATCH] Increase changed roles' version numbers --- automation/roles/algo/files/bubble_role.json | 2 +- automation/roles/bubble/files/bubble_role.json | 2 +- automation/roles/mitmproxy/files/bubble_role.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automation/roles/algo/files/bubble_role.json b/automation/roles/algo/files/bubble_role.json index 97b48413..d1ed5efb 100644 --- a/automation/roles/algo/files/bubble_role.json +++ b/automation/roles/algo/files/bubble_role.json @@ -1,5 +1,5 @@ { - "name": "algo-0.0.1", + "name": "algo-0.0.2", "priority": 400, "template": true, "install": "node", diff --git a/automation/roles/bubble/files/bubble_role.json b/automation/roles/bubble/files/bubble_role.json index 6b12a45c..066c5176 100644 --- a/automation/roles/bubble/files/bubble_role.json +++ b/automation/roles/bubble/files/bubble_role.json @@ -1,5 +1,5 @@ { - "name": "bubble-0.0.1", + "name": "bubble-0.0.2", "priority": 300, "template": true, "config": [ diff --git a/automation/roles/mitmproxy/files/bubble_role.json b/automation/roles/mitmproxy/files/bubble_role.json index edd9e8b8..b1943741 100644 --- a/automation/roles/mitmproxy/files/bubble_role.json +++ b/automation/roles/mitmproxy/files/bubble_role.json @@ -1,5 +1,5 @@ { - "name": "mitmproxy-0.0.1", + "name": "mitmproxy-0.0.2", "priority": 600, "template": true, "install": "node",