Skip to content

Commit 3e9c1d9

Browse files
committed
fix jinja warnings
1 parent ef5eecf commit 3e9c1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/bootstrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
- name: Install ansible-init
318318
include_role:
319319
name: azimuth_cloud.image_utils.linux_ansible_init
320-
when: "{{ appliances_mode == 'build' }}"
320+
when: "appliances_mode == 'build'"
321321

322322
- hosts: k3s:&builder
323323
become: yes

0 commit comments

Comments
 (0)