We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb21b commit 4c2a6ffCopy full SHA for 4c2a6ff
bibigrid/scaling.py
@@ -10,7 +10,7 @@
10
import requests
11
import yaml
12
13
-VERSION = "0.6.1"
+VERSION = "0.6.2"
14
HOME = str(Path.home())
15
PLAYBOOK_DIR = HOME + '/playbook'
16
PLAYBOOK_VARS_DIR = HOME + '/playbook/vars'
@@ -39,7 +39,7 @@ def update_all_yml_files(password):
39
worker
40
for worker in data["active_worker"]
41
if worker is not None
42
- and worker.get("status", "").lower() == "ACTIVE"
+ and worker.get("status", "").lower() == "active"
43
and worker.get("ip") is not None
44
]
45
0 commit comments