4am. no idea
This commit is contained in:
@@ -42,4 +42,4 @@
|
|||||||
key: "{{ item }}"
|
key: "{{ item }}"
|
||||||
path: "{{ ansible_facts['user_dir'] }}/.ssh/known_hosts"
|
path: "{{ ansible_facts['user_dir'] }}/.ssh/known_hosts"
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ ssh_gitea_host_key.stdout_lines }}"
|
loop: "{{ ssh_gitea_host_key.stdout_lines | reject('match', '^#') | list }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user