Commit 904cdf80 by e0d

Removing unneeded touch.

parent 67b3147d
......@@ -130,12 +130,6 @@
path={{ automated_home }}/.ssh state=directory mode=0700
owner={{ automated_user }} group={{ automated_user }}
- name: touch .ssh/authorized_keys
file:
dest={{ automated_home }}/.ssh/authorized_keys mode=0600
owner={{ automated_user }} group={{ automated_user }}
state=touch
- name: build authorized_keys file
template:
src=home/automator/.ssh/authorized_keys.j2
......
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