
Co-Authored-By: Sergii Golovatiuk <sgolovat@redhat.com> Change-Id: I9367af823058ef5f4edd5e671cdbb971f0451422
10 lines
237 B
YAML
10 lines
237 B
YAML
---
|
|
- name: Create FIP HTTP check scripts
|
|
template:
|
|
src: "{{ item }}"
|
|
dest: "{{ working_dir }}/{{ item.split('.') | first }}.sh"
|
|
mode: 0775
|
|
with_items:
|
|
- 'fip_http_check_start.sh.j2'
|
|
- 'fip_http_check_stop.sh.j2'
|