diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-09-22 16:39:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 16:39:21 -0400 |
commit | d09223f529e37fd4983bbb29f27edb403bbe010d (patch) | |
tree | d7df91f6f19d6c47d060ff498a6e93633571801b /playbooks/common/openshift-cluster | |
parent | 6ece6ac67ab2d0dc87ca7a2385d284546ceb3c8e (diff) | |
parent | 89943627feffd77fc31fff4cc17bd7033327772f (diff) | |
download | openshift-d09223f529e37fd4983bbb29f27edb403bbe010d.tar.gz openshift-d09223f529e37fd4983bbb29f27edb403bbe010d.tar.bz2 openshift-d09223f529e37fd4983bbb29f27edb403bbe010d.tar.xz openshift-d09223f529e37fd4983bbb29f27edb403bbe010d.zip |
Merge pull request #5498 from mgugino-upstream-stage/fedora-pyyaml
Add python3-PyYAML for Fedora installs
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_facts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/initialize_facts.yml b/playbooks/common/openshift-cluster/initialize_facts.yml index 0723575c2..517023ba1 100644 --- a/playbooks/common/openshift-cluster/initialize_facts.yml +++ b/playbooks/common/openshift-cluster/initialize_facts.yml @@ -94,7 +94,7 @@ with_items: - iproute - "{{ 'python3-dbus' if ansible_distribution == 'Fedora' else 'python-dbus' }}" - - PyYAML + - "{{ 'python3-PyYAML' if ansible_distribution == 'Fedora' else 'PyYAML' }}" - yum-utils - name: Ensure various deps for running system containers are installed |