Commit 5d1bb3a0 authored by nanahira's avatar nanahira

add session.token removal

parent 1242d6f8
......@@ -2,6 +2,10 @@
- hosts: gocq
remote_user: root
tasks:
- name: remove session.token
file:
path: '{{ ansible_user_dir }}/{{ service_path }}/template/session.token'
state: absent
- name: restart
docker_compose:
project_src: '{{ ansible_user_dir }}/{{ service_path }}'
......
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