File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,18 @@ jobs:
66
66
MISE_DISABLE_TOOLS : java,maven,python
67
67
run : mise install
68
68
69
- - name : Show tools versions
69
+ - name : Show Terraform version
70
70
# NOTE: a working directory is important here and must be set to the dir where mise is configured
71
71
working-directory : infra/terraform
72
72
env :
73
73
# https://developer.hashicorp.com/terraform/cli/commands#upgrade-and-security-bulletin-checks
74
74
CHECKPOINT_DISABLE : true
75
- run : |
76
- terraform -version
77
- ansible-vault --version
75
+ run : terraform -version
76
+
77
+ - name : Show Ansible version
78
+ # NOTE: a working directory is important here and must be set to the dir where mise is configured
79
+ working-directory : infra/ansible
80
+ run : ansible-vault --version
78
81
79
82
- name : Decrypt terraform files
80
83
working-directory : infra/terraform
You can’t perform that action at this time.
0 commit comments