generated from sebclem/ansible-role-template
8 lines
273 B
YAML
8 lines
273 B
YAML
---
|
|
# defaults file for ${REPO_NAME_TITLE}
|
|
|
|
antidote_version: "1.6.4"
|
|
antidote_mirror: "https://github.com/mattmc3/antidote/archive/refs/tags/"
|
|
antidote_download_dir: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads') }}"
|
|
antidote_users: []
|