Gitiles
Code Review
Sign In
spfactory.storpool.com
/
config
/
9ab784e14b87d51a6c20df5e972c06d76ac232a5
/
.
/
roles
/
remove-zuul-sshkey
/
tasks
/
main.yaml
blob: e417f583011239305e374890e2bd4e5c0f430557 [
file
] [
log
] [
blame
]
---
-
name:
Remove master key from local agent
# The master key has a filename, all others (e.g., per-project keys)
# have "(stdin)" as a comment.
sshagent_remove_keys:
remove:
'^(?!\(stdin\)).*'
delegate_to:
localhost
run_once:
true