8 lines
159 B
YAML
8 lines
159 B
YAML
|
- name: Create a Label
|
||
|
tower_label:
|
||
|
name: important
|
||
|
organization: Default
|
||
|
state: present
|
||
|
|
||
|
# TODO: Deleting labels doesn't seem to work currently
|