mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 17:50:02 -03:30
Change collection name back to awx
This commit is contained in:
@@ -75,7 +75,7 @@ DOCUMENTATION = """
|
|||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
- name: Create a string for a schedule
|
- name: Create a string for a schedule
|
||||||
debug:
|
debug:
|
||||||
msg: "{{ lookup('ansible.controller.schedule_rrule', 'none', start_date='1979-09-13 03:45:07') }}"
|
msg: "{{ lookup('awx.awx.schedule_rrule', 'none', start_date='1979-09-13 03:45:07') }}"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
|
|||||||
Reference in New Issue
Block a user