source:
MondoRescue/branches/3.3/ansible/roles/pb/tasks/main.yml@
3748
| Last change on this file since 3748 was 3670, checked in by , 9 years ago | |
|---|---|
| File size: 266 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 | - { pkg: apt } |
| 8 | - { pkg: apt-mga } |
| 9 | - { pkg: dpkg } |
| 10 | - { pkg: project-builder } |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
