not using apc for phab on fedora

This commit is contained in:
Tim Flink 2015-02-02 06:13:16 +00:00
parent 7c3d552cc8
commit b97d7dc39a

View file

@ -42,12 +42,6 @@
notify:
- restart httpd
- name: update apc.ini
copy: src=apc.ini dest=/etc/php.d/apc.ini owner=root group=root mode=0644
when: is_rhel
notify:
- restart httpd
- name: create git repo root for phabricator
file: path={{ phabricator_repodir }} state=directory owner={{ phabricator_daemon_user }} group={{ phabricator_daemon_user }} mode=1755
when: enable_phabricator_git