Role - edpm-module-load

osp.edpm.edpm_module_load role – The main entry point for the edpm_module_load role.

Entry point main – The main entry point for the edpm_module_load role.

Synopsis

Parameters

Parameter

Comments

modules

list / elements=string

List of dictionaries describing modules, their desired state and parameters. Params is assumed to be `null` and state is assumed to be “present”; state can be either “present” or “absent”. Example: modules: - name: foo params: ‘bar baz’ - name: starwars - name: starwars state: absent

Default: []