myos/ansible/roles/aws-cli/templates/aws_cli_config.j2

8 lines
154 B
Plaintext
Raw Normal View History

2021-02-09 17:05:00 +01:00
[default]
{% if aws_output_format|length %}
output = {{ aws_output_format }}
{% endif %}
{% if aws_region|length %}
region = {{ aws_region }}
{% endif %}