4am. no idea

This commit is contained in:
2026-06-23 04:28:03 -05:00
parent fd9764500c
commit 45a945466b
+1 -1
View File
@@ -42,4 +42,4 @@
key: "{{ item }}"
path: "{{ ansible_facts['user_dir'] }}/.ssh/known_hosts"
state: present
loop: "{{ ssh_gitea_host_key.stdout_lines }}"
loop: "{{ ssh_gitea_host_key.stdout_lines | reject('match', '^#') | list }}"