diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-07-12 10:52:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 10:52:58 -0400 |
commit | a99b49fb93f1edc4a1c68c472c059e3ed0c91b6b (patch) | |
tree | bf9fa185d46d1e9c2f908760c7e04c65562b6f49 /openshift-ansible.spec | |
parent | 8d5093659acb2947fe1734ff2035073a091d3647 (diff) | |
parent | 170eaec84278f45e8e4c997bda7f9d34f387b5bb (diff) | |
download | openshift-a99b49fb93f1edc4a1c68c472c059e3ed0c91b6b.tar.gz openshift-a99b49fb93f1edc4a1c68c472c059e3ed0c91b6b.tar.bz2 openshift-a99b49fb93f1edc4a1c68c472c059e3ed0c91b6b.tar.xz openshift-a99b49fb93f1edc4a1c68c472c059e3ed0c91b6b.zip |
Merge pull request #1827 from tdawson/201604-broken-symlinks
Bug 1330091 - cleanup broken symlinks - lookup_plugins filter_plugins
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index abb3781e4..f808faeeb 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -57,6 +57,10 @@ cp inventory/byo/* docs/example-inventories/ # openshift-ansible-playbooks install cp -rp playbooks %{buildroot}%{_datadir}/ansible/%{name}/ +# BZ1330091 +find -L %{buildroot}%{_datadir}/ansible/%{name}/playbooks -name lookup_plugins -type l -delete +find -L %{buildroot}%{_datadir}/ansible/%{name}/playbooks -name filter_plugins -type l -delete + # openshift-ansible-roles install cp -rp roles %{buildroot}%{_datadir}/ansible/%{name}/ |