batcave: add the mirror_pagure_ansible to the playbook

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-04-30 21:17:23 +02:00
parent 93cf23a2ae
commit 051592f1cd

View file

@ -43,6 +43,7 @@
- batcave
- { role: nfs/client, when: inventory_hostname.startswith('batcave'), mnt_dir: '/srv/web/pub', nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub' }
- { role: nfs/client, when: inventory_hostname.startswith('batcave01'), mnt_dir: '/mnt/fedora/app', nfs_src_dir: 'fedora_app/app' }
- mirror_pagure_ansible
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"