Skip to content
Snippets Groups Projects

Revert "Merge branch 'debug_paas_ci' into 'main'"

Merged Gioacchino Vino requested to merge revert-fbdaf5ca into main
2 files
+ 1
12
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