Fix the path to the defaults modules during MBS upgrades
This commit is contained in:
parent
d35630c9ee
commit
9603f59db6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
||||||
- name: Import the default-modules
|
- name: Import the default-modules
|
||||||
command: /usr/bin/mbs-manager import_module /etc/module-build-service/default-modules/{{ item | basename }}
|
command: /usr/bin/mbs-manager import_module /etc/module-build-service/default-modules/{{ item | basename }}
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- default-modules.{{ env }}/*.yaml
|
- "{{ playbook_dir }}/../../../roles/mbs/common/files/default-modules.{{ env }}/*.yaml"
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: tell nagios to unshush w.r.t. the backend
|
- name: tell nagios to unshush w.r.t. the backend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue