diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/users/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/users/tasks/main.yml b/roles/users/tasks/main.yml index 83e43f8..864934a 100644 --- a/roles/users/tasks/main.yml +++ b/roles/users/tasks/main.yml @@ -11,6 +11,8 @@ home: /home/d groups: - wheel + # Group http required to deploy websites with rsync under personal + # username. - http - name: Setup SSH directory for Dmitry Ilvokhin |