Skip to content

Commit 6d7fdcd

Browse files
committed
Merge branch 'main' into feat/image-build
1 parent 774c104 commit 6d7fdcd

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
inventory.*
88
__pycache__
99
terraform/backend.tf
10-
inventory
10+
inventory
11+
venv
12+
bin

ansible.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ host_key_checking = False
66
remote_tmp = /tmp
77
# Enable our custom vars plugin that parses variables from the current working directory
88
vars_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]
1213
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+

roles/cluster_infra/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
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:

0 commit comments

Comments
 (0)