File tree Expand file tree Collapse file tree 6 files changed +18
-12
lines changed Expand file tree Collapse file tree 6 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 216
216
msg : " {{ updates.results | length }} changes to packages - see {{ update_log_path }} for details"
217
217
when : " update_enable | default('false') | bool"
218
218
219
- - hosts : extra_packages
220
- become : yes
221
- tags :
222
- - extra_packages
223
- tasks :
224
- dnf :
225
- - name : " {{ appliances_extra_packages }}"
226
- when : appliances_mode != 'configure' or appliances_packages_during_configure
227
-
228
219
- hosts :
229
220
- selinux
230
221
- update
Original file line number Diff line number Diff line change 199
199
name : cloudalchemy.grafana
200
200
tasks_from : install.yml
201
201
202
+ - ansible.builtin.import_playbook : packages.yml
203
+
202
204
- name : Run post.yml hook
203
205
vars :
204
206
appliances_environment_root : " {{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
Original file line number Diff line number Diff line change
1
+
2
+ - hosts : extra_packages
3
+ become : yes
4
+ tags :
5
+ - extra_packages
6
+ tasks :
7
+ - name : Install additional packages
8
+ dnf :
9
+ name : " {{ appliances_extra_packages }}"
10
+ when : appliances_mode != 'configure' or appliances_packages_during_configure
Original file line number Diff line number Diff line change 27
27
- import_playbook : slurm.yml
28
28
- import_playbook : portal.yml
29
29
- import_playbook : monitoring.yml
30
+ - import_playbook : packages.yml
30
31
31
32
- name : Run post.yml hook
32
33
vars :
Original file line number Diff line number Diff line change @@ -145,7 +145,5 @@ freeipa_client
145
145
[lustre]
146
146
# Hosts to run lustre client
147
147
148
- [extra_packages:children ]
148
+ [extra_packages]
149
149
# Hosts to install specified additional packages on
150
- cluster
151
- builder
Original file line number Diff line number Diff line change @@ -92,3 +92,7 @@ control
92
92
93
93
[lustre]
94
94
# Hosts to run lustre client
95
+
96
+ [extra_packages:children]
97
+ # Hosts to install specified additional packages on
98
+ cluster
You can’t perform that action at this time.
0 commit comments