Skip to content
Snippets Groups Projects

Debug paas ci

Merged Gioacchino Vino requested to merge debug_paas_ci into main
2 files
+ 12
1
Compare changes
  • Side-by-side
  • Inline
Files
2
---
- name: Create workspace directory if not exists
file:
path: "{{ paas_ci_workdir }}"
state: directory
- name: Get template
get_url:
url: "{{ paas_ci_test.template_url }}"
Loading