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 216216 msg : " {{ updates.results | length }} changes to packages - see {{ update_log_path }} for details"
217217 when : " update_enable | default('false') | bool"
218218
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-
228219- hosts :
229220 - selinux
230221 - update
Original file line number Diff line number Diff line change 199199 name : cloudalchemy.grafana
200200 tasks_from : install.yml
201201
202+ - ansible.builtin.import_playbook : packages.yml
203+
202204- name : Run post.yml hook
203205 vars :
204206 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 2727- import_playbook : slurm.yml
2828- import_playbook : portal.yml
2929- import_playbook : monitoring.yml
30+ - import_playbook : packages.yml
3031
3132- name : Run post.yml hook
3233 vars :
Original file line number Diff line number Diff line change @@ -145,7 +145,5 @@ freeipa_client
145145[lustre]
146146# Hosts to run lustre client
147147
148- [extra_packages:children ]
148+ [extra_packages]
149149# 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
9292
9393[lustre]
9494# 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