File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments