Last change
on this file since 3798 was 3795, checked in by Bruno Cornec, 19 months ago |
Untag v3.3.0 never really published in the past - will start from here
|
File size:
305 bytes
|
Line | |
---|
1 | ---
|
---|
2 |
|
---|
3 | - name: Check pb mandatory packages installed
|
---|
4 | urpmi: name={{ item.pkg }} state=installed update_cache=yes no_recommends=yes
|
---|
5 | with_items:
|
---|
6 | - { pkg: createrepo }
|
---|
7 | # pending Mageia 9 resolution
|
---|
8 | #- { pkg: apt }
|
---|
9 | - { pkg: apt-mga }
|
---|
10 | - { pkg: dpkg }
|
---|
11 | - { pkg: project-builder }
|
---|
12 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.