don't run gitinfos by default
This commit is contained in:
parent
337977e868
commit
de038530ef
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
run_gitinfos: false
|
||||
|
||||
common_required_pkgs:
|
||||
- python-httplib2
|
||||
- openssl
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
- include: gitinfos.yml
|
||||
when: run_gitinfos
|
||||
|
||||
- name: gather os specific variables
|
||||
include_vars: "{{ item }}"
|
||||
|
|
Loading…
Reference in a new issue