mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 15:28:05 -02:30
Merge remote-tracking branch 'tower/test_stable-2.6' into merge_26_2
This commit is contained in:
@@ -73,9 +73,15 @@ DOCUMENTATION = """
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
<<<<<<< HEAD
|
||||
- name: Create a string for a schedule
|
||||
debug:
|
||||
msg: "{{ lookup('awx.awx.schedule_rrule', 'none', start_date='1979-09-13 03:45:07') }}"
|
||||
=======
|
||||
- name: Create a string for a schedule
|
||||
debug:
|
||||
msg: "{{ lookup('awx.awx.schedule_rrule', 'none', start_date='1979-09-13 03:45:07') }}"
|
||||
>>>>>>> tower/test_stable-2.6
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
||||
Reference in New Issue
Block a user