mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Correct example
This commit is contained in:
parent
3feb3d6c16
commit
482f882798
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ notes:
|
|||
|
||||
EXAMPLES = '''
|
||||
- name: Add label to tower organization
|
||||
tower_label
|
||||
tower_label:
|
||||
name: Custom Label
|
||||
organization: My Organization
|
||||
state: present
|
||||
|
|
Loading…
Reference in a new issue