File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ appliances_local_users: "{{ appliances_local_users_default + appliances_local_us
8282
8383# ################# bootstrap: extra package installs ######################################
8484
85- appliances_default_extra_packages :
85+ appliances_extra_packages_default :
8686 - htop
8787 - nano
8888 - screen
@@ -95,11 +95,11 @@ appliances_default_extra_packages:
9595 - " {{ 'python36' if ansible_distribution_version == '8.9' else 'python312' }}"
9696
9797
98- appliances_packages_during_configure : false
98+ appliances_extra_packages_during_configure : false
9999
100- appliances_other_extra_packages : []
100+ appliances_extra_packages_other : []
101101
102- appliances_extra_packages : " {{ appliances_default_extra_packages + appliances_other_extra_packages }}"
102+ appliances_extra_packages : " {{ appliances_extra_packages_default + appliances_extra_packages_other }}"
103103
104104# ##################### ark repo timestamps ###################################################
105105
You can’t perform that action at this time.
0 commit comments