mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Removing ignore_errors from examples
This commit is contained in:
@@ -133,7 +133,6 @@ EXAMPLES = '''
|
|||||||
unified_job_template: "Demo Job Template"
|
unified_job_template: "Demo Job Template"
|
||||||
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
|
rrule: "DTSTART:20191219T130551Z RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=1"
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: True
|
|
||||||
|
|
||||||
- name: Build the same schedule using the rrule plugin
|
- name: Build the same schedule using the rrule plugin
|
||||||
tower_schedule:
|
tower_schedule:
|
||||||
@@ -142,7 +141,6 @@ EXAMPLES = '''
|
|||||||
unified_job_template: "Demo Job Template"
|
unified_job_template: "Demo Job Template"
|
||||||
rrule: "{{ query('awx.awx.tower_schedule_rrule', 'week', start_date='2019-12-19 13:05:51') }}"
|
rrule: "{{ query('awx.awx.tower_schedule_rrule', 'week', start_date='2019-12-19 13:05:51') }}"
|
||||||
register: result
|
register: result
|
||||||
ignore_errors: True
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from ..module_utils.tower_api import TowerModule
|
from ..module_utils.tower_api import TowerModule
|
||||||
|
|||||||
Reference in New Issue
Block a user