Commit de1fd70e by John Jarvis

Fixing names

parent b0ac94d5
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
# - nginx/tasks/main.yml # - nginx/tasks/main.yml
--- ---
- name: create lms application config - name: create lms application config
template: src=env.json.j2 dest=/opt/wwc/lms-env.json template: src=env.json.j2 dest=/opt/wwc/lms.env.json
sudo: True sudo: True
- name: create lms auth file - name: create lms auth file
template: src=auth.json.j2 dest=/opt/wwc/lms-auth.json template: src=auth.json.j2 dest=/opt/wwc/lms.auth.json
sudo: True sudo: True
- include: ../../nginx/tasks/nginx_site.yml state=link site_name=lms - include: ../../nginx/tasks/nginx_site.yml state=link site_name=lms
- include: ../../nginx/tasks/nginx_site.yml state=link site_name=lms-backend - include: ../../nginx/tasks/nginx_site.yml state=link site_name=lms-backend
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment