Skip to content
Snippets Groups Projects
Commit 863fee4b authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Added print for debugging

parent 2e61405a
No related branches found
No related tags found
1 merge request!11Added print for debugging
......@@ -11,6 +11,13 @@
- debug:
var: depcreate_cmd
- name: Test command
set_fact:
test_cmd: "test command"
- debug:
var: test_cmd
- name: Create the deployment
command: "{{ depcreate_cmd }}"
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment