diff options
| author | Ralph Bean <rbean@redhat.com> | 2014-06-16 20:38:52 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2014-06-16 20:38:52 +0000 |
| commit | ae4389b48281e78d8929a7e6c41e792fa7318784 (patch) | |
| tree | 5e9b54ab8811b73580f921eb409df8c1793f682f /roles/github2fedmsg/tasks | |
| parent | db643ca9286ce3922ef2131a8089660690aa3527 (diff) | |
| download | ansible-ae4389b48281e78d8929a7e6c41e792fa7318784.tar.gz ansible-ae4389b48281e78d8929a7e6c41e792fa7318784.tar.xz ansible-ae4389b48281e78d8929a7e6c41e792fa7318784.zip | |
Just.. run as apache.
Diffstat (limited to 'roles/github2fedmsg/tasks')
| -rw-r--r-- | roles/github2fedmsg/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/github2fedmsg/tasks/main.yml b/roles/github2fedmsg/tasks/main.yml index e61bbc9e2..e43211e10 100644 --- a/roles/github2fedmsg/tasks/main.yml +++ b/roles/github2fedmsg/tasks/main.yml @@ -18,7 +18,7 @@ - name: copy github2fedmsg app configuration template: > src={{ item }} dest="/etc/github2fedmsg/{{ item }}" - owner=github2fedmsg group=github2fedmsg mode=0600 + owner=apache group=apache mode=0600 with_items: - github2fedmsg.ini tags: |
