Commit 6f2c1362 by e0d

cleanup.

parent e586b461
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
- name: notifier | setup the notifier env - name: notifier | setup the notifier env
template: template:
src=notifier_env.j2 dest="{{ notifier_home }}/notifier_env" src=notifier_env.j2 dest={{ notifier_home }}/notifier_env
owner="{{ notifier_user }}" group="{{ notifier_user }}" owner="{{ notifier_user }}" group="{{ notifier_user }}"
tags: tags:
- notifier - notifier
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
owner={{ notifier_user }} owner={{ notifier_user }}
group={{ notifier_user }} group={{ notifier_user }}
- name: notifier | ensure .bashrc exists - name: notifier | ensure .bashrc exists
shell: touch {{ notifier_home }}/.bashrc shell: touch {{ notifier_home }}/.bashrc
sudo: true sudo: true
......
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