From 26b435d302ce485eb085d887857718739dbd0299 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Mon, 18 Mar 2019 07:53:53 +0000 Subject: [PATCH] manifest: add zuul/ansible and ansible-config.conf This change ensure the ansible plugins and the ansible-config.conf file are installed with Zuul. Change-Id: I321e52b29f1ca34d224c4e6fe33c60d5ac42590f --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 3a94f83b37..0b6aed491c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,8 @@ include AUTHORS include ChangeLog +include zuul/ansible/*/* +include zuul/ansible/*/*/* +include zuul/lib/ansible-config.conf include zuul/web/static/* include zuul/web/static/static/*/*