diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-11-09 00:46:18 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-11-09 01:47:00 +0100 |
| commit | e2d3506af64e4cdbc50f0c0959f5f6e03d9872bc (patch) | |
| tree | b82a681774708915299f6cf2288c9a8ab836eec3 /roles/dotfiles/tasks | |
| parent | 4337783e5b805e15b480d2676471066c33c120c2 (diff) | |
Refactor scattered known_hosts to be part of the ssh role
Diffstat (limited to 'roles/dotfiles/tasks')
| -rw-r--r-- | roles/dotfiles/tasks/main.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/dotfiles/tasks/main.yml b/roles/dotfiles/tasks/main.yml index b36c1e01..51b2e817 100644 --- a/roles/dotfiles/tasks/main.yml +++ b/roles/dotfiles/tasks/main.yml @@ -1,11 +1,4 @@ --- -- name: "Add sr.ht to known_hosts" - ansible.builtin.known_hosts: - name: "git.sr.ht" - key: "git.sr.ht ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZvRd4EtM7R+IHVMWmDkVU3VLQTSwQDSAvW0t2Tkj60" - path: "{{ ansible_env.HOME }}/.ssh/known_hosts" - state: present - - name: "Clone dotfiles git repo" ansible.builtin.git: repo: "{{ dotfiles_repo_url }}" |
