fghaas / taiga-ansible

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

Gravatar option #6

Closed rbrightling closed 6 years ago

rbrightling commented 6 years ago

Add option to enable/disable gravatar.

Added taiga_front_gravatar_enabled to taiga-front role. This is used in the conf.json.j2 template to change the gravatar setting.

fghaas commented 6 years ago

Thanks Robert! I merged your patches, and made a few small improvements in b81c9722cb0d3709325180c6c327c2e3bc19e3ec. You'll want to update your vars files to reflect the variable name change.

rbrightling commented 6 years ago

Awesome, thanks :)