summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/modules/bulk_job_launch.py
diff options
context:
space:
mode:
Diffstat (limited to 'awx_collection/plugins/modules/bulk_job_launch.py')
-rw-r--r--awx_collection/plugins/modules/bulk_job_launch.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/bulk_job_launch.py b/awx_collection/plugins/modules/bulk_job_launch.py
index 61ed0ef857..8aa5fca254 100644
--- a/awx_collection/plugins/modules/bulk_job_launch.py
+++ b/awx_collection/plugins/modules/bulk_job_launch.py
@@ -197,7 +197,8 @@ EXAMPLES = '''
name: My Bulk Job Launch
jobs:
- unified_job_template: 7
- - unified_job_template: "{{ lookup('awx.awx.controller_api', 'job_templates', query_params={'name': 'Demo Job Template'}, return_ids=True, expect_one=True) }}"
+ - unified_job_template: "{{ lookup('awx.awx.controller_api', 'job_templates', query_params={'name': 'Demo Job Template'},
+ return_ids=True, expect_one=True) }}"
'''
from ..module_utils.controller_api import ControllerAPIModule