Skip to content
Snippets Groups Projects
Commit 7bf50300 authored by Maxime Bombar's avatar Maxime Bombar
Browse files

[deploy_config] Remove garbage and add umask

parent 6f9acc5c
No related merge requests found
---
# - name: Create config directory
# file:
# path: /home/{{ ansible_user }}/Git/Config_Files
# state: directory
# mode: "2775"
# owner: "{{ ansible_user }}"
- name: Deploy ssh key
authorized_key:
user: "{{ ansible_user }}"
......@@ -19,6 +12,7 @@
dest: /home/{{ ansible_user }}/Git/Config_Files
track_submodules: yes
version: master
umask: "022"
when: not ansible_check_mode
- name: Find ssh configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment