blob: ea2e299da9b168e681b6d8ebe613beefa684af7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
version: 1
build_arg_defaults:
ANSIBLE_GALAXY_CLI_COLLECTION_OPTS: "-v"
# ansible_config: '/etc/ansible/ansible.cfg'
dependencies:
galaxy: requirements.yml
python: requirements.txt
# system: bindep.txt
|