Skip to content

certbot task LocalJumpError #19

Description

@statoon54

Hello,
The certbot task return a LocalJumpError when certbot_enable_ssl is false, because block can't use return statement.
You can use instead abort, next , or define a method :

Example :

abort('aborting certbot install') unless fetch(:certbot_enable_ssl)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions