dfgh
This commit is contained in:
parent
3c0e31fe36
commit
3b1add7114
1 changed files with 1 additions and 10 deletions
|
@ -20,16 +20,7 @@
|
|||
owner: "{{ rsync_mirror_user }}"
|
||||
group: "{{ rsync_mirror_user_group }}"
|
||||
mode: "0400"
|
||||
# no_log: true # tido
|
||||
|
||||
- name: Ensure SSH-Config is templated # todo
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
dest: "/home/rsync_mirror/.ssh/config"
|
||||
owner: "{{ rsync_mirror_user }}"
|
||||
group: "{{ rsync_mirror_user_group }}"
|
||||
mode: "0400"
|
||||
state: absent
|
||||
no_log: true
|
||||
|
||||
- name: Ensure rsync_mirror-Script is templated
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue