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
82
82
83
83
# ################# bootstrap: extra package installs ######################################
84
84
85
- appliances_default_extra_packages :
85
+ appliances_extra_packages_default :
86
86
- htop
87
87
- nano
88
88
- screen
@@ -95,11 +95,11 @@ appliances_default_extra_packages:
95
95
- " {{ 'python36' if ansible_distribution_version == '8.9' else 'python312' }}"
96
96
97
97
98
- appliances_packages_during_configure : false
98
+ appliances_extra_packages_during_configure : false
99
99
100
- appliances_other_extra_packages : []
100
+ appliances_extra_packages_other : []
101
101
102
- appliances_extra_packages : " {{ appliances_default_extra_packages + appliances_other_extra_packages }}"
102
+ appliances_extra_packages : " {{ appliances_extra_packages_default + appliances_extra_packages_other }}"
103
103
104
104
# ##################### ark repo timestamps ###################################################
105
105
You can’t perform that action at this time.
0 commit comments