summaryrefslogtreecommitdiffstats
path: root/roles/password_store
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-11-09 00:46:18 +0100
committerAhmed AbdelHalim <[email protected]>2025-11-09 01:47:00 +0100
commite2d3506af64e4cdbc50f0c0959f5f6e03d9872bc (patch)
treeb82a681774708915299f6cf2288c9a8ab836eec3 /roles/password_store
parent4337783e5b805e15b480d2676471066c33c120c2 (diff)
Refactor scattered known_hosts to be part of the ssh role
Diffstat (limited to 'roles/password_store')
-rw-r--r--roles/password_store/tasks/main.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/password_store/tasks/main.yml b/roles/password_store/tasks/main.yml
index 72df297a..0537b5fe 100644
--- a/roles/password_store/tasks/main.yml
+++ b/roles/password_store/tasks/main.yml
@@ -8,13 +8,6 @@
name: "{{ password_store_packages }}"
state: "present"
-- name: "Add GitHub to known_hosts"
- ansible.builtin.known_hosts:
- name: "github.com"
- key: "github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"
- path: "{{ ansible_env.HOME }}/.ssh/known_hosts"
- state: present
-
- name: "Clone password store git repo"
ansible.builtin.git:
repo: "{{ password_store_repo_url }}"