Fix conflict between tq and tqe directories

When reinstalling tq and tqe there is conflict with config/
directory, which is populated by both repos. Fix it by specifying
exactly what to install in tqe.
Related-bug: #1955574
Change-Id: I0b1d85e83b51ef86f245f237dd72dd5306d2f79e
This commit is contained in:
Sagi Shnaidman 2021-12-25 03:30:32 +02:00
parent 31a0957f4c
commit fb4d5a1083
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ classifier =
[files]
data_files =
config = config/*
config/environments = config/environments/*
config/general_config = config/general_config/*
playbooks = playbooks/*
vars = vars/*
usr/local/share/ansible/roles = roles/*