Commit 79ea583d by e0d

adding /

parent 31815a72
---
- name: create notifier/.ssh directory
- name: create .ssh directory
file:
path="{{ insights_home }}.ssh" mode=2700 state=directory owner={{ insights_user }} group={{ insights_user }}
path="{{ insights_home }}/.ssh" mode=2700 state=directory owner={{ insights_user }} group={{ insights_user }}
- name: create ssh script for git (not authenticated)
template: >
......
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