don't run gitinfos by default

This commit is contained in:
Smaine Kahlouch 2016-01-21 13:19:02 +01:00
parent 337977e868
commit de038530ef
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,6 @@
--- ---
run_gitinfos: false
common_required_pkgs: common_required_pkgs:
- python-httplib2 - python-httplib2
- openssl - openssl

View file

@ -1,5 +1,6 @@
--- ---
- include: gitinfos.yml - include: gitinfos.yml
when: run_gitinfos
- name: gather os specific variables - name: gather os specific variables
include_vars: "{{ item }}" include_vars: "{{ item }}"