minor formatting changes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
facts.d/*
|
facts.d/*
|
||||||
collections/ansible_collections
|
collections/ansible_collections
|
||||||
venv/*
|
venv/*
|
||||||
|
builder
|
||||||
|
@ -59,7 +59,9 @@
|
|||||||
|
|
||||||
- name: Re-create files as needed
|
- name: Re-create files as needed
|
||||||
uri:
|
uri:
|
||||||
url : "{{ tower_api_host }}/api/v2/job_templates/27/launch/"
|
url :
|
||||||
|
"{{ tower_api_host }}/api/v2/job_templates/\
|
||||||
|
{{ tower_launch_jobs[0].job_template }}/launch/"
|
||||||
method : POST
|
method : POST
|
||||||
status_code : 201
|
status_code : 201
|
||||||
force_basic_auth : yes
|
force_basic_auth : yes
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
tower_launch_jobs:
|
tower_launch_jobs:
|
||||||
- name: file_creation_test
|
- name: file_creation_test
|
||||||
extra_vars:
|
job_template : 27
|
||||||
|
extra_vars :
|
||||||
fail_host : "{{ inventory_hostname }}"
|
fail_host : "{{ inventory_hostname }}"
|
||||||
fail_rc : "{{ r_check_file.rc }}"
|
fail_rc : "{{ r_check_file.rc }}"
|
||||||
fail_stdout : "{{ r_check_file.stdout }}"
|
fail_stdout : "{{ r_check_file.stdout }}"
|
||||||
|
Reference in New Issue
Block a user