From a3f53df9e98e96899e95b0510d2df47804516975 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 25 Oct 2021 22:36:56 +0200 Subject: [PATCH] correct the os version --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2fcdcab..fa35577 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,7 +2,7 @@ apt: name: "python-is-python3" state: "present" - when: ansible_facts['distribution_major_version'] >= "20.04" + when: ansible_facts['distribution_major_version'] >= "20" - name: "Upgrade to the latest packages" apt: