diff options
Diffstat (limited to 'roles/common/tasks/install.yml')
-rw-r--r-- | roles/common/tasks/install.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common/tasks/install.yml b/roles/common/tasks/install.yml index 9f3cf79..53c4a00 100644 --- a/roles/common/tasks/install.yml +++ b/roles/common/tasks/install.yml @@ -14,6 +14,9 @@ - name: Install additional software include_tasks: software.yml +- name: Ensure csa user can login using public key auth + file: path="/home/csa/.ssh" owner="csa" group="csa" recurse=true + - name: Configure git shell: | git config --global http.sslVerify false |