correct the os version

This commit is contained in:
Andreas Zweili 2021-10-25 22:36:56 +02:00
parent e37aa731ba
commit a3f53df9e9
1 changed files with 1 additions and 1 deletions

View File

@ -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: