diff --git a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_label.py b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_label.py index 4ed81f84450..dc6b2325825 100644 --- a/lib/ansible/modules/web_infrastructure/ansible_tower/tower_label.py +++ b/lib/ansible/modules/web_infrastructure/ansible_tower/tower_label.py @@ -89,7 +89,7 @@ notes: EXAMPLES = ''' - name: Add label to tower organization - tower_label + tower_label: name: Custom Label organization: My Organization state: present