Fix typo in MBS common role.
This commit is contained in:
parent
e0285b7f50
commit
c212c43cba
1 changed files with 2 additions and 2 deletions
|
@ -90,12 +90,12 @@
|
||||||
mode: 0775
|
mode: 0775
|
||||||
|
|
||||||
- name: copy default modules to /etc/module-build-service/default-modules
|
- name: copy default modules to /etc/module-build-service/default-modules
|
||||||
copy: src={{ item.src }}.{{ env }} dest={{ item.dest }}
|
copy: src={{ item.src }}.{{ env }} dest={{ item.dest }}/{{ item.src }}
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'platform-f28.yaml', dest: '/etc/module-build-service/default-modules' }
|
- { src: 'platform-f28.yaml', dest: '/etc/module-build-service/default-modules' }
|
||||||
|
|
||||||
- name: import default-modules
|
- name: import default-modules
|
||||||
command: /usr/bin/mbs-manager import_module {{ item }}
|
command: /usr/bin/mbs-manager import_module {{ item }}
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- /etc/module-ubild-service/default-modules/*.yaml
|
- /etc/module-build-service/default-modules/*.yaml
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue