Update inventory_source module source_script parameter to be optional

Unitied comment

Fix up inventory_source example, misc comment edits
This commit is contained in:
beeankha
2020-02-11 16:32:41 -05:00
parent 94df58a55b
commit fcc679489e
10 changed files with 24 additions and 25 deletions

View File

@@ -88,17 +88,11 @@ extends_documentation_fragment: awx.awx.auth
'''
EXAMPLES = '''
# Launch a job template
- name: Launch a job
tower_job_launch:
job_template: "My Job Template"
register: job
- name: Wait for job max 120s
tower_job_wait:
job_id: "{{ job.id }}"
timeout: 120
- name: Launch a job template with extra_vars on remote Tower instance
tower_job_launch:
job_template: "My Job Template"
@@ -108,7 +102,6 @@ EXAMPLES = '''
var3: "My Third Variable"
job_type: run
# Launch job template with inventory and credential for prompt on launch
- name: Launch a job with inventory and credential
tower_job_launch:
job_template: "My Job Template"