From 1317fde63dff23ba5b5455312356d781bb6abb2d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 29 Aug 2014 11:50:17 +0200 Subject: [PATCH] One more indentation fix --- roles/distgit/tasks/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index fae6155b01..42283424e6 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -108,12 +108,12 @@ - genacls.pkgdb - genacls.sh - - name: Add the genacl daily cron job - copy: src=genacls.cron dest=/etc/cron.d/genacls.cron - owner=root mode=644 - tags: - - config - - distgit +- name: Add the genacl daily cron job + copy: src=genacls.cron dest=/etc/cron.d/genacls.cron + owner=root mode=644 + tags: + - config + - distgit - name: install the fedmsg configuration copy: src=fedmsg-genacls-config.py dest=/etc/fedmsg.d/genacls.py owner=root group=root mode=0644