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:
|
common_required_pkgs:
|
||||||
- python-httplib2
|
- python-httplib2
|
||||||
- openssl
|
- openssl
|
||||||
|
|
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in a new issue