fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Import config overrides from local.py #15

Open noonedeadpunk opened 3 years ago

noonedeadpunk commented 3 years ago

It seems that nowadays Taiga doesn't try to load config overrides from local.py which results in DB migration issue, since it try to use password auth instead of peer one.

By adding this task we explicitly import overrides after all defaults are set.

fghaas commented 3 years ago

Argh, sorry about the unrelated test failures. Looks like ansible-lint now wants rule names in skip_list, not numbers.