This commit is contained in:
Andrey Sokolovskiy 2024-03-03 22:14:55 +07:00
parent bf80d69817
commit 1bcb233f96

View File

@ -1,5 +1,3 @@
{{ ansible_managed | comment }}
host = "{{ item.host }}"
use_https = {{ item.use_https | ternary("true", "false") }}
access_key = {{ item.access_key }}