mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	php version in wrong spot
This commit is contained in:
		
							parent
							
								
									0d74192d9a
								
							
						
					
					
						commit
						778b2dc42d
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
					@ -3,9 +3,9 @@
 | 
				
			||||||
# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
 | 
					# June 2018 debugging & compilation thanks to Tim Moody & George Hunt
 | 
				
			||||||
# Original bug: https://github.com/iiab/iiab/issues/829
 | 
					# Original bug: https://github.com/iiab/iiab/issues/829
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Unarchive http://download.iiab.io/packages/php-stem{{ php_version }}.rpi.tar to / (rpi)
 | 
					- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.rpi.tar to / (rpi)
 | 
				
			||||||
  unarchive:
 | 
					  unarchive:
 | 
				
			||||||
    src: http://download.iiab.io/packages/php-stem{{ php_version }}.rpi.tar
 | 
					    src: http://download.iiab.io/packages/php{{ php_version }}-stem.rpi.tar
 | 
				
			||||||
    dest: /
 | 
					    dest: /
 | 
				
			||||||
    owner: root
 | 
					    owner: root
 | 
				
			||||||
    group: root
 | 
					    group: root
 | 
				
			||||||
| 
						 | 
					@ -13,9 +13,9 @@
 | 
				
			||||||
    remote_src: yes
 | 
					    remote_src: yes
 | 
				
			||||||
  when: is_rpi | bool
 | 
					  when: is_rpi | bool
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Unarchive http://download.iiab.io/packages/php-stem{{ php_version }}.x64.tar to / (x64)
 | 
					- name: Unarchive http://download.iiab.io/packages/php{{ php_version }}-stem.x64.tar to / (x64)
 | 
				
			||||||
  unarchive:
 | 
					  unarchive:
 | 
				
			||||||
    src: http://download.iiab.io/packages/php-stem{{ php_version }}.x64.tar
 | 
					    src: http://download.iiab.io/packages/php{{ php_version }}-stem.x64.tar
 | 
				
			||||||
    dest: /
 | 
					    dest: /
 | 
				
			||||||
    owner: root
 | 
					    owner: root
 | 
				
			||||||
    group: root
 | 
					    group: root
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@
 | 
				
			||||||
    remote_src: yes
 | 
					    remote_src: yes
 | 
				
			||||||
  when: ansible_machine == "x86_64"
 | 
					  when: ansible_machine == "x86_64"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Create softlink osm.conf from sites-enabled to sites-available (debuntu)
 | 
					- name: Create softlink 20-stem.ini to /etc/php/{{ php_version }}/mods-available/stem.ini
 | 
				
			||||||
  file:
 | 
					  file:
 | 
				
			||||||
    src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
 | 
					    src: "/etc/php/{{ php_version }}/mods-available/stem.ini"
 | 
				
			||||||
    path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
 | 
					    path: "/etc/php/{{ php_version }}/fpm/conf.d/20-stem.ini"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue