From e28cf2a86516b33d2f29b6162cc254ae1c926759 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 12 Apr 2013 17:46:43 +0000 Subject: [PATCH] Fix spacing issue --- tasks/fas_client.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/fas_client.yml b/tasks/fas_client.yml index e61dfe7072..50c9acb9fd 100644 --- a/tasks/fas_client.yml +++ b/tasks/fas_client.yml @@ -53,7 +53,7 @@ # tags: # - config # - - name: fas_client cron job - action: copy src=$files/fas-client/fas-client.cron dest=/etc/cron.d/fas-client owner=root mode=700 - tags: - - config +- name: fas_client cron job + action: copy src=$files/fas-client/fas-client.cron dest=/etc/cron.d/fas-client owner=root mode=700 + tags: + - config