summaryrefslogtreecommitdiffstats
path: root/roles/clients/tasks/mock.yml
blob: 04190ca0475a512bed8ea6fbcaf12401bbd5ad26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- name: Ajout des fichiers de config mock
  copy:
    src: {{ item }}
    dest: /etc/mock/{{ item }}
    owner: root
    group: mock
    mode: 0644
  with_items: "{{ mockconf }}"

- name: Configuration par défaut
  file:
    src: /etc/mock/mock_config-fc{{ ansible_distribution_version }}x-by_remi.cfg
    dest: /etc/mock/default.cfg
    state: link