commit | 9232afd37cf7bd5456f46655fca2bc6b9de7c7fd | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu Oct 12 17:16:26 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Thu Oct 12 17:16:26 2017 -0700 |
tree | cff3110bee81795965e38960303e417511cb1101 | |
parent | b79101e90ff50e7bd007b1419180d7ba48b899ee [diff] [blame] |
CORD-2084 Explicitly install cryptography package Change-Id: I82838bf61bc4c66edbb86253b6d8e9ac6cb1202b
diff --git a/roles/ansible/tasks/main.yml b/roles/ansible/tasks/main.yml index 6edffcb..2c3ca1a 100644 --- a/roles/ansible/tasks/main.yml +++ b/roles/ansible/tasks/main.yml
@@ -10,6 +10,10 @@ - libssl-dev - sshpass +- name: Install Cryptography package via pip + pip: name=cryptography version=1.9 + become: yes + - name: "Install Ansible via pip" pip: name=ansible version=2.2.2.0 become: yes