diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-07-29 13:11:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-29 13:11:08 -0400 |
commit | 0288a5664f794237384535d26e81467b99bdd6cb (patch) | |
tree | 629df7b67877caf165bd3b9dd9588f6a9ddb85f6 | |
parent | 8bf86040da4c98a1f26f436a412bfda34366977f (diff) | |
parent | 0233fc3b5db9d940f66a77a357ccd21a9d265d8f (diff) | |
download | openshift-0288a5664f794237384535d26e81467b99bdd6cb.tar.gz openshift-0288a5664f794237384535d26e81467b99bdd6cb.tar.bz2 openshift-0288a5664f794237384535d26e81467b99bdd6cb.tar.xz openshift-0288a5664f794237384535d26e81467b99bdd6cb.zip |
Merge pull request #2236 from maxamillion/fedora
update bootstrap-fedora playbook with new python crypto deps
-rw-r--r-- | playbooks/adhoc/bootstrap-fedora.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/bootstrap-fedora.yml b/playbooks/adhoc/bootstrap-fedora.yml index b380a74d6..5ca383a37 100644 --- a/playbooks/adhoc/bootstrap-fedora.yml +++ b/playbooks/adhoc/bootstrap-fedora.yml @@ -1,4 +1,4 @@ - hosts: OSEv3 tasks: - name: install python and deps for ansible modules - raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall + raw: dnf install -y python2 python2-dnf libselinux-python libsemanage-python python2-firewall pyOpenSSL python-cryptography |