mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +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
20 lines
222 B
YAML
20 lines
222 B
YAML
---
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
test_dependencies:
|
|
- gawk
|
|
- git
|
|
- make
|
|
- man
|
|
- procps
|
|
- rsync
|
|
- ruby
|
|
- ruby-dev
|
|
- tar
|
|
|
|
build_tools:
|
|
- make
|
|
- tar
|
|
- autoconf
|
|
- automake
|
|
- gettext
|