You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/tower_label/tasks/main.yml

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