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

Last change on this file since 3670 was 3670, checked in by Bruno Cornec, 7 years ago
  • Adds backup support
  • Fix deps for apt repo
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.