From 482f882798305542eccdd544f5400f0a25be4d30 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 17 Feb 2017 17:31:05 +0000 Subject: [PATCH] Correct example --- .../modules/web_infrastructure/ansible_tower/tower_label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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