From 590975b9a184ed84d09f956656677f7322601c57 Mon Sep 17 00:00:00 2001
From: tec <tec@ucc.gu.uwa.edu.au>
Date: Tue, 24 Dec 2019 17:19:30 +0800
Subject: [PATCH] Ooops, missed something

---
 monitor_client.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monitor_client.yml b/monitor_client.yml
index e667f43..bdadc4c 100644
--- a/monitor_client.yml
+++ b/monitor_client.yml
@@ -18,5 +18,5 @@
   roles:
       - {
             role: cloudalchemy.node-exporter,
-            when: ansible_distribution == 'Debian' and ansible_distribution_version != '10.2',
+            when: ansible_distribution == 'Debian' and ansible_distribution_major_version != '10',
         }
\ No newline at end of file
-- 
GitLab