diff options
author | Ralph Bean <rbean@redhat.com> | 2017-02-15 17:22:23 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-02-15 17:22:23 +0000 |
commit | d7f9660ced9eb46686c22ddb8802284b330ea986 (patch) | |
tree | 85f8856cdbd5676c461351ff2ed165bc7ff93d96 | |
parent | 5e452622a260605bfb94b2f26cd764d3e96661c1 (diff) | |
download | ansible-d7f9660ced9eb46686c22ddb8802284b330ea986.tar.gz ansible-d7f9660ced9eb46686c22ddb8802284b330ea986.tar.xz ansible-d7f9660ced9eb46686c22ddb8802284b330ea986.zip |
Fix permissions.
-rw-r--r-- | roles/mbs/frontend/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mbs/frontend/tasks/main.yml b/roles/mbs/frontend/tasks/main.yml index 92edf75aa..761318c43 100644 --- a/roles/mbs/frontend/tasks/main.yml +++ b/roles/mbs/frontend/tasks/main.yml @@ -4,7 +4,7 @@ - name: disable the scheduler on the frontend copy: > src={{ item }} dest=/etc/fedmsg.d/{{ item }} - owner=apache group=apache mode=0600 + owner=fedmsg group=fedmsg mode=0644 with_items: - mbs-scheduler.py notify: |