This commit is contained in:
ArseniiPetrovich 2018-05-27 10:41:53 +03:00
parent 1e7fb6f08f
commit d2f858040b
1 changed files with 3 additions and 0 deletions

View File

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