Tons of updates including erpnext, fusionauth, kong, elasticsearch, postgres-12, opennebula-5.10...
This commit is contained in:
9
app/erpnext-12/tasks/configure-linux.yml
Normal file
9
app/erpnext-12/tasks/configure-linux.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# Copy ssh client config for toor user so we can git clone without confirmation
|
||||
- name: Copying toor SSH client config
|
||||
copy:
|
||||
src: 'ssh.config'
|
||||
dest: '/home/toor/.ssh/config'
|
||||
owner: toor
|
||||
group: toor
|
||||
mode: '0644'
|
||||
Reference in New Issue
Block a user