Changeset 3795 in MondoRescue for branches/3.3/ansible/roles/pb/tasks


Ignore:
Timestamp:
Feb 15, 2024, 3:55:18 PM (3 months ago)
Author:
Bruno Cornec
Message:

Untag v3.3.0 never really published in the past - will start from here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/pb/tasks/main.yml

    r3670 r3795  
    22
    33- name: Check pb mandatory packages installed
    4   urpmi: name={{ item.pkg }} state=installed update_cache=yes no-recommends=yes
     4  urpmi: name={{ item.pkg }} state=installed update_cache=yes no_recommends=yes
    55  with_items:
    66    - { pkg: createrepo }
    7     - { pkg: apt }
     7      # pending Mageia 9 resolution
     8      #- { pkg: apt }
    89    - { pkg: apt-mga }
    910    - { pkg: dpkg }
Note: See TracChangeset for help on using the changeset viewer.