Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 448 Bytes

README.plugins.rst

File metadata and controls

17 lines (12 loc) · 448 Bytes

Install Discourse plugins

Specify plugins to install in group_vars/all/main.yml:

discourse_plugins:
  - name: "discourse-akismet"
    repo: "https://github.com/discourse/discourse-akismet.git"
    version: "HEAD"

  - name: "discourse-spoiler-alert"
    repo: "https://github.com/discourse/discourse-spoiler-alert.git"
    version: "HEAD"