Skip to content

Commit

Permalink
Merge 1_10_master
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 1, 2021
1 parent ea99aec commit de04afc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contextualization/conf-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,6 @@
pip: name=cryptography version=2.9.2 executable=pip3
when: ansible_distribution == "Ubuntu" and ansible_distribution_major_version|int <= 14

- name: Install pyOpenSSL
pip: name=pyOpenSSL state=latest
when: ansible_os_family != "RedHat" or ansible_distribution_major_version|int > 6

- name: Install pkgs with Pip in RH6
pip: name="{{ item.name }}" version="{{ item.version }}" executable=pip3
when: ansible_os_family == "RedHat" and ansible_distribution_major_version|int <= 6
Expand Down

0 comments on commit de04afc

Please sign in to comment.