Commit 65aa596 1 parent b60bda0 commit 65aa596 Copy full SHA for 65aa596
File tree 2 files changed +7
-29
lines changed
2 files changed +7
-29
lines changed Original file line number Diff line number Diff line change 35
35
- name : Get IUS repository
36
36
include : ius.yml
37
37
38
- - name : Ensure PHP 5.6 packages removed
39
- yum :
38
+ - name : Ensure PHP 5.x packages removed
39
+ package :
40
40
lock_timeout : 180 # wait up to 3 minutes for a lock ansible/ansible#57189
41
- name : " {{item}} "
41
+ name : " php5* "
42
42
state : absent
43
- with_items :
44
- - php56u
45
- - php56u-cli
46
- - php56u-common
47
- - php56u-devel
48
- - php56u-gd
49
- - php56u-pecl-memcache
50
- - php56u-pspell
51
- - php56u-snmp
52
- - php56u-xml
53
- - php56u-xmlrpc
54
- - php56u-mysqlnd
55
- - php56u-pdo
56
- - php56u-odbc
57
- - php56u-pear
58
- - php56u-pecl-jsonc
59
- - php56u-process
60
- - php56u-bcmath
61
- - php56u-intl
62
- - php56u-opcache
63
- - php56u-soap
64
- - php56u-mbstring
65
- - php56u-mcrypt
66
- - php56u-mssql
67
-
68
-
43
+
69
44
# Check if the desired version of PHP is installed. If it is not, ensure any
70
45
# other versions of PHP are not installed
71
46
- name : " Check if {{ php_ius_version}} package is installed"
110
85
- " {{ php_ius_version }}-opcache"
111
86
- " {{ php_ius_version }}-soap"
112
87
- " {{ php_ius_version }}-mbstring"
88
+ - " {{ php_ius_version }}-ldap"
113
89
114
90
# php56u has memcache and memcached; php7Xu only has memcached
115
91
# legacy Meza used php56u-pecl-memcache
Original file line number Diff line number Diff line change @@ -1815,6 +1815,8 @@ soap.wsdl_cache_limit = 5
1815
1815
;sysvshm.init_mem = 10000
1816
1816
1817
1817
[ldap]
1818
+ ; Enable ldap extension module
1819
+ extension=ldap.so
1818
1820
; Sets the maximum number of open links or -1 for unlimited.
1819
1821
ldap.max_links = -1
1820
1822
You can’t perform that action at this time.
0 commit comments