mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Changed discourse reset routine
This commit is contained in:
parent
3a33c8b00f
commit
7cce98699c
@ -12,15 +12,9 @@
|
|||||||
- name: "include tasks nginx-docker-proxy-domain.yml"
|
- name: "include tasks nginx-docker-proxy-domain.yml"
|
||||||
include_tasks: nginx-docker-proxy-domain.yml
|
include_tasks: nginx-docker-proxy-domain.yml
|
||||||
|
|
||||||
- name: "stop container discourse_application"
|
- name: "destroy container discourse_application"
|
||||||
command:
|
command:
|
||||||
cmd: "docker stop discourse_application"
|
cmd: "./launcher destroy discourse_application"
|
||||||
ignore_errors: true
|
|
||||||
when: mode_reset | bool
|
|
||||||
|
|
||||||
- name: "rm container discourse_application"
|
|
||||||
command:
|
|
||||||
cmd: "docker rm discourse_application"
|
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
when: mode_reset | bool
|
when: mode_reset | bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user