SF initial configurator | a26c41e | 2022-10-06 13:33:13 +0300 | [diff] [blame] | 1 | --- |
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 |