add file creation job call
This commit is contained in:
@ -26,6 +26,10 @@
|
|||||||
become: no
|
become: no
|
||||||
|
|
||||||
|
|
||||||
|
vars_files:
|
||||||
|
- vars/file_creation_test.yml
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name : Run file test
|
- name : Run file test
|
||||||
block :
|
block :
|
||||||
@ -52,6 +56,10 @@
|
|||||||
- "tower_provision_msg : {{ r_check_file.msg }}"
|
- "tower_provision_msg : {{ r_check_file.msg }}"
|
||||||
|
|
||||||
|
|
||||||
|
- include_role:
|
||||||
|
name: redhat_cop.tower_configuration.job_launch
|
||||||
|
|
||||||
|
|
||||||
- name: Execute recovery API callback
|
- name: Execute recovery API callback
|
||||||
uri:
|
uri:
|
||||||
url : "https://git.thezengarden.net/api/v4/projects/119/repository/commits"
|
url : "https://git.thezengarden.net/api/v4/projects/119/repository/commits"
|
||||||
|
8
vars/file_creation_test.yml
Normal file
8
vars/file_creation_test.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
tower_launch_jobs:
|
||||||
|
- name: file_creation_test
|
||||||
|
extra_vars:
|
||||||
|
tower_provision_host : "{{ tower_provision_host | default('localhost') }}"
|
||||||
|
|
||||||
|
|
||||||
|
...
|
Reference in New Issue
Block a user