From d733903a22b461f8f269f4d8a9f2ca113d0ce973 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Thu, 21 May 2020 10:42:13 -0400 Subject: [PATCH] Removing ignore_errors from examples --- awx_collection/plugins/modules/tower_schedule.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/awx_collection/plugins/modules/tower_schedule.py b/awx_collection/plugins/modules/tower_schedule.py index 19993b4089..86fab3b7a3 100644 --- a/awx_collection/plugins/modules/tower_schedule.py +++ b/awx_collection/plugins/modules/tower_schedule.py @@ -133,7 +133,6 @@ EXAMPLES = ''' unified_job_template: "Demo Job Template" rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1" register: result - ignore_errors: True - name: Build the same schedule using the rrule plugin tower_schedule: @@ -142,7 +141,6 @@ EXAMPLES = ''' unified_job_template: "Demo Job Template" rrule: "{{ query('awx.awx.tower_schedule_rrule', 'week', start_date='2019-12-19 13:05:51') }}" register: result - ignore_errors: True ''' from ..module_utils.tower_api import TowerModule