From a206ca22ecc46b24083dcdad9d309fd5765c1dfd Mon Sep 17 00:00:00 2001 From: Konstantin <89620064+kk-at-redhat@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:19:54 -0400 Subject: [PATCH] Change collection name back to awx --- awx_collection/plugins/lookup/schedule_rrule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/lookup/schedule_rrule.py b/awx_collection/plugins/lookup/schedule_rrule.py index 493a8d628e..c50d4bf716 100644 --- a/awx_collection/plugins/lookup/schedule_rrule.py +++ b/awx_collection/plugins/lookup/schedule_rrule.py @@ -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 = """