debug fix

This commit is contained in:
ArseniiPetrovich 2018-05-27 10:48:40 +03:00
parent d2f858040b
commit 86c0be9b1b
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
- name: Debug spec_json
var: spec_json
debug:
var: spec_json
- name: Copy spec.json to remote machine
copy: src={{ spec_json }} dest={{ home }}/ mode=0644 group={{ username }} owner={{ username }}