Skip to content

Commit 538bfed

Browse files
author
Matt Pryor
committed
Peg community.general version due to dodgy PR
1 parent f0679a2 commit 538bfed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ collections:
2727
- name: ansible.posix
2828
- name: ansible.netcommon
2929
- name: community.general
30+
# Pegged at 4.5.0 due to https://github.com/ansible-collections/community.general/pull/4281
31+
version: 4.5.0
3032
- name: community.grafana
3133
- name: community.mysql
3234
- name: containers.podman

slurm-infra.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
cluster_network: "{{ cluster_network }}"
2828
cluster_floating_ip: "{{ os_floating_ip_info.floating_ip_address }}"
2929
# We need to inject the user's SSH key and the deploy key for the cluster
30-
cluster_ssh_public_keys:
31-
- "{{ cluster_deploy_ssh_public_key }}"
32-
- "{{ cluster_user_ssh_public_key }}"
30+
cluster_ssh_public_keys: "{{ [cluster_deploy_ssh_public_key, cluster_user_ssh_public_key] | to_json }}"
3331
compute_count: "{{ compute_count }}"
3432
login_image: "{{ cluster_image }}"
3533
control_image: "{{ cluster_image }}"

0 commit comments

Comments
 (0)