From 656f31725a7e92425cc8c3bc70102a494224c8d6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 16 Jun 2014 20:31:02 +0000 Subject: [PATCH] dedent. --- roles/github2fedmsg/tasks/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/github2fedmsg/tasks/main.yml b/roles/github2fedmsg/tasks/main.yml index 630c147d14..a637841bff 100644 --- a/roles/github2fedmsg/tasks/main.yml +++ b/roles/github2fedmsg/tasks/main.yml @@ -23,15 +23,15 @@ notify: - restart apache - - name: copy github2fedmsg secret oauth creds - template: > - src=githubsecrets.py - dest=/usr/lib/python2.6/site-packages/github2fedmsg/githubsecrets.py - mode=0640 owner=apache group=apache - tags: - - config - notify: - - restart apache +- name: copy github2fedmsg secret oauth creds + template: > + src=githubsecrets.py + dest=/usr/lib/python2.6/site-packages/github2fedmsg/githubsecrets.py + mode=0640 owner=apache group=apache + tags: + - config + notify: + - restart apache - name: copy github2fedmsg wsgi script copy: >