diff options
author | Andrew Butcher <abutcher@redhat.com> | 2017-09-15 14:28:29 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2017-09-29 10:57:21 -0400 |
commit | a93d9ff45ddea4adaab9fd39947da50c50cc207d (patch) | |
tree | ad4d4be8866d49670942cb3cd21969bd29616741 | |
parent | ad0ffab25bfe2fa9b8b36f9a0668c137797fe2af (diff) | |
download | openshift-a93d9ff45ddea4adaab9fd39947da50c50cc207d.tar.gz openshift-a93d9ff45ddea4adaab9fd39947da50c50cc207d.tar.bz2 openshift-a93d9ff45ddea4adaab9fd39947da50c50cc207d.tar.xz openshift-a93d9ff45ddea4adaab9fd39947da50c50cc207d.zip |
Remove oo_option symlink from specfile.
-rw-r--r-- | openshift-ansible.spec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 1f81893d9..6e4d2cc08 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -84,10 +84,6 @@ touch %{buildroot}%{_datadir}/ansible/%{name}/roles/contiv/.empty_dir pushd %{buildroot}%{_datadir}/ansible/%{name}/roles/openshift_master_facts/filter_plugins ln -sf ../../../../../ansible_plugins/filter_plugins/oo_filters.py oo_filters.py popd -# openshift_master_facts symlinks lookup_plugins/oo_option.py from ansible_plugins/lookup_plugins -pushd %{buildroot}%{_datadir}/ansible/%{name}/roles/openshift_master_facts/lookup_plugins -ln -sf ../../../../../ansible_plugins/lookup_plugins/oo_option.py oo_option.py -popd # openshift-ansible-filter-plugins install cp -rp filter_plugins %{buildroot}%{_datadir}/ansible_plugins/ |