From ea0e0743162d05d4c80a9b8bc648f4aa83134d4c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 13 May 2014 18:37:07 +0200 Subject: [PATCH] Run the fedora_owner_change cron on the sundry master --- playbooks/groups/sundries.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 419dc77eeb..d6da10ebba 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -44,6 +44,8 @@ when: master_sundries_node - role: easyfix when: master_sundries_node + - role: fedora_owner_change + when: master_sundries_node tasks: - include: "{{ tasks }}/hosts.yml"