Browse Source

Increase changed roles' version numbers

pull/17/head
Kristijan Mitrovic 4 years ago
parent
commit
2e5b38565a
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      automation/roles/algo/files/bubble_role.json
  2. +1
    -1
      automation/roles/bubble/files/bubble_role.json
  3. +1
    -1
      automation/roles/mitmproxy/files/bubble_role.json

+ 1
- 1
automation/roles/algo/files/bubble_role.json View File

@@ -1,5 +1,5 @@
{ {
"name": "algo-0.0.1",
"name": "algo-0.0.2",
"priority": 400, "priority": 400,
"template": true, "template": true,
"install": "node", "install": "node",


+ 1
- 1
automation/roles/bubble/files/bubble_role.json View File

@@ -1,5 +1,5 @@
{ {
"name": "bubble-0.0.1",
"name": "bubble-0.0.2",
"priority": 300, "priority": 300,
"template": true, "template": true,
"config": [ "config": [


+ 1
- 1
automation/roles/mitmproxy/files/bubble_role.json View File

@@ -1,5 +1,5 @@
{ {
"name": "mitmproxy-0.0.1",
"name": "mitmproxy-0.0.2",
"priority": 600, "priority": 600,
"template": true, "template": true,
"install": "node", "install": "node",


Loading…
Cancel
Save