We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f0020 commit 57668a0Copy full SHA for 57668a0
1 file changed
playbooks/pre_cloud.yaml
@@ -50,6 +50,10 @@
50
src: ".config"
51
dest: "{{ ansible_user_dir }}/"
52
53
+ - name: Debug zuul encryption
54
+ ansible.builtin.debug:
55
+ msg: "{{ clouds_conf.scaleup_api_server }}"
56
+
57
- name: Create cluster config file
58
ansible.builtin.template:
59
src: "clusters.yaml.j2"
0 commit comments