forked from infra/ansible
Jan-Jonas Sämann
22372c931d
Defining variable acertmgr_version from role defaults, allows version string to be overridden. Role defaults are set in connection: local scope. This also shortens long line to make this role linter compliant
4 lines
125 B
YAML
4 lines
125 B
YAML
---
|
|
|
|
acertmgr_version: "{{ lookup('url', 'https://raw.githubusercontent.com/moepman/acertmgr/master/version.txt') | trim }}"
|