mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
b7741a0ade
* use python3 and pip3 * upgrade to ansible 2.8.4 * set ansible_python_interpreter * fix: enable debian sources when haven't found them * updates to changelog
19 lines
239 B
YAML
19 lines
239 B
YAML
---
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
test_dependencies:
|
|
- gawk
|
|
- git
|
|
- make
|
|
- man
|
|
- ruby-dev
|
|
- rubygems
|
|
- rsync
|
|
|
|
build_tools:
|
|
- autoconf
|
|
- automake
|
|
- build-essential
|
|
- imagemagick
|
|
- texinfo
|
|
- transfig
|