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

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
RevLine 
[3667]1---
2
3- name: Check pb mandatory packages installed
[3795]4 urpmi: name={{ item.pkg }} state=installed update_cache=yes no_recommends=yes
[3667]5 with_items:
6 - { pkg: createrepo }
[3795]7 # pending Mageia 9 resolution
8 #- { pkg: apt }
[3670]9 - { pkg: apt-mga }
10 - { pkg: dpkg }
[3667]11 - { pkg: project-builder }
12
Note: See TracBrowser for help on using the repository browser.