diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index 26c0cdb110..429d8b7127 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -9,12 +9,12 @@ apt: state: present name: ['python-pkg-resources', 'python2-pip'] - when: ansible_distribution_version | float < 20 + when: ansible_distribution_version | float < 18 - name: Installing other packages apt: state: present name: ['python-pkg-resources', 'python3-pip', 'acl'] - when: ansible_distribution_version | float > 20 + when: ansible_distribution_version | float > 18 roles: - bootstrap_any tags: