mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Fix ansible-lint indentation in module docstrings
This commit is contained in:
committed by
Chris Meyers
parent
353f0adf36
commit
7fdd15f115
@@ -73,9 +73,9 @@ DOCUMENTATION = """
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
- name: Create a string for a schedule
|
||||
debug:
|
||||
msg: "{{ query('awx.awx.schedule_rrule', 'none', start_date='1979-09-13 03:45:07') }}"
|
||||
- name: Create a string for a schedule
|
||||
debug:
|
||||
msg: "{{ query('awx.awx.schedule_rrule', 'none', start_date='1979-09-13 03:45:07') }}"
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
||||
Reference in New Issue
Block a user