Skip to content

Commit 57668a0

Browse files
authored
Add task to debug Zuul encryption (#1190)
Signed-off-by: Matthias Büchse <matthias.buechse@alasca.cloud>
1 parent 91f0020 commit 57668a0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

playbooks/pre_cloud.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
src: ".config"
5151
dest: "{{ ansible_user_dir }}/"
5252

53+
- name: Debug zuul encryption
54+
ansible.builtin.debug:
55+
msg: "{{ clouds_conf.scaleup_api_server }}"
56+
5357
- name: Create cluster config file
5458
ansible.builtin.template:
5559
src: "clusters.yaml.j2"

0 commit comments

Comments
 (0)