Skip to content

Commit a3be506

Browse files
authored
missed variable rename
1 parent ef33eef commit a3be506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/extras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
- name: Install additional packages
5555
dnf:
5656
name: "{{ appliances_extra_packages }}"
57-
when: appliances_mode != 'configure' or appliances_packages_during_configure
57+
when: appliances_mode != 'configure' or appliances_extra_packages_during_configure

0 commit comments

Comments
 (0)