Update ..
This commit is contained in:
parent
1de82dd205
commit
191c7a3ac0
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3.5
|
||||
ansible_python_interpreter: /usr/bin/python
|
||||
|
||||
# ==========
|
||||
# vars used by roles/common/tasks/sshd.yml
|
||||
|
@ -263,7 +263,7 @@
|
||||
|
||||
# By default, the home directories are exported read-only. Change the
|
||||
# next parameter to 'no' if you want to be able to write to them.
|
||||
read only = yes
|
||||
read only = no
|
||||
|
||||
# File creation mask is set to 0700 for security reasons. If you want to
|
||||
# create files with group=rw permissions, set next parameter to 0775.
|
||||
|
Loading…
Reference in New Issue
Block a user