Improve idempotency

This commit is contained in:
2021-10-31 13:25:12 +01:00
parent 0c6ffc6dbd
commit cc69e21613
2 changed files with 3 additions and 0 deletions

View File

@@ -623,6 +623,7 @@
- name: get terraform version info
command: /home/{{ user.name }}/.optbin/terraform version -json
register: terraform_version_output
check_mode: false
changed_when: false
- name: parse terraform version output