Skip to content

Commit

Permalink
Ansible Python 2.6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Omont committed Nov 25, 2016
1 parent 9aafbf8 commit fb6af0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible-scripts/roles/ipst.openmpi/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

# install tasks file for ipst.openmpi

# validate_certs=False for compatibility with Python 2.6
- name: download openmpi
get_url: url={{ openmpi_url }} dest=/tmp/openmpi-{{ openmpi_version }}.tar.bz2
get_url: url={{ openmpi_url }} dest=/tmp/openmpi-{{ openmpi_version }}.tar.bz2 validate_certs=False

- name: extract openmpi tarball
unarchive: copy=no src=/tmp/openmpi-{{ openmpi_version }}.tar.bz2 dest=/tmp creates=/tmp/openmpi-{{ openmpi_version }}
Expand Down

0 comments on commit fb6af0f

Please sign in to comment.