Change collection name back to awx

This commit is contained in:
Konstantin 2025-03-10 11:19:54 -04:00 committed by Pablo H.
parent e961cbe46f
commit a206ca22ec

View File

@ -75,7 +75,7 @@ DOCUMENTATION = """
EXAMPLES = """
- name: Create a string for a schedule
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 = """