File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
tools/cloud-build/daily-tests/ansible_playbooks Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1717- name : " Setup Integration tests for Cluster Toolkit"
1818 hosts : localhost
1919 tasks :
20+ # # Display Terraform Version
21+ - name : " Get Terraform Version"
22+ ansible.builtin.command : terraform version
23+ changed_when : false
24+ register : terraform_version_output
25+
26+ - name : " Print Terraform Version"
27+ ansible.builtin.debug :
28+ msg : |
29+ ---- TERRAFORM VERSION ----
30+ {{ terraform_version_output.stdout }}
31+ ---------------------------
32+
2033 # # Create SSH Keys
2134 - name : " Create .ssh folder"
2235 ansible.builtin.file :
Original file line number Diff line number Diff line change 1717- name : " Setup Integration tests for Cluster Toolkit"
1818 hosts : localhost
1919 tasks :
20+ # # Display Terraform Version
21+ - name : " Get Terraform Version"
22+ ansible.builtin.command : terraform version
23+ changed_when : false
24+ register : terraform_version_output
25+
26+ - name : " Print Terraform Version"
27+ ansible.builtin.debug :
28+ msg : |
29+ ---- TERRAFORM VERSION ----
30+ {{ terraform_version_output.stdout }}
31+ ---------------------------
32+
2033 # # Create SSH Keys
2134 - name : " Create .ssh folder"
2235 ansible.builtin.file :
You can’t perform that action at this time.
0 commit comments