Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jun 28, 2023
1 parent 8f2e369 commit eaf751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ansible.builtin.pip:
name: "pyopenssl"
state: "latest"
when: ansible_major_version == 20.04 or ansible_major_version == 18.04
when: ansible_distribution_version == 20.04 or ansible_distribution_version == 18.04

- name: "Ensure landscape client is installed"
ansible.builtin.apt:
Expand Down

0 comments on commit eaf751e

Please sign in to comment.