Commit 6f2c1362 by e0d

cleanup.

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