libvirt switched back from jansson to yajl, so we're
going to need this in a second.
This reverts commit d2bbe1eee61aea55beed7eea5d9ed60f3a08cbb9.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/playbooks/update/tasks/kludges.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guests/playbooks/update/tasks/kludges.yml
b/guests/playbooks/update/tasks/kludges.yml
index 31e9d6a..0ad61a7 100644
--- a/guests/playbooks/update/tasks/kludges.yml
+++ b/guests/playbooks/update/tasks/kludges.yml
@@ -9,7 +9,9 @@
force: yes
with_items:
- include/sasl
+ - include/yajl
- lib/libsasl2.so
+ - lib/libyajl.so
when:
- os_name == 'FreeBSD'
--
2.17.1