mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Removing ignore_errors from examples
This commit is contained in:
parent
a2243d91d2
commit
d733903a22
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user