Merge pull request #420 from bogdando/collect_info

Adjust collect-info playbook
This commit is contained in:
Smaine Kahlouch
2016-08-24 10:06:30 +02:00
committed by GitHub
2 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,10 @@
---
- name: 'GIT | Install script for collecting git info'
template:
src: "{{ role_path }}/gen-gitinfos.sh"
dest: "{{ bin_dir }}/gen-gitinfos.sh"
mode: a+rwx
- include: gitinfos.yml
when: run_gitinfos