From 051592f1cd397f15a8c31541fb9d27f777733d73 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 30 Apr 2020 21:17:23 +0200 Subject: [PATCH] batcave: add the mirror_pagure_ansible to the playbook Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/batcave.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 7eda27fbaf..5c25d03fa3 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -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"