minor formatting changes

This commit is contained in:
Chris Hammer
2022-02-13 12:54:12 -05:00
parent 20c9d5ceb9
commit be92a17298
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
facts.d/*
collections/ansible_collections
venv/*
builder

View File

@ -59,7 +59,9 @@
- name: Re-create files as needed
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
status_code : 201
force_basic_auth : yes

View File

@ -1,7 +1,8 @@
---
tower_launch_jobs:
- name: file_creation_test
extra_vars:
job_template : 27
extra_vars :
fail_host : "{{ inventory_hostname }}"
fail_rc : "{{ r_check_file.rc }}"
fail_stdout : "{{ r_check_file.stdout }}"