make sure php curl is using built-in cacerts
This commit is contained in:
parent
525669406c
commit
b067463c7e
1 changed files with 8 additions and 0 deletions
|
@ -96,6 +96,14 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
- name: update php-curl config
|
||||||
|
copy:
|
||||||
|
src: "20-curl.ini"
|
||||||
|
dest: /etc/php.d/20-curl.ini
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
|
||||||
- name: clone phabricator-extension-ipsilonoauth
|
- name: clone phabricator-extension-ipsilonoauth
|
||||||
git:
|
git:
|
||||||
repo: 'https://pagure.io/phabricator-extension-ipsilonoauth.git'
|
repo: 'https://pagure.io/phabricator-extension-ipsilonoauth.git'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue