summaryrefslogtreecommitdiffstats
path: root/roles/clients/tasks/mock.yml
blob: ccb4070091ac834d81f2fa47889d92e4357ba5bc (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