ConfigurationΒΆ

ansible_full_role_name

Ansible role name. Example: debops.apt.

No default.

closing_fold_format_spec

Format string in str.format syntax used defining how closing folds should look like.

Defaults to:

{:>72}

wanted_empty_lines_between_items

Number of empty lines wanted between sections and/or variables. Note that the closing folds are by default space indented and also count as “empty lines” for that matter.

Defaults to:

2

add_string_for_missing_comment

The string to add when a undocumented variable/section was found.

Defaults to:

FIXME(yaml4rst): Describe what this variable is doing.