diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2016-06-21 00:45:52 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2016-06-21 00:45:52 +0000 |
| commit | 12d3665003022025baa60c9980f6a48ae6c6bdb9 (patch) | |
| tree | eeed1f7e85913a3d12a28b1c8fe2cada9845fba5 | |
| parent | 20016d1b053f8e1c21c4ddaf04f0054cf1208f03 (diff) | |
| download | ansible-12d3665003022025baa60c9980f6a48ae6c6bdb9.tar.gz ansible-12d3665003022025baa60c9980f6a48ae6c6bdb9.tar.xz ansible-12d3665003022025baa60c9980f6a48ae6c6bdb9.zip | |
apply the hotfix
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
| -rw-r--r-- | roles/paste/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/paste/tasks/main.yml b/roles/paste/tasks/main.yml index a6d71bd96..551b8e6a4 100644 --- a/roles/paste/tasks/main.yml +++ b/roles/paste/tasks/main.yml @@ -43,6 +43,10 @@ copy: src=class_urlshort.php dest=/usr/share/sticky-notes/classes/class_urlshort.php owner=root group=root mode=644 notify: reload httpd +- name: Hotfix show.php + copy: src=show.php dest=/usr/share/sticky-notes/show.php owner=root group=root mode=644 + notify: reload httpd + - name: set sebooleans so paste can talk to the db seboolean: name=httpd_can_network_connect_db state=true persistent=true |
