This commit is contained in:
2026-05-27 14:21:08 +02:00
parent 48724ce217
commit 27fbe28014
+2
View File
@@ -81,6 +81,8 @@
ansible.builtin.blockinfile: ansible.builtin.blockinfile:
path: "{{ ansible_env.HOME }}/.ssh/config" path: "{{ ansible_env.HOME }}/.ssh/config"
create: yes create: yes
owner: "{{ ansible_user_id }}"
group: "{{ ansible_user_id }}"
mode: '0600' mode: '0600'
block: | block: |
Host gitlab.sectorq.eu Host gitlab.sectorq.eu