Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
doc:
short_help: Ensures an ssh key is absent for a user.
args:
user:
doc:
short_help: The name of the user.
type: string
required: false
path_to_key:
doc:
short_help: The path to the ssh key.
type: string
required: true
frecklets:
- path-is-absent:
path: '{{:: path_to_key ::}}'
become: '{{:: user | false_if_empty ::}}'
meta: {}