source: MondoRescue/branches/3.3/ansible/roles/pb/tasks/main.yml@ 3667

Last change on this file since 3667 was 3667, checked in by Bruno Cornec, 7 years ago

Many updates to MR setup

File size: 223 bytes
RevLine 
[3667]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: project-builder }
9
Note: See TracBrowser for help on using the repository browser.