From 3d0b04feb554dd849823210d35591af7a2c492de Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 30 Apr 2020 21:20:54 +0200 Subject: [PATCH] batcave: adjust the way the mirror_pagure_ansible role is called Signed-off-by: Pierre-Yves Chibon --- playbooks/groups/batcave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index 5c25d03fa3..cb79ff7991 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -43,7 +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 + - { role: mirror_pagure_ansible, tags: ['mirror_pagure_ansible'] } pre_tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"