| 
														
															@@ -56,11 +56,11 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 - name: Install MySQL extension for PHP (native driver) 
														 | 
														
														 | 
														
															 - name: Install MySQL extension for PHP (native driver) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   apt: pkg=php5-mysqlnd state=installed update_cache=yes 
														 | 
														
														 | 
														
															   apt: pkg=php5-mysqlnd state=installed update_cache=yes 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  when: with_php and not with_php_lt_54 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  when: with_php and not with_php_mysql_legacy 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 - name: Install MySQL extension for PHP (old driver) 
														 | 
														
														 | 
														
															 - name: Install MySQL extension for PHP (old driver) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   apt: pkg=php5-mysql state=installed update_cache=yes 
														 | 
														
														 | 
														
															   apt: pkg=php5-mysql state=installed update_cache=yes 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  when: with_php and with_php_lt_54 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  when: with_php and with_php_mysql_legacy 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 - name: Install PHPMyAdmin 
														 | 
														
														 | 
														
															 - name: Install PHPMyAdmin 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   apt: pkg=phpmyadmin state=installed update_cache=yes 
														 | 
														
														 | 
														
															   apt: pkg=phpmyadmin state=installed update_cache=yes 
														 |