summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-07-12 10:52:58 -0400
committerGitHub <noreply@github.com>2016-07-12 10:52:58 -0400
commita99b49fb93f1edc4a1c68c472c059e3ed0c91b6b (patch)
treebf9fa185d46d1e9c2f908760c7e04c65562b6f49 /openshift-ansible.spec
parent8d5093659acb2947fe1734ff2035073a091d3647 (diff)
parent170eaec84278f45e8e4c997bda7f9d34f387b5bb (diff)
downloadopenshift-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.spec4
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}/