Skip to content
Snippets Groups Projects
Commit ba2e05e8 authored by Chris Croome's avatar Chris Croome
Browse files

Upgrade Discpurse Playbook added

parent a30c64a8
No related merge requests found
---
- name: Install Discourse
hosts: "{{ hostname }}"
roles:
- discourse-upgrade
---
- name: Discourse code updated
git:
repo: https://github.com/discourse/discourse_docker.git
dest: /var/discourse
update: yes
become: yes
become_user: 'discourse'
- name: Discourse rebuild app
command: /var/discourse/launcher rebuild app
args:
chdir: /var/discourse
become: yes
become_user: 'discourse'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment