mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
not using apc for phab on fedora
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user