Commit 862b9be2 by e0d

adding additional notifies

parent f36f7304
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
- name: forum | setup the forum env - name: forum | setup the forum env
template: src=forum_env.j2 dest={{ forum_home }}/forum_env owner={{ forum_user }} group={{ forum_user }} template: src=forum_env.j2 dest={{ forum_home }}/forum_env owner={{ forum_user }} group={{ forum_user }}
notify:
- forum | restart the forum service
tags: tags:
- forum - forum
- update - update
...@@ -24,9 +26,17 @@ ...@@ -24,9 +26,17 @@
dest="{{ forum_home }}/.bashrc" dest="{{ forum_home }}/.bashrc"
regexp='. {{ forum_home }}/forum_env' regexp='. {{ forum_home }}/forum_env'
line='. {{ forum_home }}/forum_env' line='. {{ forum_home }}/forum_env'
notify:
- forum | restart the forum service
tags:
- forum
- update
- name: forum | copy cs_comments_service SysVunit script - name: forum | copy cs_comments_service SysVunit script
template: src=cs_comments_service.j2 dest=/etc/init.d/cs_comments_service owner=root group=root mode=750 template: src=cs_comments_service.j2 dest=/etc/init.d/cs_comments_service owner=root group=root mode=750
notify:
- forum | restart the forum service
tags: tags:
- forum - forum
- install - install
...@@ -35,6 +45,8 @@ ...@@ -35,6 +45,8 @@
- name: forum | copy cs_comments_service upstart script - name: forum | copy cs_comments_service upstart script
template: src=cs_comments_service.conf.j2 dest=/etc/init/cs_comments_service.conf owner=root group=root mode=750 template: src=cs_comments_service.conf.j2 dest=/etc/init/cs_comments_service.conf owner=root group=root mode=750
notify:
- forum | restart the forum service
tags: tags:
- forum - forum
- install - install
......
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