blob: e417f583011239305e374890e2bd4e5c0f430557 [file] [log] [blame]
SF initial configuratora26c41e2022-10-06 13:33:13 +03001---
2- name: Remove master key from local agent
3 # The master key has a filename, all others (e.g., per-project keys)
4 # have "(stdin)" as a comment.
5 sshagent_remove_keys:
6 remove: '^(?!\(stdin\)).*'
7 delegate_to: localhost
8 run_once: true