Update ..

This commit is contained in:
Christoph 2021-06-09 23:40:41 +02:00
parent 1de82dd205
commit 191c7a3ac0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.