Skip to content

check_mode support missing in cml_lab and cml_node modules #42

@tvarohohlavy

Description

@tvarohohlavy

supports_check_mode is true for these modules, but there is no change in behavior for them based on this bool flag

module = AnsibleModule(
argument_spec=argument_spec,
supports_check_mode=True,
)

module = AnsibleModule(
argument_spec=argument_spec,
supports_check_mode=True,
)

Performing changes with check_mode set to True thus actually does changes instead of just returning changed without changes being performed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions