From ed0d7e3bf1fa6fa7fd38a47b577250ad16398bca Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 16 Oct 2018 16:56:35 -0600 Subject: [PATCH] Fix missing folders The vars, tests and handlers folders are not properly packaged. This change updates the setup.cfg to include these folders for distribution. Change-Id: I0d5784c01a681341b50418ef79888ac6d94a5344 --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 56ba38a..77d6deb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,10 +21,13 @@ setup-hooks = [files] data_files = share/ansible/roles/chrony/defaults = defaults/* + share/ansible/roles/chrony/files = files/* + share/ansible/roles/chrony/handlers = handlers/* share/ansible/roles/chrony/meta = meta/* share/ansible/roles/chrony/tasks = tasks/* share/ansible/roles/chrony/templates = templates/* - share/ansible/roles/chrony/files = files/* + share/ansible/roles/chrony/tests = tests/* + share/ansible/roles/chrony/vars = vars/* [wheel] universal = 1