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