remove an unused parantese

This commit is contained in:
Andreas Zweili 2021-10-25 22:40:14 +02:00
parent b6603d9653
commit edef116519
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
name: "python-is-python3"
state: "present"
when:
- ansible_facts['distribution_major_version'] | int >= 20)
- ansible_facts['distribution_major_version'] | int >= 20
- ansible_facts['os_family'] == "Ubuntu"
- name: "Upgrade to the latest packages"