File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
roles/cluster_infra/tasks Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 77inventory. *
88__pycache__
99terraform /backend.tf
10- inventory
10+ inventory
11+ venv
12+ bin
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ host_key_checking = False
66remote_tmp = /tmp
77# Enable our custom vars plugin that parses variables from the current working directory
88vars_plugins_enabled = host_group_vars,cwd_host_group_vars
9- roles_path = roles:vendor/stackhpc/ansible-slurm-appliance/ansible/roles
9+ roles_path = vendor/stackhpc/ansible-slurm-appliance/ansible/roles:roles
10+ callbacks_enabled = ansible.posix.profile_tasks
1011
1112[ssh_connection]
1213ssh_args = -o ControlMaster =auto -o ControlPersist =240s -o PreferredAuthentications =publickey -o UserKnownHostsFile =/dev/null
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ collections:
3939 version : 1.10.0
4040 - name : https://github.com/stackhpc/ansible-collection-terraform
4141 type : git
42- version : 75fb75132bbc77e3e78a05ba674458131da2b1dd
43-
42+ version : dadf2e81b78cfd267821c568f92d3a8da6541a41
43+
Original file line number Diff line number Diff line change 7373 else 'vd'
7474 }}
7575 # Only run when block_device_prefix isn't set as an extravar
76- when : block_device_prefix is not defined
77-
76+ when :
77+ - block_device_prefix is not defined
7878
7979- name : Template Terraform files into project directory
8080 template :
You can’t perform that action at this time.
0 commit comments